Skip to content

Commit

Permalink
update packages versions for scheduled build (#330)
Browse files Browse the repository at this point in the history
Part of insightsengineering/nestdevs-tasks#98
Build
https://github.com/insightsengineering/teal.goshawk/actions/runs/12882792248

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lluís Revilla <[email protected]>
  • Loading branch information
3 people authored Jan 24, 2025
1 parent 476e98d commit 39204c7
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 23 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
strategy: ${{ matrix.test-strategy }}
additional-env-vars: |
PKG_SYSREQS_DRY_RUN=true
extra-deps: |
matrixStats (>= 1.5.0);teal.slice (>= 0.5.1.9021)
branch-cleanup:
if: >
github.event_name == 'schedule' || (
Expand Down
22 changes: 11 additions & 11 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Depends:
goshawk (>= 0.1.18),
R (>= 3.6),
shiny (>= 1.6.0),
teal (>= 0.15.2.9079),
teal.transform (>= 0.5.0.9015)
teal (>= 0.15.2.9103),
teal.transform (>= 0.5.0.9021)
Imports:
checkmate (>= 2.1.0),
colourpicker,
Expand All @@ -47,28 +47,28 @@ Imports:
shinyjs,
shinyvalidate,
stats,
teal.code (>= 0.5.0.9012),
teal.logger (>= 0.3.0.9003),
teal.reporter (>= 0.2.0),
teal.widgets (>= 0.4.0)
teal.code (>= 0.5.0.9022),
teal.logger (>= 0.3.0.9004),
teal.reporter (>= 0.3.1.9023),
teal.widgets (>= 0.4.2.9025)
Suggests:
knitr (>= 1.42),
nestcolor (>= 0.1.0),
rmarkdown (>= 2.23),
rvest (>= 1.0.0),
shinytest2,
shinytest2 (>= 0.3.2),
stringr (>= 1.4.1),
teal.data (>= 0.6.0.9015),
tern (>= 0.7.10),
testthat (>= 3.0.4),
teal.data (>= 0.6.0.9025),
tern (>= 0.9.7),
testthat (>= 3.2.0),
utils
VignetteBuilder:
knitr,
rmarkdown
Remotes:
insightsengineering/goshawk
Config/Needs/verdepcheck: insightsengineering/goshawk, rstudio/shiny,
insightsengineering/teal, insightsengineering/teal.transform,
insightsengineering/teal, insightsengineering/teal.slice, insightsengineering/teal.transform,
mllg/checkmate, daattali/colourpicker, tidyverse/dplyr, rstudio/DT,
tidyverse/ggplot2, r-lib/lifecycle, r-lib/rlang, daattali/shinyjs,
rstudio/shinyvalidate, insightsengineering/teal.code,
Expand Down
4 changes: 2 additions & 2 deletions man/tm_g_gh_boxplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/tm_g_gh_correlationplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/tm_g_gh_density_distribution_plot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/tm_g_gh_lineplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/tm_g_gh_scatterplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/tm_g_gh_spaghettiplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 39204c7

Please sign in to comment.