* using log directory 'd:/RCompile/CRANincoming/R-devel/quarto.Rcheck' * using R Under development (unstable) (2025-07-27 r88459 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'quarto/DESCRIPTION' ... OK * this is package 'quarto' version '1.5.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... [12s] OK * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'quarto' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [11s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking sizes of PDF files under 'inst/doc' ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [83s] ERROR Running 'testthat.R' [83s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(quarto) > > test_check("quarto") [ FAIL 11 | WARN 4 | SKIP 69 | PASS 315 ] ══ Skipped tests (69) ══════════════════════════════════════════════════════════ • On CRAN (65): 'test-add.R:3:3', 'test-blog.R:41:3', 'test-blog.R:73:3', 'test-convert-bookdown.R:6:3', 'test-convert-bookdown.R:27:3', 'test-convert-bookdown.R:40:3', 'test-convert-bookdown.R:66:3', 'test-convert-bookdown.R:82:3', 'test-convert-bookdown.R:95:3', 'test-convert-bookdown.R:118:3', 'test-convert-bookdown.R:144:3', 'test-convert-bookdown.R:167:3', 'test-convert-bookdown.R:194:3', 'test-convert-bookdown.R:225:3', 'test-convert-bookdown.R:253:3', 'test-create.R:3:3', 'test-list.R:3:3', 'test-metadata.R:47:3', 'test-metadata.R:58:3', 'test-metadata.R:71:3', 'test-metadata.R:91:3', 'test-metadata.R:117:3', 'test-quarto.R:10:3', 'test-quarto.R:27:3', 'test-quarto.R:42:3', 'test-quarto.R:65:3', 'test-quarto.R:117:3', 'test-remove.R:3:3', 'test-render.R:18:3', 'test-render.R:32:3', 'test-render.R:46:3', 'test-render.R:63:3', 'test-render.R:72:3', 'test-spin.R:28:3', 'test-spin.R:36:3', 'test-spin.R:91:3', 'test-spin.R:104:3', 'test-spin.R:124:3', 'test-spin.R:141:3', 'test-spin.R:158:3', 'test-spin.R:165:3', 'test-theme.R:2:1', 'test-update.R:3:3', 'test-use.R:3:3', 'test-use.R:14:3', 'test-use.R:32:3', 'test-utils-extract.R:2:3', 'test-utils-extract.R:11:3', 'test-utils-extract.R:26:3', 'test-utils-extract.R:111:3', 'test-utils-prompt.R:3:3', 'test-utils-prompt.R:28:3', 'test-utils-prompt.R:35:3', 'test-utils-prompt.R:53:3', 'test-utils-prompt.R:63:3', 'test-utils-prompt.R:70:3', 'test-utils-prompt.R:88:3', 'test-utils-prompt.R:98:3', 'test-utils-versions.R:16:3', 'test-utils-versions.R:32:3', 'test-utils-versions.R:70:3', 'test-utils-versions.R:85:3', 'test-utils-vignettes.R:2:3', 'test-utils.R:2:3', 'test-utils.R:230:3' • Quarto is available: 1.6.40. (1): 'test-render.R:2:3' • Version of quarto is greater than or equal 1.4: 1.6.40. (1): 'test-create.R:27:3' • quarto-preview test only works interactively (2): 'test-preview.R:2:3', 'test-preview.R:26:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-utils.R:21:3'): check_params_for_na detects NA in simple vectors ── `check_params_for_na(bad_params)` did not throw the expected error. ── Failure ('test-utils.R:34:3'): check_params_for_na detects NA in nested structures ── `check_params_for_na(nested_params)` did not throw the expected error. ── Failure ('test-utils.R:43:3'): check_params_for_na shows correct NA positions ── `check_params_for_na(multi_na_params)` did not throw the expected error. ── Failure ('test-utils.R:51:3'): check_params_for_na handles different NA types ── `check_params_for_na(list(x = NA_real_))` did not throw the expected error. ── Failure ('test-utils.R:56:3'): check_params_for_na handles different NA types ── `check_params_for_na(list(x = NA_integer_))` did not throw the expected error. ── Failure ('test-utils.R:61:3'): check_params_for_na handles different NA types ── `check_params_for_na(list(x = NA_character_))` did not throw the expected error. ── Failure ('test-utils.R:66:3'): check_params_for_na handles different NA types ── `check_params_for_na(list(x = c(TRUE, NA)))` did not throw the expected error. ── Failure ('test-utils.R:73:3'): as_yaml detects NA in simple vectors ───────── `as_yaml(list(values = c(1, NA, 3)))` did not throw the expected error. ── Failure ('test-utils.R:80:3'): write_yaml detects NA in nested structures ─── `write_yaml(list(data = list(subset = c(1, NA, 3))), tempfile())` did not throw the expected error. ── Failure ('test-utils.R:87:3'): as_yaml shows correct NA positions ─────────── `as_yaml(list(x = c(1, NA, 3, NA)))` did not throw the expected error. ── Failure ('test-utils.R:108:3'): quarto_render uses write_yaml validation ──── `quarto_render(...)` did not throw the expected error. [ FAIL 11 | WARN 4 | SKIP 69 | PASS 315 ] Deleting unused snapshots: • utils-extract/purl.md Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [45s] OK * checking PDF version of manual ... [29s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR