forked from pik-piam/madrat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
69 lines (69 loc) · 2.73 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Type: Package
Package: madrat
Title: May All Data be Reproducible and Transparent (MADRaT) *
Version: 3.13.3
Date: 2024-10-14
Authors@R: c(
person("Jan Philipp", "Dietrich", , "[email protected]", role = c("aut", "cre"),
comment = c(affiliation = "Potsdam Institute for Climate Impact Research", ORCID = "0000-0002-4309-6431")),
person("Lavinia", "Baumstark", , "[email protected]", role = "aut",
comment = c(affiliation = "Potsdam Institute for Climate Impact Research")),
person("Stephen", "Wirth", , "[email protected]", role = "aut",
comment = c(affiliation = "Potsdam Institute for Climate Impact Research")),
person("Anastasis", "Giannousakis", , "[email protected]", role = "aut"),
person("Renato", "Rodrigues", , "[email protected]", role = "aut",
comment = c(affiliation = "Potsdam Institute for Climate Impact Research")),
person("Benjamin Leon", "Bodirsky", , "[email protected]", role = "aut",
comment = c(affiliation = "Potsdam Institute for Climate Impact Research")),
person("Debbora", "Leip", , "[email protected]", role = "aut",
comment = c(affiliation = "Potsdam Institute for Climate Impact Research")),
person("Ulrich", "Kreidenweis", , "[email protected]", role = "aut"),
person("David", "Klein", , "[email protected]", role = "aut",
comment = c(affiliation = "Potsdam Institute for Climate Impact Research")),
person("Pascal", "Sauer", , "[email protected]", role = "aut",
comment = c(affiliation = "Potsdam Institute for Climate Impact Research"))
)
Description: Provides a framework which should improve reproducibility and
transparency in data processing. It provides functionality such as
automatic meta data creation and management, rudimentary quality
management, data caching, work-flow management and data aggregation.
* The title is a wish not a promise. By no means we expect this
package to deliver everything what is needed to achieve full
reproducibility and transparency, but we believe that it supports
efforts in this direction.
License: BSD_2_clause + file LICENSE
URL: https://github.com/pik-piam/madrat,
https://doi.org/10.5281/zenodo.1115490
BugReports: https://github.com/pik-piam/madrat/issues
Depends:
magclass (>= 5.7.0),
R (>= 2.10.0)
Imports:
callr,
digest,
igraph (>= 2.0.0),
Matrix,
methods,
pkgload,
renv,
stringi,
tools,
utils,
withr,
yaml
Suggests:
covr,
ggplot2,
graphics,
grDevices,
knitr,
rmarkdown,
terra,
testthat,
tibble
VignetteBuilder:
knitr
Config/Keywords: tool
Encoding: UTF-8
LazyData: no
RoxygenNote: 7.3.2