forked from pik-piam/madrat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.87 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
Package: madrat
Type: Package
Title: May All Data be Reproducible and Transparent (MADRaT) *
Version: 1.93.6
Date: 2021-03-02
Authors@R: c(person("Jan Philipp", "Dietrich", email = "[email protected]", role = c("aut","cre")),
person("Lavinia", "Baumstark", email = "[email protected]", role = "aut"),
person("Stephen", "Wirth", email = "[email protected]", role = "aut"),
person("Anastasis", "Giannousakis", email = "[email protected]", role = "aut"),
person("Renato", "Rodrigues", email = "[email protected]", role = "aut"),
person("Benjamin Leon", "Bodirsky", email = "[email protected]", role = "aut"),
person("Ulrich", "Kreidenweis", email = "[email protected]", role = "aut"),
person("David", "Klein", email = "[email protected]", role = "aut"))
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.
Depends:
R(>= 2.10.0),
magclass(>= 5.7.0)
Imports:
Matrix,
tools,
utils,
digest,
methods,
parallel,
stringi,
rlang,
assertthat,
yaml
Suggests:
igraph (>= 1.0.1),
knitr,
rmarkdown,
testthat,
ggplot2,
covr
URL: https://github.com/pik-piam/madrat, https://doi.org/10.5281/zenodo.1115490
BugReports: https://github.com/pik-piam/madrat/issues
License: BSD_2_clause + file LICENSE
LazyData: no
Encoding: UTF-8
RoxygenNote: 7.1.1
VignetteBuilder: knitr