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.
skip_if_no_quarto()
1 parent 96564d8 commit 78475f8Copy full SHA for 78475f8
tests/testthat/test-utils-extract.R
@@ -47,6 +47,7 @@ test_that("qmd_to_r_script() writes R file that renders", {
47
})
48
49
test_that("qmd_to_r_script() comment cells with eval = TRUE", {
50
+ skip_if_no_quarto()
51
r_script <- withr::local_tempfile(pattern = "purl", fileext = ".R")
52
53
qmd_to_r_script(
@@ -67,6 +68,7 @@ test_that("qmd_to_r_script() comment cells with eval = TRUE", {
67
68
69
70
test_that("qmd_to_r_script() ignore cells with purl = FALSE", {
71
72
73
74
0 commit comments