diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 180bca92..86b7d457 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- # All available hooks: https://pre-commit.com/hooks.html # R specific hooks: https://github.com/lorenzwalthert/precommit -default_stages: [commit] +default_stages: [pre-commit] default_language_version: python: python3 repos: diff --git a/DESCRIPTION b/DESCRIPTION index 824d04fd..c9daebd2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: teal.osprey Title: 'teal' Modules for TLG Functions in Osprey -Version: 0.1.16.9028 -Date: 2024-10-03 +Version: 0.1.16.9029 +Date: 2024-10-08 Authors@R: c( person("Nina", "Qi", , "qit3@gene.com", role = c("aut", "cre")), person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "aut"), @@ -53,7 +53,7 @@ Config/Needs/verdepcheck: insightsengineering/osprey, rstudio/shiny, rstudio/shinyvalidate, insightsengineering/teal.code, insightsengineering/teal.logger, insightsengineering/teal.reporter, insightsengineering/teal.widgets, insightsengineering/tern, - tidyverse/tidyr, yihui/knitr, rstudio/rmarkdown, + tidyverse/tidyr, yihui/knitr, rstudio/rmarkdown, insightsengineering/teal.data, r-lib/testthat, r-lib/withr Config/Needs/website: insightsengineering/nesttemplate Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index 4758b7b7..781b61b3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.osprey 0.1.16.9028 +# teal.osprey 0.1.16.9029 * Removed `Show Warnings` modals from modules. * Moved `teal.data` from `Suggests` to `Imports`.