Skip to content

Commit b2dcb91

Browse files
committed
quarto v1.5.55 fixed issue, but does not cleanup correctly
1 parent faed9c0 commit b2dcb91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- This package now uses the x.y.z.dev versionning scheme to indicate development, patch, minor and major versions. This follows [Tidyverse package version conventions](https://r-pkgs.org/lifecycle.html#sec-lifecycle-version-number-tidyverse).
66

7-
- Adapt tests for CRAN checks issues due to Quarto v1.5.54 regression, fixed in Quarto v1.5.55.
7+
- Adapt tests for CRAN checks issues due to Quarto v1.5.54 regression (though it is fixed upstream).
88

99
- Approval check in `quarto_add_extension()` and `quarto_use_template()` now works correctly (thanks, @eveyp, #172).
1010

tests/testthat/test-quarto.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ test_that("quarto_version returns a numeric version", {
44
})
55

66
test_that("quarto_run gives guidance in error", {
7-
# we need to skip previous versions because 1.5.41 introduced an issue solved in 1.5.55
8-
skip_if_quarto_between("1.5.41", "1.5.54")
7+
# we need to skip previous versions because 1.5.41 introduced an issue solved completely in 1.5.56
8+
skip_if_quarto_between("1.5.41", "1.5.55")
99
local_reproducible_output(width = 1000)
1010
expect_snapshot(
1111
error = TRUE,

0 commit comments

Comments
 (0)