Skip to content

Commit

Permalink
fix Rd files NOTE
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jan 3, 2024
1 parent 7641372 commit 5c744e0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/pickerOptions.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#' @param mobile When set to true, enables the device's native menu for select menus. Type: boolean; Default: false.
#' @param multipleSeparator Set the character displayed in the button that separates selected options. Type: string; Default: ', '.
#' @param noneSelectedText The text that is displayed when a multiple select has no selected options. Type: string; Default: 'Nothing selected'.
#' @param noneResultsText The text displayed when a search doesn't return any results. Type: string; Default: 'No results matched {0}'.
#' @param noneResultsText The text displayed when a search doesn't return any results. Type: string; Default: `'No results matched {0}'`.
#' @param selectAllText The text on the button that selects all options when actionsBox is enabled. Type: string; Default: 'Select All'.
#' @param selectedTextFormat Specifies how the selection is displayed with a multiple select. 'values' displays a list of the selected options (separated by multipleSeparator. 'static' simply displays the select element's title. 'count' displays the total number of selected options. 'count > x' behaves like 'values' until the number of selected options is greater than x; after that, it behaves like 'count'. Type: 'values' | 'static' | 'count' | 'count > x' (where x is an integer); Default: 'values'.
#' @param selectOnTab When set to true, treats the tab character like the enter or space characters within the selectpicker dropdown. Type: boolean; Default: false.
Expand Down
4 changes: 2 additions & 2 deletions R/set-background.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @param direction Direction for gradient, by default to \code{bottom}.
#' Possibles choices are \code{bottom}, \code{top}, \code{right} or
#' \code{left}, two values can be used, e.g. \code{c("bottom", "right")}.
#' @param shinydashboard Set to \code{TRUE} if in a {shinydasboard} application.
#' @param shinydashboard Set to \code{TRUE} if in a shinydasboard application.
#'
#'
#' @export
Expand Down Expand Up @@ -166,7 +166,7 @@ setBackgroundColor <- function(color = "ghostwhite",
#'
#' @param src Url or path to the image, if using local image,
#' the file must be in \code{www/} directory and the path not contain \code{www/}.
#' @param shinydashboard Set to \code{TRUE} if in a {shinydasboard} application.
#' @param shinydashboard Set to \code{TRUE} if in a shinydasboard application.
#'
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/pickerOptions.Rd

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

2 changes: 1 addition & 1 deletion man/setBackgroundColor.Rd

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

2 changes: 1 addition & 1 deletion man/setBackgroundImage.Rd

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

0 comments on commit 5c744e0

Please sign in to comment.