mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
Fix docs/check
This commit is contained in:
@@ -39,11 +39,11 @@
|
||||
#' instead).
|
||||
#'
|
||||
#' @export
|
||||
renderPlot <- function(plotExpr, width='auto', height='auto', res=72, ...,
|
||||
renderPlot <- function(expr, width='auto', height='auto', res=72, ...,
|
||||
env=parent.frame(), quoted=FALSE, func=NULL) {
|
||||
# This ..stacktraceon is matched by a ..stacktraceoff.. when plotFunc
|
||||
# is called
|
||||
installExprFunction(plotExpr, "func", env, quoted, ..stacktraceon = TRUE)
|
||||
installExprFunction(expr, "func", env, quoted, ..stacktraceon = TRUE)
|
||||
|
||||
args <- list(...)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user