Fix staticdocs

Without this fix, current version of staticdocs won't pull plotOutput
into the index page.
This commit is contained in:
Joe Cheng
2015-12-21 11:56:57 -08:00
parent 0aa1dfb8e1
commit 6d7a562b7a
2 changed files with 2 additions and 1 deletions

View File

@@ -764,6 +764,7 @@ verbatimTextOutput <- function(outputId) {
}
#' @name plotOutput
#' @rdname plotOutput
#' @export
imageOutput <- function(outputId, width = "100%", height="400px",

View File

@@ -1,6 +1,6 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/bootstrap.R
\name{imageOutput}
\name{plotOutput}
\alias{imageOutput}
\alias{plotOutput}
\title{Create an plot or image output element}