-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
91 lines (91 loc) · 2.91 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Package: fgeo.analyze
Title: Analyze ForestGEO Data
Version: 1.1.13.9000
Authors@R:
c(person(given = "Mauro",
family = "Lepore",
role = c("aut", "ctr", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1986-7988")),
person(given = "Gabriel",
family = "Arellano",
role = c("aut", "rev"),
email = "[email protected]"),
person(given = "Richard",
family = "Condit",
role = "aut",
email = "[email protected]"),
person(given = "Matteo",
family = "Detto",
role = "aut",
email = "[email protected]"),
person(given = "Kyle",
family = "Harms",
role = "aut",
email = " [email protected]"),
person(given = "Suzanne",
family = "Lao",
role = c("aut", "rev"),
email = "[email protected]"),
person(given = "KangMin",
family = "Ngo",
role = "rev",
email = "[email protected]"),
person(given = "Haley",
family = "Overstreet",
role = "rev",
email = "[email protected]"),
person(given = "Sabrina",
family = "Russo",
role = c("aut", "rev"),
email = "[email protected]"),
person(given = "Daniel",
family = "Zuleta",
role = c("aut", "rev"),
email = "[email protected]"),
person(given = "CTFS-ForestGEO",
role = "cph",
email = "[email protected]"))
Description: To help you access, transform, analyze, and
visualize ForestGEO data, we developed a collection of R packages
(<https://forestgeo.github.io/fgeo/>). This package, in particular,
helps you to implement analyses of plot species distributions,
topography, demography, and biomass. It also includes a torus
translation test to determine habitat associations of tree species as
described by Zuleta et al. (2018) <doi:10.1007/s11104-018-3878-0>. To
learn more about ForestGEO visit <https://forestgeo.si.edu/>.
License: GPL-3
URL: https://github.com/forestgeo/fgeo.analyze
BugReports: https://github.com/forestgeo/fgeo.analyze/issues
Depends:
R (>= 3.2)
Imports:
dplyr (>= 0.8.0.1),
fgeo.tool (>= 1.2.4),
glue (>= 1.3.1),
graphics,
lubridate (>= 1.7.4),
magrittr (>= 1.5),
MASS,
purrr (>= 0.3.2),
rlang (>= 0.3.4),
stats,
tibble (>= 2.1.1),
tidyr (>= 0.8.3),
withr (>= 2.1.2)
Suggests:
covr (>= 3.2.1),
fgeo.plot (>= 1.1.8),
fgeo.x (>= 1.1.3),
ggplot2 (>= 3.1.1),
knitr (>= 1.22),
measurements (>= 1.3.0),
readr (>= 1.3.1),
rmarkdown (>= 1.12),
spelling (>= 2.1),
testthat (>= 2.1.1)
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1