- using R Under development (unstable) (2026-02-01 r89366)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 21.1.8 (1+b1)
Debian flang version 21.1.8 (1+b1)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘arkdb/DESCRIPTION’ ... OK
- this is package ‘arkdb’ version ‘0.0.18’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/3s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘arkdb’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the package can be unloaded cleanly ... [0s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/1s] OK
- checking loading without being on the library search path ... [0s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [6s/8s] OK
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [2s/3s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [100s/128s] ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [100s/127s]
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
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [66s/113s] OK
- checking PDF version of manual ... [4s/6s] OK
- checking HTML version of manual ... [1s/2s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR