Skip to content

Commit

Permalink
docs: add minimal version of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Jul 25, 2023
1 parent 3bc45ca commit 30b1cd4
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 10 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
schedule:
- cron: '45 3 * * 0'
workflow_dispatch:
# Section to be removed before action is merged
# note: branch below needs to point to main instead of new-verdepcheck-strategy
push:
branches:
- verdepcheck_action
# end of section to be removed

jobs:
dependency-test:
strategy:
fail-fast: false
matrix:
test-strategy: ["min", "release", "max"]
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
test-strategy: ["min_cohort", "min_isolated", "release", "max"]
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@new-verdepcheck-strategy
name: Dependency Test - ${{ matrix.test-strategy }} 🔢
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
Expand Down
39 changes: 31 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ BugReports: https://github.com/insightsengineering/teal.osprey/issues
Depends:
osprey (>= 0.1.15),
R (>= 3.6),
shiny,
shiny (>= 1.6.0),
teal (>= 0.12.0.9013)
Imports:
checkmate,
dplyr,
checkmate (>= 2.1.0),
dplyr (>= 1.0.5),
formatters (>= 0.3.1),
ggplot2,
lifecycle,
lifecycle (>= 0.2.0),
logger (>= 0.2.0),
shinyvalidate,
teal.code (>= 0.3.0),
Expand All @@ -38,13 +38,13 @@ Imports:
teal.transform (>= 0.3.0),
teal.widgets (>= 0.2.0),
tern (>= 0.7.10),
tidyr
tidyr (>= 0.8.3)
Suggests:
knitr,
knitr (>= 1.34),
nestcolor (>= 0.1.0),
rmarkdown,
rmarkdown (>= 2.19),
teal.data (>= 0.1.2),
testthat (>= 2.0)
testthat (>= 3.0.4)
Remotes:
insightsengineering/osprey@*release,
insightsengineering/osprey@*release,
Expand All @@ -57,6 +57,29 @@ Remotes:
insightsengineering/teal.widgets@*release,
insightsengineering/teal@*release,
insightsengineering/tern@*release
Config/Needs/verdepcheck:
insightsengineering/osprey,
rstudio/shiny,
insightsengineering/teal,
mllg/checkmate,
tidyverse/dplyr,
insightsengineering/formatters,
tidyverse/ggplot2,
r-lib/lifecycle,
daroczig/logger,
rstudio/shinyvalidate,
insightsengineering/teal.code,
insightsengineering/teal.logger,
insightsengineering/teal.reporter,
insightsengineering/teal.transform,
insightsengineering/teal.widgets,
insightsengineering/tern,
tidyverse/tidyr,
yihui/knitr,
rstudio/rmarkdown,
insightsengineering/nestcolor,
insightsengineering/teal.data,
r-lib/testthat
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
* Updated `arm_var` to point to the factor column in `ANL`. It can't be a character column anymore.
* Removed redundant formal arguments from `tm_g_patient_profile`.

### Miscellaneous

* Specify minimal version of dependent packages.

# teal.osprey 0.1.15

### Breaking changes
Expand Down

0 comments on commit 30b1cd4

Please sign in to comment.