Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds min package version #49

Merged
merged 13 commits into from
Oct 16, 2023
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
23 changes: 16 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,28 @@ BugReports: https://github.com/insightsengineering/teal.logger/issues
Depends:
R (>= 3.6)
Imports:
glue,
lifecycle,
glue (>= 1.0.0),
lifecycle (>= 0.2.0),
logger (>= 0.2.0),
shiny,
withr
shiny (>= 1.6.0),
withr (>= 2.1.0)
Suggests:
knitr,
rmarkdown,
testthat (>= 2.0)
knitr (>= 1.42),
rmarkdown (>= 2.19),
testthat (>= 3.0.4)
VignetteBuilder:
knitr
RdMacros:
lifecycle
Config/Needs/verdepcheck:
tidyverse/glue,
r-lib/lifecycle,
daroczig/logger,
rstudio/shiny,
r-lib/withr,
yihui/knitr,
rstudio/rmarkdown,
r-lib/testthat
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# teal.logger 0.1.3.9006

* Specified minimal version of package dependencies.

# teal.logger 0.1.3

* Fixed CRAN requirements for the first CRAN submission.
Expand Down