-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
74 lines (74 loc) · 2.12 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
Package: fgeo.biomass
Title: Calculate Biomass with the Best Available Allometries
Version: 0.0.0.9002
Authors@R:
c(person(given = "Mauro",
family = "Lepore",
role = c("aut", "ctr", "cre"),
email = "leporem@si.edu",
comment = c(ORCID = "0000-0002-1986-7988")),
person(given = "Gabriel",
family = "Arellano",
role = c("aut", "rev"),
email = "gabriel.arellano.torres@gmail.com"),
person(given = "Stuart",
family = "Davies",
role = c("aut", "rev"),
email = "daviess@si.edu"),
person(given = "Erika",
family = "Gonzalez",
role = c("aut", "rev"),
email = "GonzalezEB@si.edu",
comment = c(ORCID = "0000-0001-8305-6672")),
person(given = "Sean",
family = "McMahon",
role = c("aut", "rev"),
email = "mcmahons@si.edu"),
person(given = "Kristina",
family = "Anderson-Teixeira",
role = c("aut", "rev"),
email = "TeixeiraK@si.edu"),
person(given = "CTFS-ForestGEO",
role = c("cph", "fnd"),
email = "ForestGEO@si.edu"))
Description: Calculate biomass with the best available
allometries. allodb package.
License: GPL-3
URL: https://github.com/forestgeo/fgeo.biomass
BugReports: https://github.com/forestgeo/fgeo.biomass/issues
Depends:
R (>= 3.2)
Imports:
allodb (>= 0.0.0.9005),
BIOMASS,
dplyr (>= 0.7.8),
fgeo.tool (>= 1.2.2),
formatR (>= 1.5),
glue (>= 1.3.0),
magrittr (>= 1.5),
measurements,
memoise (>= 1.1.0),
purrr (>= 0.3.0),
readr (>= 1.3.1),
rlang (>= 0.3.1),
stats,
tibble (>= 2.0.1),
tidyr (>= 0.8.2),
tidyselect,
usethis
Suggests:
bciex (>= 0.0.0.9000),
covr (>= 3.2.1),
ggplot2,
rmarkdown,
spelling (>= 2.0),
testthat (>= 2.0.1)
Remotes:
forestgeo/allodb,
forestgeo/bciex
Additional_repositories: https://forestgeo.github.io/drat/
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1