code review

This commit is contained in:
Carson
2019-09-11 15:23:41 -05:00
parent 6a02439944
commit a4730096f4
10 changed files with 24 additions and 53 deletions

View File

@@ -29,8 +29,7 @@
#' pages.
#'
#' @family layout functions
#'
#' @seealso [column()], [sidebarLayout()]
#' @seealso [column()]
#'
#' @examples
#' ## Only run examples in interactive R sessions
@@ -247,8 +246,6 @@ column <- function(width, ..., offset = 0) {
#' `title` tag within the head. You can also specify a page title
#' explicitly using the `title` parameter of the top-level page function.
#'
#' @family layout functions
#'
#' @examples
#' ## Only run examples in interactive R sessions
#' if (interactive()) {
@@ -378,8 +375,6 @@ mainPanel <- function(..., width = 8) {
#'
#' @family layout functions
#'
#' @seealso [fluidPage()], [flowLayout()]
#'
#' @examples
#' ## Only run examples in interactive R sessions
#' if (interactive()) {
@@ -418,8 +413,6 @@ verticalLayout <- function(..., fluid = TRUE) {
#'
#' @family layout functions
#'
#' @seealso [verticalLayout()]
#'
#' @examples
#' ## Only run examples in interactive R sessions
#' if (interactive()) {
@@ -582,8 +575,6 @@ splitLayout <- function(..., cellWidths = NULL, cellArgs = list()) {
#' `fillRow`/`fillCol`, or some other HTML element whose height is
#' not determined by the height of its contents.
#'
#' @family layout functions
#'
#' @examples
#' # Only run this example in interactive R sessions.
#' if (interactive()) {

View File

@@ -75,10 +75,3 @@ shinyApp(ui, server)
}
}
\seealso{
Other layout functions: \code{\link{fixedPage}},
\code{\link{flowLayout}}, \code{\link{fluidPage}},
\code{\link{sidebarLayout}}, \code{\link{splitLayout}},
\code{\link{titlePanel}}, \code{\link{verticalLayout}}
}
\concept{layout functions}

View File

@@ -67,9 +67,8 @@ shinyApp(ui, server = function(input, output) { })
\seealso{
\code{\link[=column]{column()}}
Other layout functions: \code{\link{fillRow}},
\code{\link{flowLayout}}, \code{\link{fluidPage}},
\code{\link{sidebarLayout}}, \code{\link{splitLayout}},
\code{\link{titlePanel}}, \code{\link{verticalLayout}}
Other layout functions: \code{\link{flowLayout}},
\code{\link{fluidPage}}, \code{\link{sidebarLayout}},
\code{\link{splitLayout}}, \code{\link{verticalLayout}}
}
\concept{layout functions}

View File

@@ -32,11 +32,8 @@ shinyApp(ui, server = function(input, output) { })
}
}
\seealso{
\code{\link[=verticalLayout]{verticalLayout()}}
Other layout functions: \code{\link{fillRow}},
\code{\link{fixedPage}}, \code{\link{fluidPage}},
\code{\link{sidebarLayout}}, \code{\link{splitLayout}},
\code{\link{titlePanel}}, \code{\link{verticalLayout}}
Other layout functions: \code{\link{fixedPage}},
\code{\link{fluidPage}}, \code{\link{sidebarLayout}},
\code{\link{splitLayout}}, \code{\link{verticalLayout}}
}
\concept{layout functions}

View File

@@ -99,11 +99,10 @@ shinyApp(ui, server = function(input, output) { })
}
}
\seealso{
\code{\link[=column]{column()}}, \code{\link[=sidebarLayout]{sidebarLayout()}}
\code{\link[=column]{column()}}
Other layout functions: \code{\link{fillRow}},
\code{\link{fixedPage}}, \code{\link{flowLayout}},
\code{\link{sidebarLayout}}, \code{\link{splitLayout}},
\code{\link{titlePanel}}, \code{\link{verticalLayout}}
Other layout functions: \code{\link{fixedPage}},
\code{\link{flowLayout}}, \code{\link{sidebarLayout}},
\code{\link{splitLayout}}, \code{\link{verticalLayout}}
}
\concept{layout functions}

View File

@@ -15,6 +15,10 @@ showReactLog(time = TRUE)
reactlogReset()
}
\arguments{
\item{time}{A boolean that specifies whether or not to display the
time that each reactive takes to calculate a result.}
}
\description{
Provides an interactive browser-based tool for visualizing reactive
dependencies and execution in your application.

View File

@@ -77,9 +77,8 @@ shinyApp(ui, server)
}
}
\seealso{
Other layout functions: \code{\link{fillRow}},
\code{\link{fixedPage}}, \code{\link{flowLayout}},
\code{\link{fluidPage}}, \code{\link{splitLayout}},
\code{\link{titlePanel}}, \code{\link{verticalLayout}}
Other layout functions: \code{\link{fixedPage}},
\code{\link{flowLayout}}, \code{\link{fluidPage}},
\code{\link{splitLayout}}, \code{\link{verticalLayout}}
}
\concept{layout functions}

View File

@@ -62,9 +62,8 @@ shinyApp(ui, server)
}
}
\seealso{
Other layout functions: \code{\link{fillRow}},
\code{\link{fixedPage}}, \code{\link{flowLayout}},
\code{\link{fluidPage}}, \code{\link{sidebarLayout}},
\code{\link{titlePanel}}, \code{\link{verticalLayout}}
Other layout functions: \code{\link{fixedPage}},
\code{\link{flowLayout}}, \code{\link{fluidPage}},
\code{\link{sidebarLayout}}, \code{\link{verticalLayout}}
}
\concept{layout functions}

View File

@@ -29,10 +29,3 @@ ui <- fluidPage(
shinyApp(ui, server = function(input, output) { })
}
}
\seealso{
Other layout functions: \code{\link{fillRow}},
\code{\link{fixedPage}}, \code{\link{flowLayout}},
\code{\link{fluidPage}}, \code{\link{sidebarLayout}},
\code{\link{splitLayout}}, \code{\link{verticalLayout}}
}
\concept{layout functions}

View File

@@ -31,11 +31,8 @@ shinyApp(ui, server = function(input, output) { })
}
}
\seealso{
\code{\link[=fluidPage]{fluidPage()}}, \code{\link[=flowLayout]{flowLayout()}}
Other layout functions: \code{\link{fillRow}},
\code{\link{fixedPage}}, \code{\link{flowLayout}},
\code{\link{fluidPage}}, \code{\link{sidebarLayout}},
\code{\link{splitLayout}}, \code{\link{titlePanel}}
Other layout functions: \code{\link{fixedPage}},
\code{\link{flowLayout}}, \code{\link{fluidPage}},
\code{\link{sidebarLayout}}, \code{\link{splitLayout}}
}
\concept{layout functions}