-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
45 lines (45 loc) · 1.51 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
Package: fgeo.tool
Title: Import and Manipulate 'ForestGEO' Data
Version: 1.2.8.9000
Authors@R: c(
person("Mauro", "Lepore", , "maurolepore@gmail.com", role = c("aut", "ctr", "cre"),
comment = c(ORCID = "0000-0002-1986-7988")),
person("Richard", "Condit", , "richardcondit@gmail.com", role = "aut"),
person("Suzanne", "Lao", , "laoz@si.edu", role = "aut"),
person("Anudeep", "Singh", , "anudeep7@gmail.com", role = "aut"),
person("CTFS-ForestGEO", , , "ForestGEO@si.edu", role = c("cph", "fnd"))
)
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 easily import, filter, and modify 'ForestGEO' data. To
learn more about 'ForestGEO' visit <https://forestgeo.si.edu/>.
License: GPL-3
URL: https://forestgeo.github.io/fgeo.tool/,
https://github.com/forestgeo/fgeo.tool
BugReports: https://github.com/forestgeo/fgeo.tool/issues
Depends:
R (>= 3.2)
Imports:
dplyr (>= 0.8.0.1),
glue (>= 1.3.1),
magrittr (>= 1.5),
purrr (>= 0.3.2),
readr (>= 1.3.1),
rlang (>= 0.4.11),
tibble (>= 2.1.1),
tidyselect (>= 0.2.5)
Suggests:
covr (>= 3.2.1),
fgeo.x (>= 1.1.3),
knitr (>= 1.22),
roxygen2 (>= 6.1.1),
spelling (>= 2.1),
stringr (>= 1.4.0),
testthat (>= 2.1.1),
tidyr (>= 0.8.3)
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1