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 4845e02f..6504e588 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -17,29 +17,48 @@ URL: https://github.com/insightsengineering/teal.reporter, BugReports: https://github.com/insightsengineering/teal.reporter/issues Imports: bslib, - checkmate, + checkmate (>= 2.1.0), grid, - htmltools, - knitr, - lifecycle, + htmltools (>= 0.5.4), + knitr (>= 1.34), + lifecycle (>= 0.2.0), R6, - rmarkdown, - shiny, - shinyWidgets, - yaml, - zip + rmarkdown (>= 2.19), + shiny (>= 1.6.0), + shinyWidgets (>= 0.5.1), + yaml (>= 1.1.0), + zip (>= 1.1.0) Suggests: - DT, - ggplot2, - lattice, + DT (>= 0.13), + ggplot2 (>= 3.4.0), + lattice (>= 0.18-4), png, rtables (>= 0.5.1), - testthat, + testthat (>= 3.0.4), tinytex VignetteBuilder: knitr RdMacros: lifecycle +Config/Needs/verdepcheck: + rstudio/bslib, + mllg/checkmate, + rstudio/htmltools, + yihui/knitr, + r-lib/lifecycle, + r-lib/R6, + rstudio/rmarkdown, + rstudio/shiny, + dreamRs/shinyWidgets, + yaml=vubiostat/r-yaml, + r-lib/zip, + rstudio/DT, + tidyverse/ggplot2, + deepayan/lattice, + cran/png, + insightsengineering/rtables, + r-lib/testthat, + rstudio/tinytex Config/Needs/website: insightsengineering/nesttemplate Encoding: UTF-8 Language: en-US diff --git a/NEWS.md b/NEWS.md index 4e4cd5fd..5c540b33 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # teal.reporter 0.2.0.9002 +### Miscellaneous + +* Specify minimal version of dependent packages. + # teal.reporter 0.2.0 ### New features