Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Releases: ropensci-archive/ropenaq

ropenaq 0.2.10

28 Jul 06:27
Compare
Choose a tag to compare
  • Fix code using dplyr (@hadley, #57)

  • Fix tests that used class() == .

ropenaq 0.2.9

27 Mar 12:06
dbb2ca4
Compare
Choose a tag to compare
  • 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.

ropenaq 0.2.8

23 Mar 06:16
e76509b
Compare
Choose a tag to compare
  • Bug fixes (page has now a maximum argument; no longer passing an empty param in the query)

  • Replacement of tidyr and dplyr deprecated functions

  • Use of man-roxygen and @template to reduce roxygen2 docs duplication

  • Tests with vcr

  • Removal of the openair vignette

V0.2.7

31 Jan 17:46
Compare
Choose a tag to compare

ropenaq 0.2.7

  • 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().

ropenaq 0.2.6

  • Takes into account the fact that the Status API can be unavailable.

ropenaq 0.2.5

  • 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.

v0.2.4

20 Nov 11:14
Compare
Choose a tag to compare

Changes are adaptations to the OpenAQ API changes

  • 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

v0.2.2

01 Aug 15:28
Compare
Choose a tag to compare
oops

v0.2.0

28 Apr 13:00
Compare
Choose a tag to compare
removes note

v0.1.4

11 Apr 10:36
Compare
Choose a tag to compare
  • 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.

v0.1.3

15 Sep 07:29
Compare
Choose a tag to compare

ropenaq 0.1.3

  • 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).

ropenaq 0.1.2

  • adds longitude, latitude and coordinates arguments to aq_latest, aq_locations and aq_measurements.
  • adds attribution, source_name and averaging_period arguments to aq_measurements.

ropenaq 0.1.1

  • Fixes a bug in aq_measurements, now outputs the right local time and not the UTC time for locations behind UTC time.

ropenaq 0.1

  • Added a NEWS.md file to track changes to the package.

v0.1.2

30 Aug 10:28
Compare
Choose a tag to compare
updates cran comments