-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
80 lines (80 loc) · 2.28 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
70
71
72
73
74
75
76
77
78
79
80
Package: redoxpeat
Title: Reproducible research compendium with R code and data for:
'Electrochemical Properties of Peat Particulate Organic Matter on a Global
Scale: Relation to Peat Chemistry and Degree of Decomposition'
Version: 1.0.0
Authors@R: c(
person(given = "Henning",
family = "Teickner",
role = c("aut", "cre"),
email = "henning.teickner@uni-muenster.de",
comment = c(ORCID = "0000-0002-3993-1182")),
person(given = "Chuanyu",
family = "Gao",
role = c("aut"),
email = "gaochuanyu@iga.ac.cn"),
person(given = "Klaus-Holger",
family = "Knorr",
role = c("aut"),
email = "kh.knorrr@wwu.de"))
Description: This package is the research compendium for the manuscript
"Electrochemical Properties of Peat Particulate Organic Matter on a
Global Scale: Relation to Peat Chemistry and Degree of Decomposition".
It contains all code and data to reproduce the computations made to
derive results and create figures shown in the manuscript.
License: GPL (>= 3)
ByteCompile: true
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0.0)
Imports:
bookdown (>= 0.19),
methods (>= 4.0.1),
Rcpp (>= 0.12.0),
rlang (>= 0.4.7),
rstan (>= 2.18.1),
rstanarm (>= 2.19.3),
rstantools (>= 2.0.0),
Rdpack (>= 0.11-1),
RcppParallel (>= 5.0.1)
RoxygenNote: 7.1.2
Biarch: true
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
RcppParallel (>= 5.0.1)
SystemRequirements: GNU make
Suggests:
magrittr (>= 1.5),
ir (>= 0.0.0.9000),
irpeat (>= 0.0.0.9000),
elco (>= 0.0.0.9000),
dplyr (>= 1.0.0),
purrr (>= 0.3.4),
tidyr (>= 1.1.0),
ggplot2 (>= 3.3.2),
sf (>= 0.9-3),
sp (>= 1.4-2),
rnaturalearth (>= 0.1.0),
rnaturalearthdata (>= 0.1.0),
raster (>= 3.3-13),
rgeos (>= 0.5-3),
cowplot (>= 1.0.0),
ggforce (>= 0.3.1),
ggrepel (>= 0.8.2),
bayesplot (>= 1.7.2),
units (>= 0.6-7),
errors (>= 0.3.5),
quantities (>= 0.1.5),
kableExtra (>= 1.1.0),
projpred (>= 1.1.6),
pls (>= 2.7-2),
knitr (>= 1.28),
hrbrthemes(>= 0.8.0),
rticles (>= 0.14),
bib2df (>= 1.1.2)
RdMacros: Rdpack