-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
53 lines (53 loc) · 1.64 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
53
Package: witchtools
Title: Data Management for Integrated Assessment Models
Version: 0.4.10
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")
)
Description: The package gathers 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:
crayon,
countrycode,
data.table,
docopt,
fs,
here,
remotes,
stringr,
yaml,
zip
Suggests:
RSQLite,
gdxtools (>= 0.4.0),
testthat (>= 2.1.0),
withr
URL: http://witchtools.witchmodel.org
BugReports: https://github.com/witch-team/witchtools/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2