forked from bcgov/SSGBM-VRI-BEM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.08 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
Package: SSGBM.VRI.BEM
Title: Vegetation Resource Inventory & Broad Ecosystem Mapping
Version: 0.2.3.9000
Authors@R: c(
person("Nicolas", "Gauthier", email = "nicolas@boostao.ca", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0642-4130")),
person("François", "Bornais", email = "francois@boostao.ca", role = c("aut"),
comment = c(ORCID = "0000-0002-8676-759X")),
person("Bruno", "Tremblay", email = "bruno@boostao.ca", role = c("ctb"), ,
comment = c(ORCID = "0000-0002-2945-356X")),
person(family = "Province of British Columbia", role = c("cph", "fnd")))
Description: This package is for the VRI-BEM
(vegetation Resource Inventory & Broad Ecosystem Mapping)
component of wildlife models.
Imports:
data.table,
dplyr,
sf,
terra,
units,
bcdata,
bcmaps,
rlang,
tibble,
tidyr,
logger,
parallel,
stringdist
License: file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
rmarkdown,
readxl,
testthat (>= 3.0.0)
Depends:
R (>= 4.2)
LazyData: true
Config/testthat/edition: 3