- using R Under development (unstable) (2026-07-13 r90246)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.1.0-2) 16.1.0
GNU Fortran (Debian 16.1.0-2) 16.1.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-07-14 14:13:30 UTC
- checking for file ‘dataverifyr/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘dataverifyr’ version ‘0.1.11’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/2s] 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 serialization versions ... OK
- checking whether package ‘dataverifyr’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... 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/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] 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 ... [5s/6s] OK
- checking Rd files ... [0s/0s] 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 examples ... [1s/1s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [12s/15s] ERROR
Running ‘testthat.R’ [12s/14s]
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 /home/hornik/tmp/scratch/Rtmpbit2ZL/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 ... [4s/5s] OK
- checking HTML version of manual ... [1s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR