forked from chguiterman/dfoliatR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.11 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
Package: dfoliatR
Type: Package
Title: Detection and Analysis of Insect Defoliation Signals in Tree Rings
Version: 0.2.9000
Authors@R: c(person("Chris", "Guiterman", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9706-9332")),
person("Ann", "Lynch", role = "aut", comment = c(ORCID = "0000-0002-8043-3855")),
person("Jodi", "Axelson", role = "aut", comment = c(ORCID = "0000-0002-1799-6364")))
Description: Tools to identify, quantify, analyze, and visualize growth
suppression events in tree rings that are often produced by insect
defoliation. Described in Guiterman et al. (2020) <doi:10.1016/j.dendro.2020.125750>.
URL: https://chguiterman.github.io/dfoliatR/
BugReports: https://github.com/chguiterman/dfoliatR/issues
Depends:
R (>= 3.2)
License: GPL (>= 3)
Suggests:
testthat,
vdiffr,
knitr,
rmarkdown
Imports:
dplR,
dplyr,
forcats,
ggplot2,
ggpubr,
magrittr,
purrr,
rlang,
stats,
tidyr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)