Package check result: NOTE Check: compiled code, Result: NOTE File ‘duckdb/libs/duckdb.so’: Found non-API call to R: ‘ATTRIB’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Changes to worse in reverse depends: Package: arkdb Check: tests New result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [84s/84s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(arkdb) > > test_check("arkdb") [1] "Testing using backend duckdb_connection" Saving _problems/test-streamable-44.R [ FAIL 1 | WARN 6 | SKIP 8 | PASS 53 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-arkdb.R:287:3', 'test-bulk-import.R:6:3', 'test-bulk-import.R:72:3', 'test-errors.R:12:3', 'test-errors.R:34:3', 'test-errors.R:53:3' • {MonetDBLite} is not installed (2): 'test-arkdb.R:132:3', 'test-local_db.R:24:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-streamable.R:44:3'): streamable_vroom ────────────────────────── Error in `write_tsv(x = x, path = path, append = omit_header)`: unused argument (path = path) Backtrace: ▆ 1. └─arkdb (local) test_stream(streamable_vroom()) at test-streamable.R:44:3 2. └─stream$write(data, con, omit_header = FALSE) at test-streamable.R:12:3 [ FAIL 1 | WARN 6 | SKIP 8 | PASS 53 ] Error: ! Test failures. Execution halted