Last updated on 2026-01-02 01:50:04 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.1 | 6.84 | 103.95 | 110.79 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.1 | 5.05 | 74.96 | 80.01 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.1 | 13.00 | 157.76 | 170.76 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 12.00 | 159.60 | 171.60 | OK | |
| r-devel-windows-x86_64 | 0.4.1 | 10.00 | 128.00 | 138.00 | OK | |
| r-patched-linux-x86_64 | 0.4.1 | 8.41 | 90.64 | 99.05 | OK | |
| r-release-linux-x86_64 | 0.4.1 | 7.78 | 90.34 | 98.12 | OK | |
| r-release-macos-arm64 | 0.4.0 | 3.00 | 37.00 | 40.00 | OK | |
| r-release-macos-x86_64 | 0.4.1 | 5.00 | 112.00 | 117.00 | OK | |
| r-release-windows-x86_64 | 0.4.1 | 9.00 | 123.00 | 132.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.1 | 2.00 | 43.00 | 45.00 | OK | |
| r-oldrel-macos-x86_64 | 0.4.1 | 5.00 | 137.00 | 142.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.1 | 14.00 | 151.00 | 165.00 | OK |
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [10s/13s]
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(dataset)
Attaching package: 'dataset'
The following object is masked from 'package:testthat':
describe
>
> test_check("dataset")
Saving _problems/test-bibrecord-4.R
The dataset has already a rights field: :tba
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 940 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-bibrecord.R:4:3'): S3 dispatch works for print.bibrecord ─────
Expected `any(grepl("B A \\(2025\\)", out))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 940 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc