-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
138 lines (138 loc) · 4.67 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
Package: fgeo
Title: Analyze Forest Diversity and Dynamics
Version: 1.1.4.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 = "Stuart",
family = "Davies",
role = c("aut", "rev"),
email = "[email protected]"),
person(given = "Matteo",
family = "Detto",
role = "aut",
email = "[email protected]"),
person(given = "Erika",
family = "Gonzalez-Akre",
role = c("aut", "rev"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8305-6672")),
person(given = "Pamela",
family = "Hall",
role = "aut",
email = "[email protected]"),
person(given = "Kyle",
family = "Harms",
role = "aut",
email = " [email protected]"),
person(given = "Valentine",
family = "Herrmann",
role = c("aut", "rev"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4519-481X")),
person(given = "Aaron",
family = "Hogan",
role = "rev",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9806-3074")),
person(given = "Bier",
family = "Kraichak",
role = "rev",
email = "[email protected]"),
person(given = "David",
family = "Kenfack",
role = c("aut", "rev"),
email = "[email protected] "),
person(given = "Lauren",
family = "Krizel",
role = "rev",
email = "[email protected]"),
person(given = "Suzanne",
family = "Lao",
role = c("aut", "rev"),
email = "[email protected]"),
person(given = "Sean",
family = "McMahon",
role = c("aut", "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 = "Cara",
family = "Scalpone",
role = "rev",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8448-2147")),
person(given = "Kristina",
family = "Anderson-Teixeira",
role = c("aut", "rev"),
email = "[email protected]"),
person(given = "Graham",
family = "Zemunik",
role = c("aut", "rev"),
email = "[email protected]"),
person(given = "Daniel",
family = "Zuleta",
role = c("aut", "rev"),
email = "[email protected]"),
person(given = "CTFS-ForestGEO",
role = c("cph", "fnd"),
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 install and load the entire package-collection with a
single R command, and provides convenient ways to find relevant
documentation. Most commonly, you should not worry about the
individual packages that make up the package-collection as you can
access all features via this package. To learn more about ForestGEO
visit <http://www.forestgeo.si.edu/>.
License: GPL-3
URL: http://forestgeo.github.io/fgeo,
https://github.com/forestgeo/fgeo
BugReports: https://github.com/forestgeo/fgeo/issues
Depends:
R (>= 3.2)
Imports:
cli (>= 1.1.0),
crayon (>= 1.3.4),
dplyr (>= 0.8.1),
fgeo.analyze (>= 1.1.10),
fgeo.plot (>= 1.1.6),
fgeo.tool (>= 1.2.4),
fgeo.x (>= 1.1.3),
glue (>= 1.3.1),
magrittr (>= 1.5),
purrr (>= 0.3.2),
rlang (>= 0.3.4),
rstudioapi (>= 0.10),
utils
Suggests:
covr (>= 3.2.1),
DT (>= 0.6),
kableExtra (>= 1.1.0),
knitr (>= 1.23),
rmarkdown (>= 1.12),
spelling (>= 2.1),
testthat (>= 2.1.1)
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1