Skip to content

Commit 2d091a5

Browse files
committed
Merge remote-tracking branch 'origin/main' into teal_reportable
2 parents 61ab554 + 81f41e6 commit 2d091a5

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: teal.modules.general
33
Title: General Modules for 'teal' Applications
4-
Version: 0.4.1.9002
5-
Date: 2025-05-20
4+
Version: 0.4.1.9003
5+
Date: 2025-06-04
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
88
person("Pawel", "Rucki", , "[email protected]", role = "aut"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal.modules.general 0.4.1.9002
1+
# teal.modules.general 0.4.1.9003
22

33
# teal.modules.general 0.4.1
44

R/tm_variable_browser.R

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -387,13 +387,11 @@ srv_variable_browser <- function(id,
387387
varname <- plot_var$variable[[dataname]]
388388
df <- data()[[dataname]]
389389

390-
numeric_ui <- shinyWidgets::switchInput(
391-
inputId = session$ns("remove_NA_hist"),
390+
numeric_ui <- bslib::input_switch(
391+
id = session$ns("remove_NA_hist"),
392392
label = "Remove NA values",
393393
value = FALSE,
394-
width = "50%",
395-
labelWidth = "100px",
396-
handleWidth = "50px"
394+
width = "100%"
397395
)
398396

399397
var <- df[[varname]]

0 commit comments

Comments
 (0)