Package: epair Title: EPA Data Helper for R Version: 1.1.0 Authors@R: c(person(given = "G.L.", family = "Orozco-Mulfinger", email = "glo003@bucknell.edu", role = c("aut", "cre")), person(given = "Madyline", family = "Lawrence", role = c("aut")), person(given = "Owais", family = "Gilani", role = c("aut"), email = "og005@bucknell.edu")) Description: Aid the user in making queries to the EPA API site found at https://aqs.epa.gov/aqsweb/documents/data_api. This package combines API calling methods from various web scraping packages with specific strings to retrieve data from the EPA API. It also contains easy to use loaded variables that help a user navigate services offered by the API and aid the user in determining the appropriate way to make a an API call. Depends: R (>= 3.3.3) License: GPL-3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Imports: httr (>= 1.4.1), jsonlite (>= 1.6.1), R.cache (>= 0.15.0), stringr Suggests: httptest (>= 4.1.0), knitr (>= 1.33), rmarkdown (>= 2.8), testthat (>= 3.0.2) BugReports: https://github.com/ropensci/epair/issues URL: https://github.com/ropensci/epair VignetteBuilder: knitr SystemRequirements: pandoc Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-12-01 19:01:14 UTC RemoteUrl: https://github.com/ropensci/epair RemoteRef: master RemoteSha: e8f1f1d4ba115f8189e76ddea2f9206d2ab8cc11 NeedsCompilation: no Packaged: 2026-06-22 11:06:23 UTC; root Author: G.L. Orozco-Mulfinger [aut, cre], Madyline Lawrence [aut], Owais Gilani [aut] Maintainer: G.L. Orozco-Mulfinger