-
Changes docs around data availability since one can now download data from January 1, 2018.
-
Use vcr for all tests calling the API on CRAN.
-
Fix code using dplyr (@hadley, #57)
-
Fix tests that used class() == .
-
Skip a vcr-enabled test on CRAN because of a (known, under investigation) vcr problem with encoding. ropensci/vcr#158
-
Actually fixes the bug due to the max value of page, not only in the docs this time.
-
Bug fixes (page has now a maximum argument; no longer passing an empty param in the query)
-
Replacement of
tidyr
anddplyr
deprecated functions -
Use of man-roxygen and
@template
to reduceroxygen2
docs duplication -
Tests with
vcr
-
Removal of the
openair
vignette
-
Have the right function names in error messages about cities and countries, see issue #38 by Birgit Fullerton
-
Removes the unneeded ggmap dependency.
-
Stops trying to unnest attribution when it is returned by aq_measurements().
- Takes into account the fact that the Status API can be unavailable.
- Changes the code for the calendar plot in the openair vignette: with only 90 days data, before February the calendar plot has to be made for the previous year.
- Updates documentation regarding data availability (90 days worth of data via the API).
- Does no longer return an error if the API health status is unknown.
- Adds waiting and messaging when too many requests.
- Fixes bug due to new output of the latest endpoint.
-
Skips some tests on CRAN since the API health can influence the results.
-
Changes the footer link in the vignette.
-
Increases version number at last (because of change to crul).
-
Fixes an encoding, see #31
-
The httr dependency has been replaced with crul.
-
Now if not giving a value to limit all pages corresponding to a query are automatically retrieved, using async requests.
-
Better use of the status page.
-
Thanks to Mikayla Murphy
ropenaq
functions now use the new maximal limit per call which is 10,000.
- Now all functions outputs a single data.frame with meta and timestamp as attributes. It should be easier to deal with compared to the former format (a list of 3 data.frames).
-
adds
longitude
,latitude
andcoordinates
arguments toaq_latest
,aq_locations
andaq_measurements
. -
adds
attribution
,source_name
andaveraging_period
arguments toaq_measurements
.
- Fixes a bug in
aq_measurements
, now outputs the right local time and not the UTC time for locations behind UTC time.
- Added a
NEWS.md
file to track changes to the package.