CRAN Package Check Results for Package dataverifyr

Last updated on 2026-07-18 17:50:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.11 3.14 45.47 48.61 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.11 2.27 33.56 35.83 OK
r-devel-linux-x86_64-fedora-clang 0.1.11 70.13 OK
r-devel-linux-x86_64-fedora-gcc 0.1.11 29.40 OK
r-devel-windows-x86_64 0.1.11 4.00 62.00 66.00 OK
r-patched-linux-x86_64 0.1.11 2.59 39.57 42.16 OK
r-release-linux-x86_64 0.1.11 2.61 39.39 42.00 OK
r-release-macos-arm64 0.1.11 1.00 15.00 16.00 OK
r-release-macos-x86_64 0.1.11 2.00 60.00 62.00 OK
r-release-windows-x86_64 0.1.11 7.00 63.00 70.00 OK
r-oldrel-macos-arm64 0.1.11 1.00 16.00 17.00 OK
r-oldrel-macos-x86_64 0.1.11 2.00 73.00 75.00 OK
r-oldrel-windows-x86_64 0.1.11 4.00 73.00 77.00 OK

Check Details

Version: 0.1.11
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/22s] 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/RtmpMwUAeq/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 Flavor: r-devel-linux-x86_64-debian-clang