Last updated on 2026-08-14 15:51:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.3.0 | 9.08 | 755.03 | 764.11 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 3.3.0 | 5.49 | 0.02 | 5.51 | FAIL | |
| r-devel-linux-x86_64-fedora-clang | 3.3.0 | 468.93 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 3.3.0 | 467.23 | OK | |||
| r-devel-windows-x86_64 | 3.3.0 | 13.00 | 713.00 | 726.00 | OK | |
| r-patched-linux-x86_64 | 3.3.0 | 9.03 | 677.14 | 686.17 | OK | |
| r-release-linux-x86_64 | 3.3.0 | 8.45 | 670.31 | 678.76 | OK | |
| r-release-macos-arm64 | 3.3.0 | 2.00 | 188.00 | 190.00 | OK | |
| r-release-macos-x86_64 | 3.3.0 | 6.00 | 786.00 | 792.00 | OK | |
| r-release-windows-x86_64 | 3.3.0 | 12.00 | 671.00 | 683.00 | OK | |
| r-oldrel-macos-arm64 | 3.3.0 | 2.00 | 208.00 | 210.00 | OK | |
| r-oldrel-macos-x86_64 | 3.3.0 | 6.00 | 810.00 | 816.00 | OK | |
| r-oldrel-windows-x86_64 | 3.3.0 | 15.00 | 949.00 | 964.00 | OK |
Version: 3.3.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [9m/11m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(autodb)
Attaching package: 'autodb'
The following object is masked from 'package:stats':
decompose
>
> test_check("autodb")
Saving _problems/test-database-440.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 886 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-database.r:394:5'): database / is subsetted to a valid database schema, obeys usual subsetting rules... ──
Falsifiable after 1 tests, and 72 shrinks
<expectation_success/expectation/condition>
As expected
Counterexample:
[[1]]
[1] FALSE
[[2]]
[1] TRUE
[[3]]
database with 2 relations
6 attributes: a, b, c, d, e, f
relation b_d: b, d, c, f; 1 record
key 1: b, d
relation c_f: c, f, b, d; 2 records
key 1: c, f
references:
b_d.{b, f} -> c_f.{c, f}
[[4]]
[1] TRUE TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 886 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 3.3.0
Check: tests
Result: FAIL
Flavor: r-devel-linux-x86_64-debian-gcc