make R CMD check happy

measurements_archive
noerw 6 years ago committed by Norwin Roosen
parent 553772d209
commit 60ae1d5358
Signed by: norwin
GPG Key ID: 24BC059DE24C43A3

1
.gitignore vendored

@ -7,4 +7,3 @@
*.log *.log
opensensmapr_*.tar.gz opensensmapr_*.tar.gz
inst/doc

@ -1,6 +1,6 @@
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.3.3 Version: 0.3.3
URL: http://github.com/noerw/opensensmapR URL: http://github.com/noerw/opensensmapR
BugReports: http://github.com/noerw/opensensmapR/issues BugReports: http://github.com/noerw/opensensmapR/issues

@ -81,4 +81,4 @@
`%>%` = magrittr::`%>%` `%>%` = magrittr::`%>%`
# just to make R CMD check happy, due to NSE (dplyr) functions # just to make R CMD check happy, due to NSE (dplyr) functions
globalVariables(c('lastMeasurement')) globalVariables(c('lastMeasurement', '.'))

@ -1,6 +1,6 @@
# opensensmapr # opensensmapr
[![CRAN status](http://www.r-pkg.org/badges/version/opensensmapr)](https://cran.r-project.org/package=opensensmapr) [![Travis build status](https://travis-ci.org/noerw/opensensmapR.svg?branch=master)](https://travis-ci.org/noerw/opensensmapR) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/noerw/opensensmapR?branch=master&svg=true)](https://ci.appveyor.com/project/noerw/opensensmapR) [![Coverage status](https://codecov.io/gh/noerw/opensensmapR/branch/master/graph/badge.svg)](https://codecov.io/github/noerw/opensensmapR?branch=master) [![CRAN status](https://www.r-pkg.org/badges/version/opensensmapr)](https://cran.r-project.org/package=opensensmapr) [![Travis build status](https://travis-ci.org/noerw/opensensmapR.svg?branch=master)](https://travis-ci.org/noerw/opensensmapR) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/noerw/opensensmapR?branch=master&svg=true)](https://ci.appveyor.com/project/noerw/opensensmapR) [![Coverage status](https://codecov.io/gh/noerw/opensensmapR/branch/master/graph/badge.svg)](https://codecov.io/github/noerw/opensensmapR?branch=master)
This R package ingests data (environmental measurements, sensor stations) from the API of opensensemap.org for analysis in R. This R package ingests data (environmental measurements, sensor stations) from the API of opensensemap.org for analysis in R.
The package aims to be compatible with sf and the tidyverse. The package aims to be compatible with sf and the tidyverse.

Loading…
Cancel
Save