diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 65f8a26..c138e60 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.3.2.9019 + rev: v0.3.2.9027 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] @@ -45,11 +45,11 @@ repos: - id: no-browser-statement - id: deps-in-desc - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.2 + rev: v3.1.0 hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files args: ["--maxkb=200"] @@ -75,6 +75,6 @@ repos: files: '\.Rhistory|\.RData|\.Rds|\.rds$' # `exclude: ` to allow committing specific files. - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.35.0 + rev: v0.37.0 hooks: - id: markdownlint diff --git a/DESCRIPTION b/DESCRIPTION index cfd7837..26cb639 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,8 @@ Type: Package Package: tern.gee Title: Tables and Graphs for Generalized Estimating Equations (GEE) Model Fits -Version: 0.1.0.9008 -Date: 2023-08-21 +Version: 0.1.0.9009 +Date: 2023-11-28 Authors@R: c( person("Daniel", "Sabanés Bové", , "daniel.sabanes_bove@roche.com", role = c("aut", "cre")), person("Joe", "Zhu", , "joe.zhu@roche.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 2bf19e6..d3cfa77 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# tern.gee 0.1.0.9008 +# tern.gee 0.1.0.9009 ### Miscellaneous