From e4ef11c1ac747fddb298559a3d82e941b06fa2e8 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Wed, 3 Apr 2024 09:36:08 -0500 Subject: [PATCH] re-wrap roxygen comments --- R/shiny.R | 15 +++++++-------- man/dataTableAjax.Rd | 6 +++--- man/dataTableOutput.Rd | 15 +++++++-------- 3 files changed, 17 insertions(+), 19 deletions(-) diff --git a/R/shiny.R b/R/shiny.R index a72fffe9..85fa6429 100644 --- a/R/shiny.R +++ b/R/shiny.R @@ -56,16 +56,15 @@ DTOutput = dataTableOutput #' this is the calling environment, the same as when defining an ordinary #' non-reactive expression. If \code{expr} is a quosure and \code{quoted} is #' \code{TRUE}, then \code{env} is ignored. -#' @param quoted If it is \code{TRUE}, then the -#' \code{\link{quote}()}ed value of \code{expr} will be used when -#' \code{expr} is evaluated. If \code{expr} is a quosure and you would like to -#' use its expression as a value for \code{expr}, then you must set -#' \code{quoted} to \code{TRUE}. +#' @param quoted If it is \code{TRUE}, then the \code{\link{quote}()}ed value of +#' \code{expr} will be used when \code{expr} is evaluated. If \code{expr} is a +#' quosure and you would like to use its expression as a value for +#' \code{expr}, then you must set \code{quoted} to \code{TRUE}. #' @param funcFilter (for expert use only) passed to the \code{filter} argument #' of \code{\link{dataTableAjax}()} -#' @param future whether the server-side filter function should be executed -#' as a future or as a standard synchronous function. If true, the future -#' will be evaluated according to the session's \link[future]{plan}. +#' @param future whether the server-side filter function should be executed as a +#' future or as a standard synchronous function. If true, the future will be +#' evaluated according to the session's \link[future]{plan}. #' @param outputArgs A list of arguments to be passed through to the implicit #' call to \code{\link{dataTableOutput}()} when #' \code{\link{renderDataTable}()} is used in an interactive R Markdown diff --git a/man/dataTableAjax.Rd b/man/dataTableAjax.Rd index 4b04c113..ef0daa36 100644 --- a/man/dataTableAjax.Rd +++ b/man/dataTableAjax.Rd @@ -34,9 +34,9 @@ filtered table result according to the DataTables Ajax request} \code{session} is made. If it can't be inferred, a random id is generated.)} -\item{future}{whether the server-side filter function should be executed -as a future or as a standard synchronous function. If true, the future -will be evaluated according to the session's \link[future]{plan}.} +\item{future}{whether the server-side filter function should be executed as a +future or as a standard synchronous function. If true, the future will be +evaluated according to the session's \link[future]{plan}.} } \value{ A character string (an Ajax URL that can be queried by DataTables). diff --git a/man/dataTableOutput.Rd b/man/dataTableOutput.Rd index 3f7d107e..38634d90 100644 --- a/man/dataTableOutput.Rd +++ b/man/dataTableOutput.Rd @@ -60,18 +60,17 @@ this is the calling environment, the same as when defining an ordinary non-reactive expression. If \code{expr} is a quosure and \code{quoted} is \code{TRUE}, then \code{env} is ignored.} -\item{quoted}{If it is \code{TRUE}, then the -\code{\link[substitute]{quote}()}ed value of \code{expr} will be used when -\code{expr} is evaluated. If \code{expr} is a quosure and you would like to -use its expression as a value for \code{expr}, then you must set -\code{quoted} to \code{TRUE}.} +\item{quoted}{If it is \code{TRUE}, then the \code{\link{quote}()}ed value of +\code{expr} will be used when \code{expr} is evaluated. If \code{expr} is a +quosure and you would like to use its expression as a value for +\code{expr}, then you must set \code{quoted} to \code{TRUE}.} \item{funcFilter}{(for expert use only) passed to the \code{filter} argument of \code{\link{dataTableAjax}()}} -\item{future}{whether the server-side filter function should be executed -as a future or as a standard synchronous function. If true, the future -will be evaluated according to the session's \link[future]{plan}.} +\item{future}{whether the server-side filter function should be executed as a +future or as a standard synchronous function. If true, the future will be +evaluated according to the session's \link[future]{plan}.} \item{outputArgs}{A list of arguments to be passed through to the implicit call to \code{\link{dataTableOutput}()} when