-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
73 lines (73 loc) · 1.94 KB
/
Copy pathDESCRIPTION
File metadata and controls
73 lines (73 loc) · 1.94 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Package: witchtools
Title: Data Management for Integrated Assessment Models
Version: 0.6.0
Authors@R:
c(person(given = "Laurent",
family = "Drouet",
role = c("aut", "cre"),
email = "ldrouet@gmail.com",
comment = c(ORCID = "0000-0002-4087-7662")),
person(given = "Johannes",
family = "Emmerling",
role = c("aut"),
email = "johannes.emmerling@cmcc.it",
comment = c(ORCID = "0000-0003-0916-9913")),
person(given = "Giacomo",
family = "Marangoni",
role = c("ctb"),
email = "jackjackk@gmail.com"),
person(given = "Pietro",
family = "Andreoni",
role = c("ctb"),
email = "pietro.andreoni@eiee.org"),
person(given = "Lara",
family = "Aleluia Reis",
role = c("ctb"),
email = "laleluia@gmail.com"),
person(given = "Marco",
family = "Gambarini",
role = c("ctb"),
email = "marco.gambarini@cmcc.it")
)
Description: Tools and scripts useful for integrated assessment models. It
converts input datasets in time and in regions, it provides diagnostic and
validation tools and it provides easy access to outputs. The package has
been developed in the WITCH modelling framework but it is not limited to
it.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5)
Imports:
countrycode,
crayon,
data.table,
docopt,
fs,
here,
jsonlite,
rlang,
stats,
stringi,
stringr,
yaml,
zip
Remotes:
lolow/gdxtools
Suggests:
DBI,
RSQLite,
duckdb,
gdxtools (>= 1.0.0),
ggplot2,
knitr,
remotes,
rmarkdown,
testthat (>= 2.1.0),
withr
URL: http://witchtools.witchmodel.org
BugReports: https://github.com/witch-team/witchtools/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.0.0