-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
33 lines (33 loc) · 1005 Bytes
/
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
Package: burnr
Title: Forest Fire History Analysis
Version: 0.6.1.9000
Authors@R: c(
person("Steven", "Malevich", email = "sbmalev@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4752-8190")),
person("Christopher", "Guiterman", role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-9706-9332")),
person("Ellis", "Margolis", role = c("aut"), comment = c(ORCID = "0000-0002-0595-9005")))
Description: Tools to read, write, parse, and analyze forest fire history data (e.g. FHX). Described in Malevich et al. (2018) <doi:10.1016/j.dendro.2018.02.005>.
URL: https://github.com/ltrr-arizona-edu/burnr/
BugReports: https://github.com/ltrr-arizona-edu/burnr/issues
Depends:
R (>= 3.2)
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
knitr,
rmarkdown
Imports:
forcats,
ggplot2,
glue,
MASS,
plyr,
reshape2,
rlang,
stats,
stringr,
tidyr
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr