Last updated on 2026-07-12 03:51:50 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.1 | 5.70 | 70.73 | 76.43 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.1 | 4.69 | 51.53 | 56.22 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.1 | 11.00 | 108.41 | 119.41 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 11.00 | 116.85 | 127.85 | ERROR | |
| r-devel-windows-x86_64 | 0.4.1 | 8.00 | 87.00 | 95.00 | ERROR | |
| r-patched-linux-x86_64 | 0.4.1 | 5.03 | 66.10 | 71.13 | OK | |
| r-release-linux-x86_64 | 0.4.1 | 6.27 | 65.18 | 71.45 | OK | |
| r-release-macos-arm64 | 0.4.1 | 2.00 | 25.00 | 27.00 | OK | |
| r-release-macos-x86_64 | 0.4.1 | 5.00 | 91.00 | 96.00 | OK | |
| r-release-windows-x86_64 | 0.4.1 | 8.00 | 87.00 | 95.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.1 | 3.00 | 64.00 | 67.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.1 | 12.00 | 103.00 | 115.00 | OK |
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/6s]
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 '/home/hornik/tmp/scratch/Rtmp0JPx9H/file3ff5e7632f1d2f.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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/20s]
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 '/tmp/Rtmp0W99Es/working_dir/RtmpPDV1ln/file2fda1211a4d287.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
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/25s]
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 '/tmp/RtmpcujasK/working_dir/RtmpqxMa0t/file33c60e5b683547.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
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.4.1
Check: tests
Result: ERROR
Running 'testthat.R' [10s]
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_10_01_50_00_10726\RtmpmAoXzc\file17958653b24ca.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
Flavor: r-devel-windows-x86_64