diff --git a/DESCRIPTION b/DESCRIPTION index 94798e55..1728cd5c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -32,7 +32,7 @@ Imports: shinyvalidate (>= 0.1.3), stats, teal.data (>= 0.6.0.9015), - teal.logger (>= 0.3.0.9003), + teal.logger (>= 0.3.1), teal.widgets (>= 0.4.2), tidyr (>= 1.0.0), tidyselect diff --git a/man/delayed_choices.Rd b/man/delayed_choices.Rd index 9316e3e2..3c9c9075 100644 --- a/man/delayed_choices.Rd +++ b/man/delayed_choices.Rd @@ -14,9 +14,9 @@ first_choice() last_choice() } \value{ -Object of class \code{delayed_choices}, which is a function that returns -the appropriate subset of its argument. The \code{all_choices} structure -also has an additional class for internal use. +Object of class \verb{delayed_data, delayed_choices}, which is a function +that returns the appropriate subset of its argument. The \code{all_choices} +structure also has an additional class for internal use. } \description{ \ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#experimental}{\figure{lifecycle-experimental.svg}{options: alt='[Experimental]'}}}{\strong{[Experimental]}} diff --git a/man/value_choices.Rd b/man/value_choices.Rd index dc4e93d0..f6dd40d0 100644 --- a/man/value_choices.Rd +++ b/man/value_choices.Rd @@ -17,7 +17,7 @@ value_choices(data, var_choices, var_label = NULL, subset = NULL, sep = " - ") If \code{data.frame}, then data to extract labels from. If \code{character}, then name of the dataset to extract data from once available.} -\item{var_choices}{(\code{character} or \code{NULL}) vector with choices column names.} +\item{var_choices}{(\code{character}, \code{delayed_variable_choices}) Choice of column names.} \item{var_label}{(\code{character}) vector with labels column names.}