Skip to content

Commit

Permalink
chore: bump dependencies and fix styler errors
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Nov 5, 2024
1 parent b765ffc commit 9a030b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Imports:
shinyjs,
shinyvalidate,
stats,
teal.code (>= 0.5.0),
teal.code (>= 0.5.0.9012),
teal.logger (>= 0.2.0.9011),
teal.reporter (>= 0.2.0),
teal.widgets (>= 0.4.0)
Expand All @@ -58,7 +58,7 @@ Suggests:
rvest (>= 1.0.0),
shinytest2,
stringr (>= 1.4.1),
teal.data (>= 0.5.0),
teal.data (>= 0.6.0.9015),
tern (>= 0.7.10),
testthat (>= 3.0.4),
utils
Expand Down
1 change: 0 additions & 1 deletion R/utils-arbitrary_lines.r
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ ui_arbitrary_lines <- function(id, line_arb, line_arb_label, line_arb_color, tit
#' @keywords internal
srv_arbitrary_lines <- function(id) {
moduleServer(id, function(input, output, session) {

comma_sep_to_values <- function(values, wrapper_fun = trimws) {
vals <- strsplit(values, "\\s{0,},\\s{0,}")[[1]]
suppressWarnings(wrapper_fun(vals))
Expand Down
1 change: 0 additions & 1 deletion R/utils-templ_ui.r
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ templ_ui_params_vars <- function(ns,
# trt_group
trt_choices = NULL,
trt_selected = NULL,

multiple = FALSE) {
if (is.null(xparam_choices) && !is.null(xchoices) && !is.null(yparam_choices)) {
# otherwise, xchoices will appear first without any biomarker to select and this looks odd in the UI
Expand Down

0 comments on commit 9a030b1

Please sign in to comment.