Skip to content

Commit

Permalink
Fix #209
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jan 8, 2025
1 parent 707d8ac commit 896ef2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/helper-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ expect_equiv <- function(object, expected, ...) {
skip_quarto <- function() {
skip_pandoc()
skip_if_not_installed("quarto", minimum_version = "1.4.4")
skip_if(is.null(quarto::quarto_path()))
quarto_version <- as.character(quarto::quarto_version())
no_quarto <- is.null(quarto::quarto_path()) ||
utils::compareVersion(quarto_version, "1.6.33") < 0L
Expand Down

0 comments on commit 896ef2a

Please sign in to comment.