-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
70 lines (70 loc) · 1.87 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
Package: LoggingLab
Title: An R Package to Simulate Forest Logging
Version: 1.0.0
Authors@R:
c(person(given = "Vincyane",
family = "Badouard",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Sylvain",
family = "Schmitt",
role = "aut",
email = "[email protected]"),
person(given = "Guillaume",
family = "Salzet",
role = "aut",
email = "[email protected]"),
person(given = "Thomas",
family = "Gaquiere",
role = "aut",
email = "[email protected]"),
person(given = "Géraldine",
family = "Derroire",
role = "aut",
email = "[email protected]")
)
Description: Allows to simulate different forms of logging on a forest.
URL: https://github.com/VincyaneBadouard/LoggingLab.git
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr (>= 1.33),
kableExtra (>= 1.3.4),
rmarkdown (>= 2.7),
testthat (>= 3.1.6),
pkgdown (>= 1.6.1),
devtools (>= 2.4.5),
ggplot2 (>= 3.3.5)
VignetteBuilder: knitr
Depends:
R (>= 4.1)
Config/testthat/edition: 3
Imports:
magrittr (>= 2.0.3),
dplyr (>= 1.1.2),
tibble (>= 3.2.1),
tidyr (>= 1.3.0),
BIOMASS,
rlang (>= 1.1.1),
raster (>= 3.6.20),
sp (>= 1.6-0),
sf (>= 1.0-12),
nngeo (>= 0.4.7),
fasterize (>= 1.0.4),
terra (>= 1.7-29),
methods (>= 4.3.0),
utils (>= 4.3.0),
matlib (>= 0.9.6),
gdistance(>= 1.6.4),
smoothr (>= 1.0.1),
lwgeom (>= 0.2-11),
units (>= 0.8-2),
stats (>= 4.3.0),
parallel (>= 4.3.0),
doSNOW (>= 1.0.20),
foreach (>= 1.5.2),
tryCatchLog (>= 1.3.1)
BugReports: https://github.com/VincyaneBadouard/LoggingLab/issues