Package: azmetr Title: Access Arizona Weather Data from the AZMet API Version: 0.5.0.9000 Authors@R: c( person("Jeremy", "Weiss", , "jlweiss@email.arizona.edu", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-3597-0712")), person("Eric", "Scott", , "ericrscott@arizona.edu", role = c("aut"), comment = c(ORCID = "0000-0002-7430-7879")) ) Description: Provides R functions to access the Arizona Meteorological Network (AZMet) API. Functions are more than just "thin wrappers" and do some parsing of input parameters and wrangling of output data. License: MIT + file LICENSE Imports: attempt, curl, dplyr, httr2, lubridate, magrittr, purrr, rlang, tibble, tidyselect Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://uace-azmet.github.io/azmetr/, https://uace-azmet.r-universe.dev/azmetr BugReports: https://github.com/uace-azmet/azmetr/issues Suggests: covr, ggplot2, glue, knitr, rmarkdown, testthat (>= 3.0.0), units, vcr (>= 0.6.0) Config/testthat/edition: 3 VignetteBuilder: knitr Depends: R (>= 3.5) LazyData: true Config/pak/sysreqs: libssl-dev Repository: https://uace-azmet.r-universe.dev Date/Publication: 2026-07-01 21:22:20 UTC RemoteUrl: https://github.com/uace-azmet/azmetr RemoteRef: HEAD RemoteSha: 45679663a9a06dea3ea27da0741b09d413333ee4 NeedsCompilation: no Packaged: 2026-07-01 22:48:07 UTC; root Author: Jeremy Weiss [aut, cre, cph] (ORCID: ), Eric Scott [aut] (ORCID: ) Maintainer: Jeremy Weiss