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 4d450b8 commit 6a40f61
Show file tree
Hide file tree
Showing 3 changed files with 71 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
76 changes: 62 additions & 14 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,36 +19,36 @@ Depends:
ggmosaic (>= 0.3.0),
ggplot2,
R (>= 3.6),
shiny,
shiny (>= 1.6.0),
shinyTree,
teal (>= 0.12.0)
Imports:
checkmate,
dplyr,
DT,
checkmate (>= 2.1.0),
dplyr (>= 1.0.5),
DT (>= 0.13),
forcats (>= 1.0.0),
grid,
logger (>= 0.2.0),
magrittr,
magrittr (>= 1.5),
scales,
shinyjs,
shinyvalidate,
shinyWidgets,
stats,
stringr,
stringr (>= 1.4.1),
teal.code (>= 0.3.0),
teal.logger (>= 0.1.1),
teal.reporter (>= 0.1.1),
teal.slice (>= 0.2.0),
teal.transform (>= 0.2.0),
teal.widgets (>= 0.2.0),
tern (>= 0.7.10),
tibble,
tidyr,
tibble (>= 2.0.0),
tidyr (>= 0.8.3),
tidyselect,
utils
Suggests:
broom,
broom (>= 0.7.10),
colourpicker,
ggExtra,
ggpmisc (>= 0.4.3),
Expand All @@ -57,17 +57,17 @@ Suggests:
gridExtra,
htmlwidgets,
jsonlite,
knitr,
lattice,
knitr (>= 1.34),
lattice (>= 0.18-4),
MASS,
methods,
nestcolor (>= 0.1.0),
rlang,
rmarkdown,
rlang (>= 1.0.0),
rmarkdown (>= 2.19),
rtables (>= 0.5.1),
sparkline,
teal.data (>= 0.1.2),
testthat (>= 2.0)
testthat (>= 3.0.4)
VignetteBuilder:
knitr
Remotes:
Expand All @@ -80,6 +80,54 @@ Remotes:
insightsengineering/teal.widgets@*release,
insightsengineering/teal@*release,
insightsengineering/tern@*release
Config/Needs/verdepcheck:
haleyjeppson/ggmosaic,
tidyverse/ggplot2,
rstudio/shiny,
shinyTree/shinyTree,
insightsengineering/teal,
mllg/checkmate,
tidyverse/dplyr,
rstudio/DT,
tidyverse/forcats,
daroczig/logger,
tidyverse/magrittr,
r-lib/scales,
daattali/shinyjs,
rstudio/shinyvalidate,
dreamRs/shinyWidgets,
tidyverse/stringr,
insightsengineering/teal.code,
insightsengineering/teal.logger,
insightsengineering/teal.reporter,
insightsengineering/teal.slice,
insightsengineering/teal.transform,
insightsengineering/teal.widgets,
insightsengineering/tern,
tidyverse/tibble,
tidyverse/tidyr,
r-lib/tidyselect,
tidymodels/broom,
daattali/colourpicker,
daattali/ggExtra,
aphalo/ggpmisc,
aphalo/ggpp,
baddstats/goftest,
gridExtra,
ramnathv/htmlwidgets,
jeroen/jsonlite,
yihui/knitr,
deepayan/lattice,
MASS,
insightsengineering/nestcolor,
r-lib/rlang,
rstudio/rmarkdown,
insightsengineering/rtables,
insightsengineering/scda,
insightsengineering/scda.2022,
sparkline,
insightsengineering/teal.data,
r-lib/testthat
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* Removed `scda` package dependency from examples.
* Replaced deprecated `ggplot2` functions `..count..`, `..density..` and `..prop..`.
* Version bump on `forcats` dependency.
* Specify minimal version of dependent packages.

# teal.modules.general 0.2.15

Expand Down

0 comments on commit 6a40f61

Please sign in to comment.