-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
Co-authored-by: cpsievert <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
.DS_Store | ||
docs/ | ||
sandbox/ | ||
revdep/ | ||
inst/themer-demo/deploy/rsconnect | ||
inst/examples/*/rsconnect/ | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Package: bslib | ||
Title: Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown' | ||
Version: 0.5.0.9000 | ||
Version: 0.5.1 | ||
Authors@R: c( | ||
person("Carson", "Sievert", role = c("aut", "cre"), email = "carson@rstudio.com", comment = c(ORCID = "0000-0002-4958-2844")), | ||
person("Joe", "Cheng", role = "aut", email = "joe@rstudio.com"), | ||
person("Carson", "Sievert", role = c("aut", "cre"), email = "carson@posit.co", comment = c(ORCID = "0000-0002-4958-2844")), | ||
person("Joe", "Cheng", role = "aut", email = "joe@posit.co"), | ||
person("Garrick", "Aden-Buie", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0002-7111-0077")), | ||
person(given = "Posit Software, PBC", role = c("cph", "fnd")), | ||
person("Posit Software, PBC", role = c("cph", "fnd")), | ||
person(family = "Bootstrap contributors", role = "ctb", | ||
comment = "Bootstrap library"), | ||
person(family = "Twitter, Inc", role = "cph", | ||
|
@@ -68,6 +68,7 @@ Collate: | |
'bs-theme-preview.R' | ||
'bs-theme-update.R' | ||
'bs-theme.R' | ||
'bslib-package.R' | ||
'card.R' | ||
'deprecated.R' | ||
'files.R' | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
YEAR: 2021 | ||
YEAR: 2021-2023 | ||
COPYRIGHT HOLDER: bslib contributors |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
utils::globalVariables("!!") | ||
|
||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
#' @import htmltools | ||
#' @import sass | ||
#' @importFrom utils modifyList packageVersion download.file URLencode getFromNamespace head | ||
#' @importFrom stats setNames na.omit | ||
#' @importFrom grDevices col2rgb | ||
#' @importFrom tools file_path_sans_ext | ||
#' @importFrom jquerylib jquery_core | ||
#' @importFrom jsonlite fromJSON | ||
#' @importFrom rlang := list2 abort | ||
## usethis namespace: end | ||
NULL |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.