Last updated on 2026-03-07 21:49:43 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.3 | 3.26 | 62.64 | 65.90 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.3 | 2.40 | 45.00 | 47.40 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.3 | 92.06 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 86.77 | OK | |||
| r-devel-macos-arm64 | 0.0.3 | 1.00 | 17.00 | 18.00 | OK | |
| r-devel-windows-x86_64 | 0.0.3 | 5.00 | 78.00 | 83.00 | OK | |
| r-patched-linux-x86_64 | 0.0.3 | 3.42 | 49.96 | 53.38 | OK | |
| r-release-linux-x86_64 | 0.0.3 | 3.50 | 50.35 | 53.85 | OK | |
| r-release-macos-arm64 | 0.0.3 | 1.00 | 16.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 0.0.3 | 3.00 | 52.00 | 55.00 | OK | |
| r-release-windows-x86_64 | 0.0.3 | 5.00 | 76.00 | 81.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.3 | 1.00 | 22.00 | 23.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.3 | 3.00 | 82.00 | 85.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.3 | 7.00 | 93.00 | 100.00 | OK |
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
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(dtlg)
>
> test_check("dtlg")
Saving _problems/test-summary-table-141.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 325 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-summary-table.R:141:3'): `summary_table()`: `pct_dec` works ────
Error in `basename(x)`: a character vector argument expected
Backtrace:
▆
1. └─tools::file_ext(observed[2L, -1L]) at test-summary-table.R:141:3
2. ├─base::ifelse(...)
3. ├─base::grepl("^(.*[^.]+.*)[.]([[:alnum:]]+)$", basename(x))
4. │ └─base::is.factor(x)
5. └─base::basename(x)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 325 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc