Skip to content

Commit

Permalink
Add support for minimal version check with verdepcheck (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo authored Apr 22, 2024
1 parent 39bf03f commit 87ca795
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
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: 15 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,36 @@ URL: https://insightsengineering.github.io/goshawk/,
https://github.com/insightsengineering/goshawk/
BugReports: https://github.com/insightsengineering/goshawk/issues
Depends:
dplyr,
dplyr (>= 1.1.0) ,
R (>= 3.6)
Imports:
checkmate,
checkmate (>= 2.1.0) ,
cowplot,
ggnewscale,
ggplot2,
grDevices,
grid,
lifecycle,
lifecycle (>= 0.2.0),
magrittr,
mcr,
rlang,
stringr
rlang (>= 1.1.0),
stringr (>= 1.4.1)
Suggests:
knitr,
knitr (>= 1.42),
nestcolor (>= 0.1.0),
rmarkdown,
testthat (>= 2.0),
rmarkdown (>= 1.11),
testthat (>= 3.0.4),
tidyr
VignetteBuilder:
knitr
Config/Needs/website: insightsengineering/nesttemplate
Config/Needs/verdepcheck:
tidyverse/dplyr, mllg/checkmate, wilkelab/cowplot,
eliocamp/ggnewscale, tidyverse/ggplot2, r-lib/lifecycle,
tidyverse/magrittr,
r-lib/rlang, tidyverse/stringr,
yihui/knitr, insightsengineering/nestcolor, rstudio/rmarkdown,
r-lib/testthat, tidyverse/tidyr
Encoding: UTF-8
Language: en-US
LazyData: true
Expand Down

0 comments on commit 87ca795

Please sign in to comment.