diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b88bf4..b83d404 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.2 + rev: v0.4.3 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] diff --git a/DESCRIPTION b/DESCRIPTION index 9794d08..e360551 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: simIDM Title: Simulating Oncology Trials using an Illness-Death Model -Version: 0.1.0.9004 +Version: 0.1.0.9005 Authors@R: c( person("Alexandra", "Erdmann", , "alexandra.erdmann@uni-ulm.de", role = c("aut", "cre")), person("Kaspar", "Rufibach", , "kaspar.rufibach@roche.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index b2556c8..d337ac4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# simIDM 0.1.0.9004 +# simIDM 0.1.0.9005 ### New Features