Type: Package
Package: RAQSAPI
Version: 2.0.5
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 <https://aqs.epa.gov/aqsweb/documents/data_api.html> 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="United States Environmental Protection
                             Agency Region 3 Air and Radiation Division"),
             person(given="Timothy", family="Sharac", role=c("ctb","rev"),
                    email=NULL,
                    comment="United States Environmental Protection Agency"),
             person(given = "Nick", family = "Mangus", email = NULL,
                    role=c("rev"),
                    comment="United States Environmental Protection Agency"),
             person(given = "Doug", family = "Jager",
                    email=NULL, role=c("ctb", "rev"),
                    comment="United States Environmental Protection Agency"),
             person(given = "Ryan",family = "Brown",
                    email=NULL, role=c("ctb", "rev"),
                    comment="United States Environmental Protection Agency"),
             person(given = "Daniel", family = "Garver",
                    email=NULL, role=c("ctb", "rev"),
                    comment="United States Environmental Protection Agency"),
             person(given = "Benjamin", family = "Wells",
                    email=NULL, role=c("ctb", "rev"),
                    comment="United States Environmental Protection Agency"),
             person(given = "Hayley", family= "Brittingham",
                    email = NULL, role=c("crr", "ctr"),
                    comment="Neptune and Company"),
             person(given = "Jeffrey", family = "Hollister",
                    email = "hollister.jeff@epa.gov", role = c("rev"),
                    comment = c("United States Environmental Protection Agency",
                                ORCID = "0000-0002-9254-9740"
                                )
                    ),
            person(given = "Edward", family = "Andrews",
                    email = "edward.s.andrews@wv.gov",
                    role = c("rev", "ctb"),
                    comment = "West Virginia Department of Environmental Protection, Division of Air Quality"
                  )
             )
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, httr2, lifecycle, lubridate, magrittr, purrr,
        rlang, stringr, tibble
Suggests: covr, devtools, keyring, knitr, markdown, rmarkdown,
        roxygen2, spelling, testthat (>= 3.0.0), usethis, withr
SystemRequirements: package manual and Vignettes require pandoc (>=
        1.14) http://pandoc.org)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
BuildVignettes: true
ByteCompile: true
License: MIT + file LICENSE
License_is_FOSS: yes
NeedsCompilation: no
License_restricts_use: no
Language: en-US
Collate: '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
Config/testthat/edition: 3
X-schema.org-keywords: United State Environmental Protection Agency,
        Environmental-data-retrieval, Air-Quality-System, AQS-Datamart,
        Air-monitoring, Environmental-monitoring
Packaged: 2024-06-12 17:42:22 UTC; CMcCrowe
Author: Clinton Mccrowey [cre, aut] (United States Environmental Protection
    Agency Region 3 Air and Radiation Division),
  Timothy Sharac [ctb, rev] (United States Environmental Protection
    Agency),
  Nick Mangus [rev] (United States Environmental Protection Agency),
  Doug Jager [ctb, rev] (United States Environmental Protection Agency),
  Ryan Brown [ctb, rev] (United States Environmental Protection Agency),
  Daniel Garver [ctb, rev] (United States Environmental Protection
    Agency),
  Benjamin Wells [ctb, rev] (United States Environmental Protection
    Agency),
  Hayley Brittingham [crr, ctr] (Neptune and Company),
  Jeffrey Hollister [rev] (United States Environmental Protection Agency,
    <https://orcid.org/0000-0002-9254-9740>),
  Edward Andrews [rev, ctb] (West Virginia Department of Environmental
    Protection, Division of Air Quality)
Maintainer: Clinton Mccrowey <mccrowey.clinton@epa.gov>
Repository: CRAN
Date/Publication: 2024-06-12 18:20:02 UTC
Built: R 4.6.0; ; 2025-08-18 11:39:32 UTC; unix
