Remove bootstrapDependency function. Closes #1069

This commit is contained in:
Winston Chang
2016-03-29 11:12:05 -05:00
parent 7510c02d83
commit fd7f683eaa

View File

@@ -43,7 +43,7 @@ bootstrapPage <- function(..., title = NULL, responsive = NULL, theme = NULL) {
# remainder of tags passed to the function
list(...)
),
bootstrapDependency()
bootstrapLib()
)
}
@@ -61,10 +61,6 @@ bootstrapPage <- function(..., title = NULL, responsive = NULL, theme = NULL) {
#' @inheritParams bootstrapPage
#' @export
bootstrapLib <- function(theme = NULL) {
attachDependencies(tagList(), bootstrapDependency(theme))
}
bootstrapDependency <- function(theme = NULL) {
htmlDependency("bootstrap", "3.3.6",
c(
href = "shared/bootstrap",