Rd changes for R CMD check

This commit is contained in:
JJ Allaire
2013-12-12 06:16:51 -05:00
parent 2478cbdb6f
commit ddd804041d
4 changed files with 4 additions and 11 deletions

View File

@@ -284,7 +284,7 @@ verticalLayout <- function(...) {
#'
#' Create a container that includes several elements laid out side-by-side.
#'
#' @param ... Elements to include within the container
#' @param ... Elements or list of elements
#'
#' @details To force elements to the left or right of the container you can
#' use the \code{\link{pullLeft}} and \code{\link{pullRight}} functions.
@@ -298,8 +298,6 @@ horizontalLayout <- function(...) {
#'
#' Pull an element to the left or right side of a \code{\link{horizontalLayout}}.
#'
#' @param ... Element or list of elements to pull left or right
#'
#' @rdname horizontalLayout
#' @export
pullLeft <- function(...) {

View File

@@ -1102,8 +1102,7 @@ tabPanel <- function(title, ..., value = NULL) {
#' values are "above", "below", "left", and "right" (defaults to "above")
#' @return A tabset that can be passed to \code{\link{mainPanel}}
#'
#' @seealso \code{\link{tabPanel}}, \code{\link{updateTabsetPanel}},
#' \code{\link{tabsetPage}}
#' @seealso \code{\link{tabPanel}}, \code{\link{updateTabsetPanel}}
#'
#' @examples
#' # Show a tabset that includes a plot, summary, and