Type: Package Package: RAQSAPI Version: 2.0.6 Title: A Simple Interface to the US EPA Air Quality System Data Mart API Description: Retrieve air monitoring data and associated metadata from the US Environmental Protection Agency's Air Quality System service using functions. See for details about the US EPA Data Mart API . Encoding: UTF-8 Authors@R: c( person(given = "Clinton", family = "Mccrowey", email = "mccrowey.clinton@epa.gov", role = c("cre", "aut"), comment = c(ORCID = "0009-0001-1802-1518", employer = "United States Environmental Protection Agency, Region 3")), person(given = "Timothy", family = "Sharac", role = c("ctb", "rev"), comment = c(employer = "United States Environmental Protection Agency")), person(given = "Nick", family = "Mangus", role = "rev", comment = c(employer = "United States Environmental Protection Agency")), person(given = "Doug", family = "Jager", role = c("ctb", "rev"), comment = c(employer = "United States Environmental Protection Agency")), person(given = "Ryan", family = "Brown", role = c("ctb", "rev"), comment = c(employer = "United States Environmental Protection Agency, Region 4")), person(given = "Daniel", family = "Garver", role = c("ctb", "rev"), comment = c(employer = "United States Environmental Protection Agency, Region 4")), person(given = "Benjamin", family = "Wells", role = c("ctb", "rev"), comment = c(employer = "United States Environmental Protection Agency")), person(given = "Jeffrey", family = "Hollister", email = "hollister.jeff@epa.gov", role = "rev", comment = c(ORCID = "0000-0002-9254-9740", employer = "United States Environmental Protection Agency")), person(given = "Cynthia", family = "Stahl", role = "rev", comment=c(ORCID = "0009-0005-1291-9668", employer = "United States Environmental Protection Agency, Region 3")), person("United States Environmental Protection Agency", role = c("aut", "cph", "ctb", "dtc", "fnd", "rev"), comment = c("https://www.epa.gov", ROR = "03tns0030")), person(given = "Hayley", family = "Brittingham", role = c("rev", "ctr"), comment = c(employer = "Neptune and Company")), person("Neptune and Company", comment = "https://www.neptuneinc.org/", role = c("ctr", "rev")), person(given = "Edward", family = "Andrews", email = "edwards.andrews@wv.gov", role = c("rev", "ctb"), comment = c(employer = "West Virginia Department of Environmental Protection")), person(given = "Maria", family = "Morresi", email = "Morresi.Maria@epa.gov", role = c("ctr", "rev"), comment = c(employer = "ASRC Federal Analytical Service")), person("ASRC Federal Analytical Service", comment = c("https://www.asrcfederal.com/", ROR = "02fnwes63"), role = c("ctr", "rev")) ) URL: https://github.com/USEPA/RAQSAPI/, https://aqs.epa.gov/aqsweb/documents/data_api.html BugReports: https://github.com/USEPA/RAQSAPI/issues Depends: R (>= 4.0.0) Imports: dplyr, glue, gtools, httr2, lifecycle, lubridate, methods, magrittr, purrr, rlang, stringr, tibble, tidyselect Suggests: cli, covr, devtools, goodpractice, httptest2, keyring, knitr, pak, rmarkdown, roxygen2, spelling, testthat (>= 3.0.0), usethis SystemRequirements: package manual and Vignettes require pandoc (>= 1.14) http://pandoc.org) VignetteBuilder: knitr BuildVignettes: true ByteCompile: true License: MIT + file LICENSE License_is_FOSS: yes NeedsCompilation: no License_restricts_use: no Language: en-US Collate: 'utils-pipe.R' 'AQS_DATAMART_APIv2-S3-class.R' 'AQSAPI_helperfunctions.R' 'bysite.R' 'bycounty.R' 'bystate.R' 'byma.R' 'bypqao.R' 'bycbsa.R' 'bybox.R' 'RAQSAPIlistfunctions.R' 'setupfunctions.R' 'zzz.R' 'RAQSAPI-package.R' 'deprecated.R' Copyright: United States Environmental Protection Agency RdMacros: lifecycle Roxygen: list(markdown = TRUE) X-schema.org-keywords: United State Environmental Protection Agency, Environmental-data-retrieval, Air-Quality-System, AQS-DataMart, Air-monitoring, Environmental-monitoring Config/testthat/edition: 3 Config/testthat/load-all: list(export_all = FALSE, helpers = FALSE) Config/testthat/parallel: false Config/build/clean-inst-doc: true Config/roxygen2/version: 8.0.0 Config/roxygen2/markdown: TRUE RoxygenNote: 8.0.0 #for package:lifecycle compatiblility remove whne lifecycle is updated to work with roxygen: 8.x.y Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://usepa.r-universe.dev Date/Publication: 2026-05-26 20:20:59 UTC RemoteUrl: https://github.com/usepa/raqsapi RemoteRef: HEAD RemoteSha: b6c1d5a5e2a07c3dece1e53d15f30ea578bf01b2 Packaged: 2026-07-03 20:12:10 UTC; root Author: Clinton Mccrowey [cre, aut] (ORCID: , employer: United States Environmental Protection Agency, Region 3), Timothy Sharac [ctb, rev] (employer: United States Environmental Protection Agency), Nick Mangus [rev] (employer: United States Environmental Protection Agency), Doug Jager [ctb, rev] (employer: United States Environmental Protection Agency), Ryan Brown [ctb, rev] (employer: United States Environmental Protection Agency, Region 4), Daniel Garver [ctb, rev] (employer: United States Environmental Protection Agency, Region 4), Benjamin Wells [ctb, rev] (employer: United States Environmental Protection Agency), Jeffrey Hollister [rev] (ORCID: , employer: United States Environmental Protection Agency), Cynthia Stahl [rev] (ORCID: , employer: United States Environmental Protection Agency, Region 3), United States Environmental Protection Agency [aut, cph, ctb, dtc, fnd, rev] (https://www.epa.gov, ROR: ), Hayley Brittingham [rev, ctr] (employer: Neptune and Company), Neptune and Company [ctr, rev] (https://www.neptuneinc.org/), Edward Andrews [rev, ctb] (employer: West Virginia Department of Environmental Protection), Maria Morresi [ctr, rev] (employer: ASRC Federal Analytical Service), ASRC Federal Analytical Service [ctr, rev] (https://www.asrcfederal.com/, ROR: ) Maintainer: Clinton Mccrowey