-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.14 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: azmetr
Title: Access Arizona Weather Data from the AZMet API
Version: 0.4.0
Authors@R: c(
person("Jeremy", "Weiss", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-3597-0712")),
person("Eric", "Scott", , "[email protected]", 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.1
URL: https://github.com/uace-azmet/azmetr, https://uace-azmet.github.io/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 (>= 2.10)
LazyData: true