Skip to content

Commit bfe3732

Browse files
committed
Env var has changed name
1 parent b4cafa1 commit bfe3732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- uses: r-lib/actions/check-r-package@v2
7777
env:
78-
QUARTO_R_QUIET: FALSE
78+
R_QUARTO_QUIET: FALSE
7979
with:
8080
upload-snapshots: true
8181
args: ${{ format('c("--no-manual", "--as-cran"{0})', format('{0}', matrix.config.quarto) == 'false' && ',"--ignore-vignettes"' || '') }}

tests/testthat/test-quarto-args.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test_that("create quiete arg", {
2424
})
2525

2626
test_that("quarto.quiet options takes over", {
27-
withr::local_envvar(list(QUARTO_R_QUIET = NA))
27+
withr::local_envvar(list(R_QUARTO_QUIET = NA))
2828
expect_identical(is_quiet(TRUE), TRUE)
2929
expect_identical(is_quiet(FALSE), FALSE)
3030
expect_identical(is_quiet(NA), FALSE)

0 commit comments

Comments
 (0)