Last updated on 2026-06-07 06:50:39 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.9 | 1.90 | 32.30 | 34.20 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.9 | 1.50 | 24.66 | 26.16 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.9 | 55.62 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.9 | 64.96 | OK | |||
| r-devel-windows-x86_64 | 0.1.9 | 4.00 | 61.00 | 65.00 | OK | |
| r-patched-linux-x86_64 | 0.1.9 | 1.82 | 31.06 | 32.88 | OK | |
| r-release-linux-x86_64 | 0.1.9 | 1.72 | 30.80 | 32.52 | OK | |
| r-release-macos-arm64 | 0.1.9 | 1.00 | 16.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 0.1.9 | 2.00 | 52.00 | 54.00 | OK | |
| r-release-windows-x86_64 | 0.1.9 | 3.00 | 61.00 | 64.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.9 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.9 | 1.00 | 53.00 | 54.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.9 | 5.00 | 69.00 | 74.00 | OK |
Version: 0.1.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(namer)
>
> test_check("namer")
── Naming all chunks ───────────────────────────────────────────────────────────
Saving _problems/test-unname_chunks-45.R
/usr/bin/pandoc +RTS -K512m -RTS example4.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output example4.html --lua-filter /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/latex-div.lua --lua-filter /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/table-classes.lua --embed-resources --standalone --variable bs3=TRUE --section-divs --template /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmarkdown/rmd/h/default.html --syntax-highlighting none --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /tmp/RtmpE7olb2/rmarkdown-str1f244a5dd58141.html
/usr/bin/pandoc +RTS -K512m -RTS example4.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output example4.html --lua-filter /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/latex-div.lua --lua-filter /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmarkdown/rmarkdown/lua/table-classes.lua --embed-resources --standalone --variable bs3=TRUE --section-divs --template /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rmarkdown/rmd/h/default.html --syntax-highlighting none --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /tmp/RtmpE7olb2/rmarkdown-str1f244a3b1b0271.html
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-unname_chunks.R:20:3'): unname_chunks works in case is.null(chunk_name_prefix) == TRUE ──
Error in `value[[3L]](cond)`: could not open file 'example4_files/figure-html/unnamed-chunk-3-1.png'
Backtrace:
▆
1. └─rmarkdown::render(temp_file_path) at test-unname_chunks.R:20:3
2. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
3. └─knitr:::process_file(text, output)
4. ├─xfun:::handle_error(...)
5. ├─knitr:::with_options(...)
6. ├─base::withCallingHandlers(...)
7. └─knitr:::process_group(group)
8. └─knitr:::call_block(x)
9. └─knitr:::block_exec(params)
10. └─knitr:::eng_r(options)
11. ├─base::unlist(sew(res, options))
12. ├─knitr::sew(res, options)
13. └─knitr:::sew.list(res, options)
14. └─base::lapply(x, sew, options, ...)
15. ├─knitr (local) FUN(X[[i]], ...)
16. └─knitr:::sew.recordedplot(X[[i]], ...)
17. └─base::mapply(...)
18. └─knitr (local) `<fn>`(...)
19. ├─knitr:::in_base_dir(...)
20. │ └─knitr:::in_dir(d, expr)
21. └─knitr:::plot2dev(...)
22. ├─base::print(plot)
23. └─grDevices:::print.recordedplot(plot)
24. └─grDevices::replayPlot(x)
25. └─base::tryCatch(.External2(C_playSnapshot, x), error = restore)
26. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
27. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
28. └─value[[3L]](cond)
── Failure ('test-unname_chunks.R:45:3'): unname_chunks works in case is.null(chunk_name_prefix) == FALSE ──
Expected `chunk_info$name[6]` to be identical to "sessioninfo".
Differences:
1/1 mismatches
x[1]: NA
y[1]: "sessioninfo"
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 26 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc