-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
49 lines (49 loc) · 1.26 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
42
43
44
45
46
47
48
49
Package: rnpn
Title: Interface to the National 'Phenology' Network 'API'
Version: 1.2.9.9000
Authors@R: c(
person("Jeff", "Switzer", , "jeff@usanpn.org", role = c("aut", "cre")),
person("Scott", "Chamberlain", role = "aut"),
person("Lee", "Marsh", role = "aut"),
person("Kevin", "Wong", role = "aut"),
person("Eric R", "Scott", role = "aut", comment = c(ORCID = "0000-0002-7430-7879")),
person("David", "LeBauer", role = "ctb")
)
Description: Programmatic interface to the Web Service methods provided by
the National 'Phenology' Network (<https://usanpn.org/>), which
includes data on various life history events that occur at specific
times.
License: MIT + file LICENSE
URL: https://github.com/usa-npn/rnpn, http://usa-npn.github.io/rnpn/
BugReports: https://github.com/usa-npn/rnpn/issues
Depends:
R (>= 3.5.0)
Imports:
curl,
data.table (>= 1.9.6),
dplyr,
httr (>= 1.1.0),
httr2,
jsonlite (>= 0.9.19),
magrittr,
rlang,
tibble,
xml2
Suggests:
covr,
ggplot2,
knitr,
markdown,
RColorBrewer,
rmarkdown,
sf,
terra,
testthat (>= 3.0.0),
vcr,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)