Skip to content

[pre-commit.ci] pre-commit autoupdate #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exclude: '^tests/testthat/_snaps/.*$'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: check-case-conflict
- id: check-json
Expand All @@ -15,7 +15,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/lorenzwalthert/precommit
rev: bae853d82da476eee0e0a57960ee6b741a3b3fb7 # frozen: v0.4.3
rev: 3b70240796cdccbe1474b0176560281aaded97e6 # frozen: v0.4.3.9003
hooks:
- id: parsable-R
- id: deps-in-desc
Expand Down
46 changes: 26 additions & 20 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,32 +1,38 @@
Package: mrsoil
Type: Package
Package: mrsoil
Title: MadRat Soil Organic Carbon Budget Library
Version: 2.3.5
Date: 2024-09-23
Authors@R: c(person("Kristine", "Karstens", email = "karstens@pik-potsdam.de", role = c("aut","cre")),
person("Jan Philipp", "Dietrich", email = "dietrich@pik-potsdam.de", role = "aut"))
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.
Authors@R: c(
person("Kristine", "Karstens", , "karstens@pik-potsdam.de", role = c("aut", "cre")),
person("Jan Philipp", "Dietrich", , "dietrich@pik-potsdam.de", role = "aut")
)
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.
License: LGPL-3 | file LICENSE
URL: https://github.com/pik-piam/mrsoil,
https://doi.org/10.5281/zenodo.4317933
BugReports: https://github.com/pik-piam/mrsoil/issues
Depends:
R(>= 2.10.0),
magclass(>= 5.15.4),
madrat(>= 1.86.0),
mrcommons(>= 0.11.9),
mrlandcore (>= 1.0.0),
mrdrivers(>= 1.0.0)
R (>= 2.10.0),
madrat (>= 1.86.0),
magclass (>= 5.15.4),
mrcommons (>= 0.11.9),
mrdrivers (>= 1.0.0),
mrlandcore (>= 1.0.0)
Imports:
jsonlite,
lpjclass,
magpiesets,
mstools (>= 0.6.0),
readxl,
lpjclass,
utils,
jsonlite
License: LGPL-3 | file LICENSE
URL: https://github.com/pik-piam/mrsoil, https://doi.org/10.5281/zenodo.4317933
BugReports: https://github.com/pik-piam/mrsoil/issues
utils
Suggests:
covr,
ggplot2,
rmarkdown
Encoding: UTF-8
LazyData: no
RoxygenNote: 7.3.2
Suggests:
rmarkdown,
ggplot2,
covr
Loading