Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo authored Sep 12, 2024
2 parents b3a70c0 + f940d8e commit dd7cb1c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
with:
lookup-refs: |
insightsengineering/teal
insightsengineering/teal.transform
insightsengineering/teal.code
insightsengineering/teal.data
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: teal.modules.general
Title: General Modules for 'teal' Applications
Version: 0.3.0.9043
Date: 2024-09-10
Version: 0.3.0.9045
Date: 2024-09-11
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
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.modules.general 0.3.0.9043
# teal.modules.general 0.3.0.9045

* Removed `Show Warnings` modals from modules.

Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/test-shinytest2-tm_variable_browser.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ app_driver_tm_variable_browser <- function() {
CO2 <- CO2 # nolint: object_name.
}
)
teal.data::datanames(data) <- c("iris", "mtcars", "women", "faithful", "CO2")

init_teal_app_driver(
data = data,
modules = tm_variable_browser(
label = "Variable browser (e2e)",
datasets_selected = c("iris", "mtcars", "women", "faithful", "CO2"),
parent_dataname = "CO2",
ggplot2_args = teal.widgets::ggplot2_args(
labs = list(subtitle = "Plot generated by Variable Browser Module")
),
pre_output = shiny::tags$div("A pre-output message for tm_variable_browser"),
post_output = shiny::tags$div("A post-output message for tm_variable_browser"),
post_output = shiny::tags$div("A post-output message for tm_variable_browser")
)
)
}
Expand Down

0 comments on commit dd7cb1c

Please sign in to comment.