* using log directory 'd:/Rcompile/CRANpkg/local/4.7/officedown.Rcheck' * using R Under development (unstable) (2026-07-11 r90235 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-07-12 14:44:46 UTC * checking for file 'officedown/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'officedown' version '0.4.1' * package encoding: UTF-8 * 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 'officedown' can be installed ... OK * checking installed package size ... OK * checking package directory ... 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 ... [2s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [2s] OK * checking loading without being on the library search path ... [2s] OK * checking whether startup messages can be suppressed ... [2s] 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 ... [5s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [9s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [9s] ERROR Running 'testthat.R' [9s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(officedown) > > test_check("officedown") Saving _problems/test-rdocx-lists-41.R Saving _problems/test-rdocx-lists-50.R Saving _problems/test-rdocx-par-settings-14.R Saving _problems/test-rdocx-par-settings-15.R Saving _problems/test-rdocx-par-settings-16.R Saving _problems/test-rdocx-par-settings-25.R Saving _problems/test-rdocx-par-settings-27.R Quitting from plot-basic.Rmd:20-22 [unnamed-chunk-1] Saving _problems/test-rdocx-plots-13.R Saving _problems/test-render-r-20.R [ FAIL 9 | WARN 4 | SKIP 3 | PASS 12 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-rdocx-sections.R:5:1' • doconv::msoffice_available() is not TRUE (2): 'test-rdocx-lists.R:56:3', 'test-rdocx-tables.R:27:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-rdocx-lists.R:41:3'): reading lists ────────────────────────── Expected `xml_attr(stylelink, "val")` to equal "new-ul". Differences: `actual`: NA `expected`: "new-ul" ── Failure ('test-rdocx-lists.R:50:3'): reading lists ────────────────────────── Expected `xml_attr(stylelink, "val")` to equal "new-ol". Differences: `actual`: NA `expected`: "new-ol" ── Failure ('test-rdocx-par-settings.R:14:3'): scanning settings ─────────────── Expected `xml_attr(spacing_node, "after")` to equal "400". Differences: `actual`: NA `expected`: "400" ── Failure ('test-rdocx-par-settings.R:15:3'): scanning settings ─────────────── Expected `xml_attr(spacing_node, "before")` to equal "2400". Differences: `actual`: NA `expected`: "2400" ── Failure ('test-rdocx-par-settings.R:16:3'): scanning settings ─────────────── Expected `xml_attr(spacing_node, "line")` to equal "240". Differences: `actual`: NA `expected`: "240" ── Failure ('test-rdocx-par-settings.R:25:3'): change styles ─────────────────── Expected `inherits(normal_node, "xml_missing")` to be FALSE. Differences: `actual`: TRUE `expected`: FALSE ── Failure ('test-rdocx-par-settings.R:27:3'): change styles ─────────────────── Expected `inherits(normal_node, "xml_missing")` to be FALSE. Differences: `actual`: TRUE `expected`: FALSE ── Error ('test-rdocx-plots.R:13:3'): reading captions ───────────────────────── Error: could not find file "D:\temp\2026_07_12_01_50_00_17962\RtmpqKbvan\filedec458212cfb.docx" Backtrace: ▆ 1. └─officedown:::get_docx_xml(docx_file) at test-rdocx-plots.R:13:3 2. └─officer::read_docx(x) at ./helper-utils.R:21:3 ── Failure ('test-render-r.R:20:3'): rendering R file ────────────────────────── Expected `render_rmd(filename, output_file = docx_file)` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE [ FAIL 9 | WARN 4 | SKIP 3 | PASS 12 ] Error: ! Test failures. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [1s] OK * checking PDF version of manual ... [19s] OK * checking HTML version of manual ... [2s] OK * DONE Status: 1 ERROR