Fix docs/check

This commit is contained in:
Joe Cheng
2016-02-09 12:03:13 -08:00
parent 2a8cf01410
commit 924b3e16cf
3 changed files with 3 additions and 6 deletions

View File

@@ -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(...)