Skip to content
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

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

Closed
wants to merge 2 commits into from
Closed
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.2.9025
rev: v0.4.1
hooks:
- id: parsable-R
- id: deps-in-desc
Expand Down
32 changes: 18 additions & 14 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
Package: mstools
Type: Package
Title: Tool functions that can be used by several madrat-dependent or magpie4 output functions
Package: mstools
Title: Tool functions that can be used by several madrat-dependent or
magpie4 output functions
Version: 0.4.0
Date: 2024-01-15
Authors@R: c(person("Benjamin Leon", "Bodirsky", email = "[email protected]", role = c("aut","cre")),
person("Jan Philipp", "Dietrich", email = "[email protected]", role = "aut"))
Description: Tool functions that can be used by several madrat-dependent or magpie4 output functions.
Depends:
magclass(>= 2.40),
madrat
Imports:
URL: https://github.com/pik-piam/magpie4, https://doi.org/10.5281/zenodo.1158582
Authors@R: c(
person("Benjamin Leon", "Bodirsky", , "[email protected]", role = c("aut", "cre")),
person("Jan Philipp", "Dietrich", , "[email protected]", role = "aut")
)
Description: Tool functions that can be used by several madrat-dependent
or magpie4 output functions.
License: LGPL-3 | file LICENSE
URL: https://github.com/pik-piam/magpie4,
https://doi.org/10.5281/zenodo.1158582
BugReports: https://github.com/pik-piam/magpie4/issues
Depends:
madrat,
magclass (>= 2.40)
Suggests:
covr,
testthat
Encoding: UTF-8
License: LGPL-3 | file LICENSE
RoxygenNote: 7.2.3
Suggests:
testthat,
covr
Loading