* using log directory ‘/Users/ripley/R/packages/tests-devel/dataverifyr.Rcheck’ * using R Under development (unstable) (2026-07-10 r90234) * using platform: aarch64-apple-darwin25.5.0 * R was compiled by Apple clang version 21.0.0 (clang-2100.1.1.101) GNU Fortran (GCC) 14.2.0 * running under: macOS Tahoe 26.5.2 * using session charset: UTF-8 * current time: 2026-07-11 06:01:48 UTC * using option ‘--no-stop-on-test-error’ * checking for file ‘dataverifyr/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘dataverifyr’ version ‘0.1.11’ * package encoding: UTF-8 * 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 ‘dataverifyr’ can be installed ... OK * checking installed package size ... OK * checking package 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 ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... 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 ... OK * checking Rd files ... OK * checking Rd metadata ... 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 examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ ERROR Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(dataverifyr) Attaching package: 'dataverifyr' The following object is masked from 'package:testthat': describe > > test_check("dataverifyr") Saving _problems/test-check_data-108.R Saving _problems/test-check_data-136.R duckdb is keeping downloaded extensions in a temporary directory: i /var/folders/pk/n4bndnt1287ctrd_ftthnnnr0000gp/T//RtmpfUzm9s/working_dir/Rtmpv3XKG0/duckdb/extensions This is removed when the R session ends, so extensions are re-downloaded each session. i To keep them, point `options(duckdb.extension_directory =)` or the `DUCKDB_EXTENSION_DIRECTORY` environment variable at a permanent path. [ FAIL 2 | WARN 54 | SKIP 0 | PASS 210 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-check_data.R:108:3'): arrow::arrow_table check_ works ──────── Expected `dplyr::select(res, -time)` to equal `exp`. Differences: actual vs expected warn - actual[1, ] Replacing special names '.Names' is deprecated; use 'names' instead. + expected[1, ] - actual[2, ] Replacing special names '.Names' is deprecated; use 'names' instead. + expected[2, ] - actual[3, ] Replacing special names '.Names' is deprecated; use 'names' instead. + expected[3, ] actual[4, ] actual[5, ] actual$warn vs expected$warn - "Replacing special names '.Names' is deprecated; use 'names' instead." + "" - "Replacing special names '.Names' is deprecated; use 'names' instead." + "" - "Replacing special names '.Names' is deprecated; use 'names' instead." + "" "" "" ── Failure ('test-check_data.R:136:3'): arrow::open_dataset check_ works ─────── Expected `dplyr::select(res, -time)` to equal `exp`. Differences: actual vs expected warn - actual[1, ] Replacing special names '.Names' is deprecated; use 'names' instead. + expected[1, ] - actual[2, ] Replacing special names '.Names' is deprecated; use 'names' instead. + expected[2, ] - actual[3, ] Replacing special names '.Names' is deprecated; use 'names' instead. + expected[3, ] actual[4, ] actual[5, ] actual$warn vs expected$warn - "Replacing special names '.Names' is deprecated; use 'names' instead." + "" - "Replacing special names '.Names' is deprecated; use 'names' instead." + "" - "Replacing special names '.Names' is deprecated; use 'names' instead." + "" "" "" [ FAIL 2 | WARN 54 | SKIP 0 | PASS 210 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR See ‘/Users/ripley/R/packages/tests-devel/dataverifyr.Rcheck/00check.log’ for details. 19.82 real 14.20 user 4.19 sys