Skip to content

Commit

Permalink
Merge branch 'main' into 1441_transformators@main
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr authored Jan 21, 2025
2 parents 08b23f3 + 5cf3bc3 commit 8c0b998
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 25 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: |
MultiAssayExperiment (>= 1.32.0);SummarizedExperiment (>= 1.36.0);teal.slice (>= 0.5.1.9021)
branch-cleanup:
if: >
github.event_name == 'schedule' || (
Expand Down
28 changes: 14 additions & 14 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.osprey
Title: 'teal' Modules for TLG Functions in Osprey
Version: 0.1.16.9033
Date: 2025-01-15
Version: 0.1.16.9034
Date: 2025-01-21
Authors@R: c(
person("Nina", "Qi", , "[email protected]", role = c("aut", "cre")),
person("Dawid", "Kaledkowski", , "[email protected]", role = "aut"),
Expand All @@ -24,21 +24,21 @@ Depends:
osprey (>= 0.1.16),
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),
dplyr (>= 1.0.5),
formatters (>= 0.3.1),
ggplot2 (>= 3.4.0),
lifecycle (>= 0.2.0),
shinyvalidate,
teal.code (>= 0.5.0.9012),
teal.data (>= 0.6.0.9015),
teal.logger (>= 0.3.0.9003),
teal.reporter (>= 0.2.0),
teal.widgets (>= 0.4.0),
tern (>= 0.7.10),
teal.code (>= 0.5.0.9022),
teal.data (>= 0.6.0.9025),
teal.logger (>= 0.3.0.9004),
teal.reporter (>= 0.3.1.9023),
teal.widgets (>= 0.4.2.9025),
tern (>= 0.9.7),
tidyr (>= 0.8.3)
Suggests:
knitr (>= 1.42),
Expand All @@ -47,10 +47,10 @@ Suggests:
testthat (>= 3.1.5),
withr (>= 2.0.0)
Config/Needs/verdepcheck: insightsengineering/osprey, rstudio/shiny,
insightsengineering/teal, insightsengineering/teal.transform,
mllg/checkmate, tidyverse/dplyr, insightsengineering/formatters,
tidyverse/ggplot2, r-lib/lifecycle, daroczig/logger,
rstudio/shinyvalidate, insightsengineering/teal.code,
insightsengineering/teal, insightsengineering/teal.slice,
insightsengineering/teal.transform, 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.widgets, insightsengineering/tern,
tidyverse/tidyr, yihui/knitr, rstudio/rmarkdown,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.osprey 0.1.16.9033
# teal.osprey 0.1.16.9034

* Removed `Show Warnings` modals from modules.
* Moved `teal.data` from `Suggests` to `Imports`.
Expand Down
4 changes: 2 additions & 2 deletions man/tm_g_butterfly.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_patient_profile.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_spiderplot.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_swimlane.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_waterfall.Rd

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

0 comments on commit 8c0b998

Please sign in to comment.