Skip to content

Commit

Permalink
Merge branch 'main' into outlier_issue_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr authored Sep 12, 2024
2 parents 07b92ff + f940d8e commit e8b7ec4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 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
14 changes: 7 additions & 7 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.9042
Date: 2024-08-28
Version: 0.3.0.9045
Date: 2024-09-11
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"),
Expand Down Expand Up @@ -90,11 +90,11 @@ Config/Needs/verdepcheck: haleyjeppson/ggmosaic, tidyverse/ggplot2,
insightsengineering/tern, tidyverse/tibble, tidyverse/tidyr,
tidymodels/broom, daattali/colourpicker, daattali/ggExtra,
aphalo/ggpmisc, aphalo/ggpp, slowkow/ggrepel, baddstats/goftest,
gridExtra, ramnathv/htmlwidgets, jeroen/jsonlite, yihui/knitr,
daroczig/logger, deepayan/lattice, MASS,
insightsengineering/nestcolor, r-lib/rlang, rstudio/rmarkdown,
insightsengineering/rtables, tidyverse/rvest, sparkline,
rstudio/shinytest2, r-lib/testthat, r-lib/withr
ramnathv/htmlwidgets, jeroen/jsonlite, yihui/knitr, daroczig/logger,
deepayan/lattice, insightsengineering/nestcolor, r-lib/pkgload,
r-lib/rlang, rstudio/rmarkdown, insightsengineering/rtables,
tidyverse/rvest, htmlwidgets/sparkline, rstudio/shinytest2,
r-lib/testthat, r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
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.9042
# 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 e8b7ec4

Please sign in to comment.