diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index b752a49b..f2ddf686 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - test-strategy: ["min", "release", "max"] + test-strategy: ["min_cohort", "min_isolated", "release", "max"] uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main name: Dependency Test - ${{ matrix.test-strategy }} 🔢 secrets: diff --git a/DESCRIPTION b/DESCRIPTION index 4cf4fb4b..60e5c421 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -18,28 +18,47 @@ Depends: R (>= 3.6) Imports: bslib, - checkmate, - ggplot2, + checkmate (>= 2.1.0), + ggplot2 (>= 3.4.0), graphics, grDevices, - htmltools, - lifecycle, + htmltools (>= 0.5.4), + lifecycle (>= 0.2.0), methods, rtables (>= 0.6.0.9004), - shiny, + shiny (>= 1.6.0), shinyjs, - shinyWidgets, - styler + shinyWidgets (>= 0.5.1), + styler (>= 1.2.0) Suggests: - knitr, - lattice, - magrittr, + knitr (>= 1.42), + lattice (>= 0.18-4), + magrittr (>= 1.5), png, - rmarkdown, shinytest2 (>= 0.2.0), shinyvalidate, - testthat (>= 2.0), - withr + testthat (>= 3.0.4), + withr (>= 2.1.0) +Config/Needs/verdepcheck: + rstudio/bslib, + mllg/checkmate, + tidyverse/ggplot2, + rstudio/htmltools, + r-lib/lifecycle, + insightsengineering/rtables, + rstudio/shiny, + daattali/shinyjs, + dreamRs/shinyWidgets, + r-lib/styler, + yihui/knitr, + deepayan/lattice, + tidyverse/magrittr, + cran/png, + rstudio/shinytest2, + rstudio/shinyvalidate, + r-lib/testthat, + r-lib/withr +Config/Needs/website: insightsengineering/nesttemplate VignetteBuilder: knitr Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index a5c45171..d58e67cb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,7 @@ * Documentation enhancements - code formatting package names and R objects. * Add `grDevices` to Imports. +* Specified minimal version of package dependencies. # teal.widgets 0.4.0