From c316cf553d4ca750b8d1c643a2c3e50bb714d14e Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 11 Mar 2015 15:40:24 -0400 Subject: [PATCH] fixed error in Collapses example --- R/Collapses.R | 2 +- man/Collapses.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/Collapses.R b/R/Collapses.R index 85c9907..4df1c15 100644 --- a/R/Collapses.R +++ b/R/Collapses.R @@ -46,7 +46,7 @@ #' bsCollapsePanel("Panel 1", "This is a panel with just text ", #' "and has the default style. You can change the style in ", #' "the sidebar.", style = "info"), -#' bsCollapsePanel("Panel 2", "This panel has a generic plot. " +#' bsCollapsePanel("Panel 2", "This panel has a generic plot. ", #' "and a 'success' style.", plotOutput("genericPlot"), style = "success") #' ) #' ) diff --git a/man/Collapses.Rd b/man/Collapses.Rd index e26242d..73ee353 100644 --- a/man/Collapses.Rd +++ b/man/Collapses.Rd @@ -57,7 +57,7 @@ shinyApp( bsCollapsePanel("Panel 1", "This is a panel with just text ", "and has the default style. You can change the style in ", "the sidebar.", style = "info"), - bsCollapsePanel("Panel 2", "This panel has a generic plot. " + bsCollapsePanel("Panel 2", "This panel has a generic plot. ", "and a 'success' style.", plotOutput("genericPlot"), style = "success") ) )