Skip to content

Commit

Permalink
'substitute' is not a package
Browse files Browse the repository at this point in the history
should have been 'base:substitute' here but I think \link{quote} is just fine
  • Loading branch information
yihui committed Apr 3, 2024
1 parent c95609c commit d0ef1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/shiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ DTOutput = dataTableOutput
#' 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[substitute]{quote}()}ed value of \code{expr} will be used when
#' \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}.
Expand Down

0 comments on commit d0ef1d3

Please sign in to comment.