Skip to content

Commit

Permalink
Merge branch 'main' into 136_fix_widget@main
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi authored Sep 30, 2023
2 parents dd1c170 + e27e8f2 commit 6db6349
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 28 deletions.
8 changes: 5 additions & 3 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
Title: 'shiny' Widgets for 'teal' Applications
Version: 0.4.0.9012
Date: 2023-09-29
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
Expand All @@ -13,6 +13,8 @@ Authors@R: c(
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Collection of 'shiny' widgets to support 'teal' applications.
Enables the manipulation of application layout and plot or table
settings.
License: Apache License 2.0
URL: https://insightsengineering.github.io/teal.widgets/,
https://github.com/insightsengineering/teal.widgets
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.9012

### Miscellaneous

Expand Down
11 changes: 0 additions & 11 deletions R/optionalInput.R
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,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 @@ -381,12 +376,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 6db6349

Please sign in to comment.