-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
47 lines (46 loc) · 1.81 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
Encoding: UTF-8
Package: dplR
Type: Package
Title: Dendrochronology Program Library in R
Version: 1.7.9
Authors@R: c(person("Andy", "Bunn", role = c("aut", "cph","cre", "trl"), email = "bunna@wwu.edu"),
person("Mikko","Korpela", role = c("aut", "cph", "trl")),
person("Franco", "Biondi", role = c("aut", "cph")),
person("Filipe", "Campelo", role = c("aut", "cph")),
person("Stefan","Klesse", role = c("aut", "cph")),
person("Pierre", "Mérian", role = c("aut","cph")),
person("Fares", "Qeadan", role = c("aut", "cph")),
person("Christian", "Zang", role = c("aut", "cph")),
person("Allan", "Buras", role = "ctb"),
person("Alice","Cecile", role = "ctb"),
person("Manfred", "Mudelsee", role ="ctb"),
person("Michael", "Schulz", role = "ctb"),
person("David", "Frank",role = "ctb"),
person("Ronald","Visser", role = "ctb"),
person("Ed","Cook", role = "ctb"),
person("Kevin","Anchukaitis", role = "ctb"))
Copyright: Authors and file inst/COPYRIGHTS
Depends: R (>= 3.5.0)
Imports: graphics, grDevices, grid, stats, utils, lattice (>= 0.13-6),
Matrix (>= 1.0-3), digest (>= 0.2.3), matrixStats (>= 0.50.2),
png (>= 0.1-2), R.utils (>= 1.32.1), stringi (>= 0.2-3),
stringr (>= 0.4), XML (>= 2.1-0), signal, boot, lme4, lifecycle
Suggests:
Cairo (>= 1.5-0),
dichromat (>= 1.2-3),
foreach,
forecast (>= 3.6),
gmp (>= 0.5-5),
iterators,
knitr,
RColorBrewer,
rmarkdown,
testthat (>= 0.8),
tikzDevice,
waveslim
Description: Perform tree-ring analyses such as detrending, chronology
building, and cross dating. Read and write standard file formats
used in dendrochronology.
LazyData: no
License: GPL (>= 2)
URL: https://github.com/OpenDendro/dplR