-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.27 KB
/
DESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.27 KB
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
Package: witchplot
Type: Package
Title: Interactive Visualization Toolkit for GAMS IAM Model Results (WITCH, RICE, DICE, FIDELIO)
Version: 1.0.0
Date: 2025-10-24
Authors@R: c(
person("Johannes", "Emmerling", role=c("aut", "cre"), email="johannes.emmerling@cmcc.it"),
person("WITCH Team", role="ctb"))
Description: Dynamic comparison and plotting tools for Integrated Assessment Model (IAM) results from GAMS models including WITCH, RICE50+, DICE, FIDELIO, and IIASADB. Provides Shiny-based interactive applications for scenario comparison, regional analysis, and comprehensive visualization of energy-climate model outputs.
License: MIT + file LICENSE
Copyright: Copyright (c) 2025 Johannes Emmerling and WITCH Team
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.0.0)
Imports:
data.table,
stringr,
ggplot2,
dplyr,
tidyr,
shiny,
shinyWidgets,
plotly,
witchtools,
gdxtools,
memoise,
scales,
RColorBrewer,
openxlsx,
countrycode
Suggests:
ggpubr,
purrr,
forcats,
arrow,
rworldmap,
sf,
rnaturalearth,
reldist,
bslib,
shinythemes,
gsubfn,
rlang,
docopt,
tidytidbits,
gdxrrw,
testthat (>= 3.0.0)
Remotes:
witch-team/witchtools,
lolow/gdxtools
RoxygenNote: 7.3.3