forked from VincyaneBadouard/LoggingLab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.77 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
Package: Maria
Title: Simulate Different Forms of Logging on a Forest
Version: 0.0.0.9003
Authors@R:
c(person(given = "Vincyane",
family = "Badouard",
role = c("aut", "cre"),
email = "vincyane.badouard@gmail.com"),
person(given = "Sylvain",
family = "Schmitt",
role = "aut",
email = "sylvain.m.schmitt@gmail.com"),
person(given = "Guillaume",
family = "Salzet",
role = "aut",
email = "Guillaume.Salzet@ecofog.gf"),
person(given = "Thomas",
family = "Gaquiere",
role = "aut",
email = "gaquiere.thomas@yahoo.com"),
person(given = "Géraldine",
family = "Derroire",
role = "ctb",
email = "geraldine.derroire@cirad.fr")
)
Description: Allows to simulate different forms of logging on a forest.
URL: https://github.com/VincyaneBadouard/Maria.git
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
knitr (>= 1.33),
kableExtra (>= 1.3.4),
rmarkdown (>= 2.7),
testthat (>= 3.0.4),
pkgdown (>= 1.6.1)
VignetteBuilder: knitr, rmarkdown
Depends:
R (>= 3.6)
Config/testthat/edition: 3
Imports:
magrittr (>= 2.0.1),
dplyr (>= 1.0.7),
tibble (>= 3.1.0),
tidyr (>= 1.1.2),
BIOMASS (>= 2.1.4),
rlang (>= 0.4.10),
raster (>= 3.4.10),
sp (>= 1.4.6),
sf (>= 0.9.8),
nngeo (>= 0.4.3),
fasterize (>= 1.0.3),
terra (>= 1.4-22),
methods (>= 3.6.1),
utils (>= 3.6.1),
matlib (>= 0.9.4),
ggplot2 (>= 3.3.5),
gdistance(>= 1.3-6),
smoothr (>= 0.2.2),
lwgeom(>= 0.2-8),
units (>= 0.7.1),
stats (>= 3.6.1)
BugReports: https://github.com/VincyaneBadouard/Maria/issues