Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,6 @@ License: GPL-3
RoxygenNote: 7.1.1
Encoding: UTF-8
VignetteBuilder: knitr
Remotes: rstudio/bslib
Remotes:
rstudio/bslib,
rstudio/shiny
3 changes: 1 addition & 2 deletions R/shiny_prerendered.R
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,7 @@ shiny_bootstrap_lib <- function(theme) {
}
if (!is_available("shiny", "1.5.0.9007")) {
stop(
"Using a {bslib} theme with `runtime: shiny` requires shiny v1.6 or higher.",
"Please try updating with `install.packages('shiny')`"
"Using a {bslib} theme with `runtime: shiny` requires shiny 1.5.0.9007 or higher."
)
}
shiny::bootstrapLib(theme)
Expand Down