diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0952df50b..b21cbeaed 100644 --- 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 05ae82a05..8c783d47a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal Title: Exploratory Web Apps for Analyzing Clinical Trials Data -Version: 0.15.2.9069 -Date: 2024-10-04 +Version: 0.15.2.9070 +Date: 2024-10-09 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9533-457X")), @@ -59,7 +59,7 @@ Suggests: mirai (>= 1.1.1), MultiAssayExperiment, R6, - renv (>= 1.0.7), + renv (>= 1.0.10.9000), rmarkdown (>= 2.23), rvest (>= 1.0.0), shinytest2, @@ -71,6 +71,8 @@ VignetteBuilder: knitr RdMacros: lifecycle +Remotes: + rstudio/renv Config/Needs/verdepcheck: rstudio/shiny, insightsengineering/teal.data, insightsengineering/teal.slice, mllg/checkmate, jeroen/jsonlite, r-lib/lifecycle, daroczig/logger, shikokuchuo/mirai, diff --git a/NEWS.md b/NEWS.md index f5490154e..22c0ef9ed 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal 0.15.2.9069 +# teal 0.15.2.9070 ### New features