-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
43 lines (43 loc) · 1.4 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
Package: allodb
Title: Tree Biomass Estimation at Extra-Tropical Forest Plots
Version: 0.0.1.9000
Authors@R: c(
person("Erika", "Gonzalez-Akre", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8305-6672")),
person("Camille", "Piponiot", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-3473-1982")),
person("Mauro", "Lepore", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1986-7988")),
person("Kristina", "Anderson-Teixeira", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8461-9713")),
person("Jeffrey", "Hanson", , "[email protected]", role = "rev"),
person("Jonas", "Stillhard", , "[email protected]", role = "rev")
)
Description: Standardize and simplify the tree biomass estimation process
across globally distributed extratropical forests.
License: GPL-3
URL: https://docs.ropensci.org/allodb/, https://github.com/ropensci/allodb
BugReports: https://github.com/ropensci/allodb/issues
Depends:
R (>= 3.4)
Imports:
data.table,
ggplot2,
rlang,
tibble,
withr
Suggests:
covr,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
utils
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2