Skip to content

Commit e0503c6

Browse files
authored
Patch release (#315)
* Start patch release * No need to import digest
1 parent 39976d5 commit e0503c6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: bslib
22
Title: Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'
3-
Version: 0.2.5.9000
3+
Version: 0.2.5.1
44
Authors@R: c(
55
person("Carson", "Sievert", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-4958-2844")),
66
person("Joe", "Cheng", role = "aut", email = "[email protected]"),
@@ -23,7 +23,6 @@ Imports:
2323
htmltools (>= 0.5.1),
2424
jsonlite,
2525
sass (>= 0.4.0),
26-
digest (>= 0.6.25),
2726
jquerylib (>= 0.1.3),
2827
rlang,
2928
magrittr

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# bslib 0.2.5.9000
2-
1+
# bslib 0.2.5.1
32

3+
Small patch release to fix failing test on Solaris.
44

55
# bslib 0.2.5
66

tests/testthat/test-rmd-skeletons.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ render_skeleton <- function(x) {
1010
}
1111

1212
test_that("Rmd skeletons can be render cleanly", {
13+
skip_if_not(
14+
rmarkdown::pandoc_available("1.12.3"),
15+
"Pandoc 1.12.3 or higher is required"
16+
)
1317
expect_error(render_skeleton("bs3"), NA)
1418
expect_error(render_skeleton("bs4"), NA)
1519
withr::with_namespace(

0 commit comments

Comments
 (0)