CRAN Package Check Results for Package autodb

Last updated on 2026-08-20 21:03:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.3.0 8.69 714.29 722.98 OK
r-devel-linux-x86_64-debian-gcc 3.3.0 6.17 506.02 512.19 OK
r-devel-linux-x86_64-fedora-clang 3.3.0 466.90 OK
r-devel-linux-x86_64-fedora-gcc 3.3.0 467.23 OK
r-devel-windows-x86_64 3.3.0 14.00 748.00 762.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 9.17 743.81 752.98 ERROR
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 0.00 12.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 19.00 934.00 953.00 ERROR

Check Details

Version: 3.3.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [9m/12m] 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-939.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 886 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-database.r:930:5'): database / concatenates to a valid database ── Falsifiable after 4 tests, and 100 shrinks <expectation_failure/expectation/error/condition> foreign key 1 has differing child/join record counts: 2 vs 1 Backtrace: x 1. \-hedgehog::forall(...) at test-database.r:930: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, `<list>`) 10. \-autodb:::expect_valid_database(do.call(c, dss), same_attr_name = san) at test-database.r:937:7 Counterexample: [[1]] [1] FALSE [[2]] [[2]][[1]] database with 3 relations 6 attributes: a, b, c, d, e, f relation X: ; 1 record key 1: relation X.1: ; 1 record key 1: relation X.2: ; 1 record key 1: no references [[2]][[2]] database with 3 relations 6 attributes: a, b, c, d, e, f relation X: a, b, c, d; 0 records key 1: relation a: a, b, c, d; 3 records key 1: a relation b_c: b, c, a, d; 2 records key 1: b, c references: b_c.{d} -> a.{a} X.{b, c} -> b_c.{b, c} [ FAIL 1 | WARN 0 | SKIP 0 | PASS 886 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64

Version: 3.3.0
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [10m] 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 15 tests, and 44 shrinks <expectation_failure/expectation/error/condition> foreign key 4 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 6 relations 7 attributes: a, b, c, d, e, f, g relation X: a, d, g; 0 records key 1: relation X.1: a, d, g; 0 records key 1: relation X.2: a, d, g; 0 records key 1: relation d: d, a, g; 1 record key 1: d relation a: a, g, d; 1 record key 1: a key 2: g relation X.3: a, d, g; 0 records key 1: references: X.2.{g} -> d.{d} X.1.{d} -> a.{a} X.3.{a} -> a.{a} d.{a} -> a.{g} [ FAIL 1 | WARN 0 | SKIP 0 | PASS 886 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64