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 #286

Merged
merged 13 commits into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
39 changes: 27 additions & 12 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,41 @@ License: Apache License 2.0 | file LICENSE
Depends:
R (>= 3.6)
Imports:
checkmate,
checkmate (>= 2.1.0),
dplyr (>= 1.1.2),
lifecycle,
lubridate,
magrittr,
rlang,
stringr,
tibble,
tidyr,
yaml
lifecycle (>= 1.0.3),
lubridate (>= 1.7.10),
magrittr (>= 1.5),
rlang (>= 1.1.0),
stringr (>= 1.4.1),
tibble (>= 3.2.1),
tidyr (>= 1.1.4),
yaml (>= 2.1.19)
Suggests:
diffdf,
knitr,
rmarkdown,
testthat (>= 3.0)
knitr (>= 1.42),
rmarkdown (>= 2.19),
testthat (>= 3.0.4)
VignetteBuilder:
knitr
RdMacros:
lifecycle
Config/Needs/website: insightsengineering/nesttemplate
Config/Needs/verdepcheck:
mllg/checkmate,
tidyverse/dplyr,
r-lib/lifecycle,
tidyverse/lubridate,
tidyverse/magrittr,
r-lib/rlang,
tidyverse/stringr,
tidyverse/tibble,
tidyverse/tidyr,
yaml=vubiostat/r-yaml,
gowerc/diffdf,
yihui/knitr,
rstudio/rmarkdown,
r-lib/testthat
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
### Enhancements
* Updated level of `ETHNIC` variable in all datasets from `" NOT REPORTED"` to `"NOT REPORTED"`.

### Miscellaneous
* Specified minimal version of package dependencies.

# random.cdisc.data 0.3.14

### Breaking changes
Expand Down