CRAN Package Check Results for Package autodb

Last updated on 2026-08-15 02:53:30 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.55 537.68 543.23 ERROR
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

Additional issues

ATLAS

Check Details

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: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [396s/551s] 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-855.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 886 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-database.r:843:5'): database / is made unique to a valid database ── Falsifiable after 9 tests, and 68 shrinks <expectation_failure/expectation/error/condition> foreign key 1 has differing child/join record counts: 1 vs 2 Backtrace: x 1. \-hedgehog::forall(...) at test-database.r:843: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, `<database>`) 10. \-autodb:::expect_valid_database(unique(db), unique = TRUE, same_attr_name = san) at test-database.r:852:9 Counterexample: [[1]] [1] FALSE [[2]] database with 3 relations 6 attributes: a, b, c, d, e, f relation X: a, c, d, e; 0 records key 1: relation a_d: a, d, c, e; 2 records key 1: a, d relation a_c_d_e: a, c, d, e; 1 record key 1: a, c, d, e references: a_c_d_e.{e, c} -> a_d.{a, d} X.{a, e, c, d} -> a_c_d_e.{a, c, d, e} [ FAIL 1 | WARN 0 | SKIP 0 | PASS 886 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc