-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.16 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
Package: lpjmlstats
Title: Statistical tools for LPJmL data analysis
Version: 0.6.1
Authors@R: c(
person("David","Hötten", , "[email protected]", role = c("aut", "cre")),
person("Jannes","Breier", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-9055-6904")),
person("Christoph","Müller", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-9491-3550"))
)
Description: This package provides statistical tools for LPJmL data analysis
to be used for benchmarking LPJmL outputs.
License: AGPL-3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Encoding: UTF-8
URL: https://github.com/PIK-LPJmL/lpjmlstats
BugReports: https://github.com/PIK-LPJmL/lpjmlstats/issues
Imports:
dplyr,
units,
lpjmlkit,
Matrix,
methods,
memoise,
rlang,
jsonlite,
stringr,
rmarkdown,
knitr,
colorspace,
ggplot2,
kableExtra,
patchwork,
tibble,
cli,
raster,
tidyselect,
R6,
rnaturalearth
Suggests:
testthat (>= 3.0.0),
maps,
sf,
covr
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)
Date: 2024-12-20