We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c2956 commit d888167Copy full SHA for d888167
tests/testthat/helper.R
@@ -2,7 +2,7 @@
2
skip_if_no_quarto <- function(ver = NULL) {
3
skip_if(is.null(quarto_path()), message = "Quarto is not available")
4
skip_if(
5
- quarto_available(min = ver, error = FALSE),
+ !quarto_available(min = ver, error = FALSE),
6
message = sprintf(
7
"Version of quarto is lower than %s: %s.",
8
ver,
0 commit comments