-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.04 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
Package: libcbmr
Title: Interface to the Carbon Budget Model Library Based on CBM-CFS3
Version: 0.0.0.9009
Authors@R: c(
person("Scott", "Morken", email = "[email protected]", role = c("aut")),
person("Celine", "Boisvenue", email = "[email protected]", role = c("aut")),
person("Alex M", "Chubaty", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7146-8135")),
person("Eliot", "McIntire", email = "[email protected]", role = c("aut"))
)
Description: Provides wrappers for working with 'libcbm_py' in R.
URL:
https://libcbmr.predictiveecology.org/,
https://github.com/PredictiveEcology/libcbmr
Depends: R (>= 4.0)
Imports:
reticulate,
box
Suggests:
covr,
knitr,
plyr,
rmarkdown,
testthat
Language: en-CA
License: MPL-2.0 + file(LICENSE)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/reticulate:
list(
packages = list(
list(package = "libcbm")
)
)