-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.28 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
Package: rIMPD
Title: Explore North American Fire-Scar Records from the International Multiproxy Paleofire Database
Version: 0.1.0
Authors@R:
person(given = "Chris",
family = "Guiterman",
role = c("aut", "cre"),
email = "chguiterman@arizona.edu",
comment = c(ORCID = "0000-0002-9706-9332"))
Description: Tree-ring fire histories are shared publicly on the IMPD,
a web-based resource hosted by NOAA’s NCEI and the World Data Service
for Paleoclimatology (WDS-Paleo). {rIMPD} enables fast and easy IMPD
exploration via search calls to the IMPD API, thus requiring an
internet connection to work. Search results return tidy metadata
and raw tree-ring fire history data, which can be visualized and
analyzed using the {burnr} R package.
URL: https://github.com/chguiterman/rIMPD
BugReports: https://github.com/chguiterman/rIMPD/issues
License: CCO
Depends:
R (>= 4.0)
Suggests:
testthat,
knitr,
rmarkdown
Imports:
burnr,
dplyr,
magrittr,
maps,
glue,
ggplot2,
rlang,
httr,
jsonlite,
purrr,
lubridate,
tidyr,
stringr,
sf,
spData,
tibble,
stats
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
VignetteBuilder: knitr