-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.3 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
Package: fgeo.plot
Title: Plot ForestGEO Data
Version: 1.1.11.9000
Authors@R: c(
person("Mauro", "Lepore", , "maurolepore@gmail.com", role = c("aut", "ctr", "cre"),
comment = c(ORCID = "0000-0002-1986-7988")),
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 plot ForestGEO data. To learn more about ForestGEO visit
<https://forestgeo.si.edu/>.
License: GPL-3
URL: https://github.com/forestgeo/fgeo.plot,
https://forestgeo.github.io/fgeo.plot/
BugReports: https://github.com/forestgeo/fgeo.plot/issues
Depends:
R (>= 3.3)
Imports:
dplyr (>= 0.8.0.1),
fgeo.tool (>= 1.2.4),
ggplot2 (>= 3.1.1),
ggrepel (>= 0.8.1),
glue (>= 1.3.1),
magrittr (>= 1.5),
purrr (>= 0.3.2),
rlang (>= 0.3.4),
stats,
stringr (>= 1.4.0)
Suggests:
covr (>= 3.2.1),
fgeo.analyze (>= 1.1.10),
fgeo.x (>= 1.1.3),
gridExtra (>= 2.3),
knitr (>= 1.22),
rmarkdown (>= 1.12),
spelling (>= 2.1),
testthat (>= 2.1.1)
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1