The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Last updated on 2026-08-06 05:49:29 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.2.4 | 7.31 | 678.61 | 685.92 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.3.0 | 5.40 | 512.60 | 518.00 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.3.0 | 456.11 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 3.3.0 | 463.39 | OK | |||
| r-devel-windows-x86_64 | 3.3.0 | 11.00 | 687.00 | 698.00 | ERROR | |
| r-patched-linux-x86_64 | 3.3.0 | 10.14 | 737.92 | 748.06 | ERROR | |
| r-release-linux-x86_64 | 3.2.4 | 7.02 | 648.70 | 655.72 | 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 | 19.00 | 653.00 | 672.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 | 21.00 | 761.00 | 782.00 | OK |
Version: 3.3.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [464s]
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-join-45.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 886 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-join.r:13:5'): df_join / merges tables with matching names/classes and 1D columns in the same way as merge() ──
Falsifiable after 14 tests, and 4 shrinks
<expectation_failure/expectation/error/condition>
Expected `fn1(...)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
Backtrace:
x
1. \-hedgehog::forall(...) at test-join.r:13:5
2. \-hedgehog:::run.prop(property, counterexample$smallest, curry)
3. +-base::tryCatch(...)
4. | \-base (local) tryCatchList(expr, classes, parentenv, handlers)
5. | \-base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
6. | \-base (local) doTryCatch(return(expr), name, parentenv, handler)
7. +-base::withCallingHandlers(...)
8. +-base::do.call(property, arguments)
9. \-autodb (local) `<fn>`(`<list>`)
10. \-testthat (local) fn2(fn1(...)) at ./helper.r:1459:30
Counterexample:
[[1]]
uZEp.sjCp
1 1
2 NULL
[[2]]
uZEp.sjCp
1 FALSE
2 NULL
3 NULL
4 NULL
5 NULL
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 886 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
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-helper-217.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 886 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-helper.r:194:5'): gen.database / generates valid databases ───
Falsifiable after 10 tests, and 31 shrinks
<expectation_failure/expectation/error/condition>
foreign key 1 has differing child/join record counts: 1 vs 0
Backtrace:
x
1. \-hedgehog::forall(...) at test-helper.r:194:5
2. \-hedgehog:::run.prop(property, counterexample$smallest, curry)
3. +-base::tryCatch(...)
4. | \-base (local) tryCatchList(expr, classes, parentenv, handlers)
5. | \-base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
6. | \-base (local) doTryCatch(return(expr), name, parentenv, handler)
7. +-base::withCallingHandlers(...)
8. +-base::do.call(property, arguments)
9. \-autodb (local) `<fn>`(FALSE, FALSE, TRUE, `<database>`)
10. \-autodb:::expect_valid_database(...) at test-helper.r:210:7
Counterexample:
[[1]]
[1] FALSE
[[2]]
[1] FALSE
[[3]]
[1] TRUE
[[4]]
database with 4 relations
7 attributes: a, b, c, d, e, f, g
relation g: g, b, d, f; 1 record
key 1: g
relation b_d: b, d, g, f; 0 records
key 1: b, d
key 2: b, g
relation b_f_g: b, f, g, d; 1 record
key 1: b, f, g
relation b_d.1: b, d, f, g; 0 records
key 1: b, d
references:
b_f_g.{f} -> g.{g}
b_d.1.{d} -> g.{g}
b_d.1.{f, d} -> b_d.{b, g}
b_d.{g, f, b} -> b_f_g.{b, f, g}
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 886 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.