-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.46 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
Type: Package
Package: mip
Title: Comparison of multi-model runs
Version: 0.153.0
Date: 2025-02-17
Authors@R: c(
person("David", "Klein", , "dklein@pik-potsdam.de", role = c("aut", "cre")),
person("Jan Philipp", "Dietrich", , "dietrich@pik-potsdam.de", role = "aut"),
person("Lavinia", "Baumstark", , "baumstark@pik-potsdam.de", role = "aut"),
person("Florian", "Humpenoeder", , "humpenoeder@pik-potsdam.de", role = "aut"),
person("Miodrag", "Stevanovic", , "miodrag@pik-potsdam.de", role = "aut"),
person("Stephen", "Wirth", , "wirth@pik-potsdam.de", role = "aut"),
person("Pascal", "Führlich", , "pascal.fuehrlich@pik-potsdam.de", role = "aut"),
person("Oliver", "Richters", role = "aut"),
person("Tonn", "Rüter", , "tonn.rueter@pik-potsdam.de", role = "aut")
)
Description: Package contains generic functions to produce comparison
plots of multi-model runs.
License: BSD_2_clause + file LICENSE
URL: https://github.com/pik-piam/mip,
https://doi.org/10.5281/zenodo.1158586
BugReports: https://github.com/pik-piam/mip/issues
Depends:
R (>= 2.10.0),
magclass,
quitte (>= 0.3072)
Imports:
data.table,
dplyr,
ggplot2,
gridExtra,
htmltools,
lusweave (>= 1.43.2),
plotly,
RColorBrewer,
reshape2,
rlang,
shiny,
stringr,
tidyr,
trafficlight,
withr,
Suggests:
gdxrrw,
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: yes
RoxygenNote: 7.3.2