mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-21 13:23:57 +01:00
v0.4.3
This commit is contained in:
parent
6a42357ec3
commit
c4da876761
3 changed files with 19 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
# opensensmapr changelog
|
# opensensmapr changelog
|
||||||
This project does its best to adhere to semantic versioning.
|
This project does its best to adhere to semantic versioning.
|
||||||
|
|
||||||
|
### 2018-09-21: v0.4.3
|
||||||
|
- dynamically export S3 methods of forgeign generics
|
||||||
|
for compatibility with upcoming R 3.6.0
|
||||||
|
- add `readr` as default dependency
|
||||||
|
|
||||||
### 2018-09-05: v0.4.2
|
### 2018-09-05: v0.4.2
|
||||||
- move to sensebox GitHub organization
|
- move to sensebox GitHub organization
|
||||||
- pass ... to plot.sensebox()
|
- pass ... to plot.sensebox()
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Package: opensensmapr
|
Package: opensensmapr
|
||||||
Type: Package
|
Type: Package
|
||||||
Title: Client for the Data API of openSenseMap.org
|
Title: Client for the Data API of openSenseMap.org
|
||||||
Version: 0.4.2
|
Version: 0.4.3
|
||||||
URL: http://github.com/sensebox/opensensmapR
|
URL: http://github.com/sensebox/opensensmapR
|
||||||
BugReports: http://github.com/sensebox/opensensmapR/issues
|
BugReports: http://github.com/sensebox/opensensmapR/issues
|
||||||
Imports:
|
Imports:
|
||||||
|
|
13
README.md
13
README.md
|
@ -68,6 +68,19 @@ Where feasible, also add tests for the added / changed functionality in `tests/t
|
||||||
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md).
|
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md).
|
||||||
By participating in this project you agree to abide by its terms.
|
By participating in this project you agree to abide by its terms.
|
||||||
|
|
||||||
|
### build
|
||||||
|
|
||||||
|
To build the package, either use `devtools::build()` or run
|
||||||
|
```sh
|
||||||
|
R CMD build .
|
||||||
|
```
|
||||||
|
|
||||||
|
next run the tests and checks:
|
||||||
|
```sh
|
||||||
|
R CMD check --as-cran ../opensensmapr_*.tar.gz
|
||||||
|
# alternatively, if you're in a hurry:
|
||||||
|
R CMD check --no-vignettes ../opensensmapr_*.tar.gz
|
||||||
|
```
|
||||||
## License
|
## License
|
||||||
|
|
||||||
GPL-2.0 - Norwin Roosen
|
GPL-2.0 - Norwin Roosen
|
||||||
|
|
Loading…
Add table
Reference in a new issue