Type: Package
Package: ropenaq
Title: Accesses Air Quality Data from the Open Data Platform OpenAQ
Version: 0.2.9
Authors@R: 
    c(person(given = "Maëlle",
             family = "Salmon",
             role = c("aut", "cre"),
             email = "maelle.salmon@yahoo.se"),
      person(given = "Andrew",
             family = "MacDonald",
             role = "rev",
             comment = "Andrew MacDonald reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/24"),
      person(given = "Andy ",
             family = "Teucher",
             role = "rev",
             comment = "Andy Teucher reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/24"),
      person(given = "Mikayla ",
             family = "Murphy",
             role = "ctb"))
Description: Allows access to air quality data from the API of
    the OpenAQ platform <https://docs.openaq.org/>, with the different
    services the API offers (getting measurements for a given query,
    getting latest measurements, getting lists of available
    countries/cities/locations). 
License: GPL (>= 2)
URL: https://docs.ropensci.org/ropenaq,
        http://github.com/ropensci/ropenaq
BugReports: http://github.com/ropensci/ropenaq/issues
Imports: crul, dplyr, jsonlite, lubridate, magrittr, rlang, tidyr
Suggests: ggplot2, knitr, rmarkdown, rworldmap, testthat, vcr (>=
        0.5.0), viridis
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-03-25 14:47:10 UTC; maelle
Author: Maëlle Salmon [aut, cre],
  Andrew MacDonald [rev] (Andrew MacDonald reviewed the package for
    rOpenSci, see
    https://github.com/ropensci/software-review/issues/24),
  Andy Teucher [rev] (Andy Teucher reviewed the package for rOpenSci, see
    https://github.com/ropensci/software-review/issues/24),
  Mikayla Murphy [ctb]
Maintainer: Maëlle Salmon <maelle.salmon@yahoo.se>
Repository: CRAN
Date/Publication: 2020-03-26 10:10:16 UTC
