R Under development (unstable) (2025-11-10 r88994 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(autodb) Attaching package: 'autodb' The following object is masked from 'package:stats': decompose > > test_check("autodb") Saving _problems/test-database-984.R Saving _problems/test-database_schema-746.R Saving _problems/test-functional_dependency-276.R Saving _problems/test-relation-726.R Saving _problems/test-relation_schema-620.R [ FAIL 5 | WARN 0 | SKIP 1 | PASS 774 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-decompose.r:130:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-database.r:982:5'): database / concatenates without losing attribute orderings, if consistent ── Expected exactly one failure and no successes. Actually failed 2 times ── Failure ('test-database_schema.r:744:5'): database_schema / concatenates without losing attribute orderings, if consistent ── Expected exactly one failure and no successes. Actually failed 2 times ── Failure ('test-functional_dependency.r:276:5'): functional_dependency / concatenates without losing attribute orderings, if consistent ── Expected exactly one failure and no successes. Actually failed 2 times ── Failure ('test-relation.r:726:5'): relation / concatenates without losing attribute orderings, if consistent ── Expected exactly one failure and no successes. Actually failed 2 times ── Failure ('test-relation_schema.r:620:5'): relation_schema / concatenates without losing attribute orderings, if consistent ── Expected exactly one failure and no successes. Actually failed 2 times [ FAIL 5 | WARN 0 | SKIP 1 | PASS 774 ] Error: ! Test failures. Execution halted