Last updated on 2025-11-19 01:49:05 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.3 | 7.77 | 78.99 | 86.76 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.8.0 | 6.00 | 81.01 | 87.01 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.8.0 | 48.00 | 151.37 | 199.37 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.8.0 | 60.00 | 150.65 | 210.65 | OK | |
| r-devel-windows-x86_64 | 0.7.3 | 10.00 | 89.00 | 99.00 | OK | |
| r-patched-linux-x86_64 | 0.7.3 | 8.68 | 71.06 | 79.74 | OK | |
| r-release-linux-x86_64 | 0.7.3 | 7.82 | 71.09 | 78.91 | OK | |
| r-release-macos-arm64 | 0.7.3 | 3.00 | 41.00 | 44.00 | OK | |
| r-release-macos-x86_64 | 0.8.0 | 9.00 | 161.00 | 170.00 | OK | |
| r-release-windows-x86_64 | 0.7.3 | 11.00 | 89.00 | 100.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.3 | 3.00 | 47.00 | 50.00 | OK | |
| r-oldrel-macos-x86_64 | 0.8.0 | 15.00 | 197.00 | 212.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.3 | 13.00 | 108.00 | 121.00 | OK |
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(tikatuwq)
> test_check("tikatuwq")
[ FAIL 2 | WARN 5 | SKIP 13 | PASS 112 ]
══ Skipped tests (13) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-param_analysis.R:2:3', 'test-param_analysis.R:30:3',
'test-param_analysis.R:50:3', 'test-param_analysis.R:75:3',
'test-param_analysis_multi.R:2:3', 'test-param_analysis_multi.R:28:3',
'test-param_analysis_multi.R:61:3', 'test-param_analysis_multi.R:88:3',
'test-plot_map.R:2:3', 'test-plot_map.R:11:3', 'test-plot_map.R:28:3',
'test-plot_trend.R:2:3'
• requireNamespace("rmarkdown", quietly = TRUE) is TRUE (1):
'test-render_report.R:30:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-render_report.R:23:3'): render_report creates output file when rmarkdown available ──
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. └─tikatuwq::render_report(df, output_dir = tmp_dir) at test-render_report.R:23:3
2. └─rmarkdown::render(...)
3. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
4. └─xfun::write_utf8(res, output)
5. └─base::writeLines(enc2utf8(text), con, ..., useBytes = TRUE)
6. └─base::file(con, "w")
── Error ('test-render_report.R:55:3'): render_report accepts meta parameter ───
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. └─tikatuwq::render_report(...) at test-render_report.R:55:3
2. └─rmarkdown::render(...)
3. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
4. └─xfun::write_utf8(res, output)
5. └─base::writeLines(enc2utf8(text), con, ..., useBytes = TRUE)
6. └─base::file(con, "w")
[ FAIL 2 | WARN 5 | SKIP 13 | PASS 112 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc