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 7905053 commit d41df86
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 16 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
66 changes: 52 additions & 14 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,45 +30,45 @@ Depends:
tern (>= 0.8.2)
Imports:
assertthat,
broom,
checkmate,
dplyr,
DT,
broom (>= 0.7.10),
checkmate (>= 2.1.0),
dplyr (>= 1.0.5),
DT (>= 0.13),
formatters (>= 0.5.0),
ggplot2,
ggrepel,
grid,
lifecycle,
lifecycle (>= 0.2.0),
logger (>= 0.2.0),
magrittr,
magrittr (>= 1.5),
methods,
rlang,
rmarkdown,
rlang (>= 1.0.0),
rmarkdown (>= 2.19),
rtables (>= 0.6.1),
scales,
shiny,
shiny (>= 1.6.0),
shinyjs,
shinyvalidate,
shinyWidgets,
stats,
styler,
styler (>= 1.0.0),
teal.code (>= 0.3.0),
teal.logger (>= 0.1.1),
teal.reporter (>= 0.1.1),
teal.transform (>= 0.3.0),
teal.widgets (>= 0.3.0),
tern.gee (>= 0.1.0),
tern.mmrm (>= 0.2.1),
tidyr,
tidyr (>= 0.8.3),
utils,
vistime
Suggests:
forcats,
knitr,
lubridate,
knitr (>= 1.34),
lubridate (>= 1.7.9),
nestcolor (>= 0.1.0),
teal.data (>= 0.1.2),
testthat (>= 3.0)
testthat (>= 3.0.4)
VignetteBuilder:
knitr
Remotes:
Expand All @@ -82,6 +82,44 @@ Remotes:
insightsengineering/tern.gee@*release,
insightsengineering/tern.mmrm@*release,
insightsengineering/tern@*release
Config/Needs/verdepcheck:
insightsengineering/teal,
insightsengineering/tern,
cran/assertthat,
tidymodels/broom,
mllg/checkmate,
tidyverse/dplyr,
rstudio/DT,
insightsengineering/formatters,
tidyverse/ggplot2,
slowkow/ggrepel,
r-lib/lifecycle,
daroczig/logger,
tidyverse/magrittr,
r-lib/rlang,
rstudio/rmarkdown,
insightsengineering/rtables,
r-lib/scales,
rstudio/shiny,
daattali/shinyjs,
rstudio/shinyvalidate,
dreamRs/shinyWidgets,
r-lib/styler,
insightsengineering/teal.code,
insightsengineering/teal.logger,
insightsengineering/teal.reporter,
insightsengineering/teal.transform,
insightsengineering/teal.widgets,
insightsengineering/tern.gee,
insightsengineering/tern.mmrm,
tidyverse/tidyr,
shosaco/vistime,
tidyverse/forcats,
yihui/knitr,
tidyverse/lubridate,
insightsengineering/nestcolor,
insightsengineering/teal.data,
r-lib/testthat
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Encoding: UTF-8
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

### Miscellaneous
* Updated `control_incidence_rate` parameter names in `tm_t_events_patyear` from `time_unit_input` and `time_unit_output` to `input_time_unit` and `num_pt_year`, respectively, after parameter names were changed in `tern`.
* Specify minimal version of dependent packages.

# teal.modules.clinical 0.8.15

Expand Down

0 comments on commit d41df86

Please sign in to comment.