-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
58 lines (58 loc) · 1.94 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
Package: lpjmlkit
Type: Package
Title: Toolkit for Basic LPJmL Handling
Version: 1.7.4
Authors@R: c(
person("Jannes", "Breier", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9055-6904")),
person("Sebastian","Ostberg", , "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-2368-7015")),
person("Stephen Björn", "Wirth", , "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-3090-3318")),
person("Sara","Minoli", , "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-7920-3107")),
person("Fabian", "Stenzel", , "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-5109-0048")),
person("David","Hötten", , "[email protected]", role = c("aut")),
person("Christoph", "Müller", , "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-9491-3550"))
)
Description: A collection of basic functions to facilitate the work with the
Dynamic Global Vegetation Model (DGVM) Lund-Potsdam-Jena managed Land
(LPJmL) hosted at the Potsdam Institute for Climate Impact Research (PIK).
It provides functions for performing LPJmL simulations, as well as reading,
processing and writing model-related data such as inputs and outputs or
configuration files.
License: AGPL-3
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE,
r6 = TRUE)
Encoding: UTF-8
Depends:
R (>= 3.5.0)
URL: https://github.com/PIK-LPJmL/lpjmlkit,
https://doi.org/10.5281/zenodo.7773134
BugReports: https://github.com/PIK-LPJmL/lpjmlkit/issues
Imports:
magrittr,
dplyr,
processx,
tibble,
jsonlite,
doParallel,
foreach,
utils,
methods,
abind,
rlang,
withr,
grDevices,
cli,
stringi
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
terra,
raster,
reshape2,
maps,
sf
Config/testthat/edition: 3
VignetteBuilder: knitr
Date: 2024-11-26