Skip to content

Commit 8e81436

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e6a616c commit 8e81436

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

DESCRIPTION

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,38 @@
1-
Package: mrsoil
21
Type: Package
2+
Package: mrsoil
33
Title: MadRat Soil Organic Carbon Budget Library
44
Version: 2.3.5
55
Date: 2024-09-23
6-
Authors@R: c(person("Kristine", "Karstens", email = "karstens@pik-potsdam.de", role = c("aut","cre")),
7-
person("Jan Philipp", "Dietrich", email = "dietrich@pik-potsdam.de", role = "aut"))
8-
Description: This packages provides functions for soil organic carbon budget for mineral soils using the steady-state method (Tier 2) of the 2019 Refinement to the 2006 IPP Guidelines for National Greenhouse Gas Inventories.
6+
Authors@R: c(
7+
person("Kristine", "Karstens", , "karstens@pik-potsdam.de", role = c("aut", "cre")),
8+
person("Jan Philipp", "Dietrich", , "dietrich@pik-potsdam.de", role = "aut")
9+
)
10+
Description: This packages provides functions for soil organic carbon
11+
budget for mineral soils using the steady-state method (Tier 2) of the
12+
2019 Refinement to the 2006 IPP Guidelines for National Greenhouse Gas
13+
Inventories.
14+
License: LGPL-3 | file LICENSE
15+
URL: https://github.com/pik-piam/mrsoil,
16+
https://doi.org/10.5281/zenodo.4317933
17+
BugReports: https://github.com/pik-piam/mrsoil/issues
918
Depends:
10-
R(>= 2.10.0),
11-
magclass(>= 5.15.4),
12-
madrat(>= 1.86.0),
13-
mrcommons(>= 0.11.9),
14-
mrlandcore (>= 1.0.0),
15-
mrdrivers(>= 1.0.0)
19+
R (>= 2.10.0),
20+
madrat (>= 1.86.0),
21+
magclass (>= 5.15.4),
22+
mrcommons (>= 0.11.9),
23+
mrdrivers (>= 1.0.0),
24+
mrlandcore (>= 1.0.0)
1625
Imports:
26+
jsonlite,
27+
lpjclass,
1728
magpiesets,
1829
mstools (>= 0.6.0),
1930
readxl,
20-
lpjclass,
21-
utils,
22-
jsonlite
23-
License: LGPL-3 | file LICENSE
24-
URL: https://github.com/pik-piam/mrsoil, https://doi.org/10.5281/zenodo.4317933
25-
BugReports: https://github.com/pik-piam/mrsoil/issues
31+
utils
32+
Suggests:
33+
covr,
34+
ggplot2,
35+
rmarkdown
2636
Encoding: UTF-8
2737
LazyData: no
2838
RoxygenNote: 7.3.2
29-
Suggests:
30-
rmarkdown,
31-
ggplot2,
32-
covr

0 commit comments

Comments
 (0)