-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
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.151.1
Date: 2024-09-23
Authors@R: c(
person("David", "Klein", , "[email protected]", role = c("aut", "cre")),
person("Jan Philipp", "Dietrich", , "[email protected]", role = "aut"),
person("Lavinia", "Baumstark", , "[email protected]", role = "aut"),
person("Florian", "Humpenoeder", , "[email protected]", role = "aut"),
person("Miodrag", "Stevanovic", , "[email protected]", role = "aut"),
person("Stephen", "Wirth", , "[email protected]", role = "aut"),
person("Pascal", "Führlich", , "[email protected]", role = "aut"),
person("Oliver", "Richters", role = "aut"),
person("Tonn", "Rüter", , "[email protected]", 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