Skip to content

Commit

Permalink
Merge branch 'main' into readme@main
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr authored Sep 29, 2023
2 parents b450991 + 96ff80d commit cee980c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 27 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.widgets
Title: 'shiny' Widgets for 'teal' Applications
Version: 0.4.0.9010
Date: 2023-09-27
Version: 0.4.0.9011
Date: 2023-09-28
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.widgets 0.4.0.9010
# teal.widgets 0.4.0.9011

### Miscellaneous

Expand Down
11 changes: 0 additions & 11 deletions R/optionalInput.R
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,6 @@ updateOptionalSelectInput <- function(session, # nolint
#' vector of HTML icons corresponding to data type in each column.
#' @keywords internal
#'
#' @examples
#' teal.widgets:::variable_type_icons(c(
#' "integer", "numeric", "logical", "Date", "POSIXct", "POSIXlt",
#' "factor", "character", "unknown", ""
#' ))
variable_type_icons <- function(var_type) {
checkmate::assert_character(var_type, any.missing = FALSE)

Expand Down Expand Up @@ -274,12 +269,6 @@ variable_type_icons <- function(var_type) {
#' @return (`character`) HTML contents with all elements combined
#' @keywords internal
#'
#' @examples
#' teal.widgets:::picker_options_content(
#' var_name = c("SEX", "BRMRKR1"),
#' var_label = c("Sex", "Biomarker 1"),
#' var_type = c("factor", "numeric")
#' )
picker_options_content <- function(var_name, var_label, var_type) {
if (length(var_name) == 0) {
return(character(0))
Expand Down
7 changes: 0 additions & 7 deletions man/picker_options_content.Rd

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

6 changes: 0 additions & 6 deletions man/variable_type_icons.Rd

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

0 comments on commit cee980c

Please sign in to comment.