CRAN Package Check Results for Package dataverifyr

Last updated on 2026-06-08 02:51:07 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.11 2.61 54.63 57.24 OK
r-devel-linux-x86_64-debian-gcc 0.1.11 1.95 23.02 24.97 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.11 88.54 OK
r-devel-linux-x86_64-fedora-gcc 0.1.11 6.00 89.47 95.47 OK
r-devel-windows-x86_64 0.1.11 3.00 70.00 73.00 OK
r-patched-linux-x86_64 0.1.11 2.94 50.18 53.12 OK
r-release-linux-x86_64 0.1.11 2.94 50.16 53.10 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 6.00 70.00 76.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 6.00 85.00 91.00 OK

Check Details

Version: 0.1.11
Check: S3 generic/method consistency
Result: WARN Fatal error: cannot create 'R_TempDir' See section ‘Generic functions and methods’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.11
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/6s] 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-150.R Saving _problems/test-check_data-186.R [ FAIL 2 | WARN 9 | SKIP 7 | PASS 177 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • DBI, dplyr, dbplyr, and RSQLite must be installed to test the functionality (1): 'test-describe.R:69:3' • DBI, dplyr, dbplyr, and duckdb must be installed to test the functionality (3): 'test-describe.R:94:3', 'test-describe.R:119:3', 'test-describe.R:304:3' • dplyr and arrow must be installed to test the functionality (1): 'test-describe.R:148:3' • dplyr, dbplyr, and arrow must be installed to test the functionality (2): 'test-describe.R:167:3', 'test-describe.R:190:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-check_data.R:150:3'): sqlite (RSQLite) check_ works ──────────── <rlib_error_package_not_found/rlang_error/error/condition> Error in `check_dbplyr()`: The package "dbplyr" is required to communicate with database backends. Backtrace: ▆ 1. ├─dplyr::tbl(con, "data") at test-check_data.R:150:3 2. └─dplyr:::tbl.DBIConnection(con, "data") 3. └─dplyr::check_dbplyr() 4. └─rlang::check_installed("dbplyr", "to communicate with database backends.") ── Error ('test-check_data.R:186:3'): duckdb check_ works ────────────────────── <rlib_error_package_not_found/rlang_error/error/condition> Error in `check_dbplyr()`: The package "dbplyr" is required to communicate with database backends. Backtrace: ▆ 1. ├─dplyr::tbl(con, "data") at test-check_data.R:186:3 2. ├─duckdb:::tbl.duckdb_connection(con, "data") 3. ├─base::NextMethod("tbl") 4. └─dplyr:::tbl.DBIConnection(con, "data") 5. └─dplyr::check_dbplyr() 6. └─rlang::check_installed("dbplyr", "to communicate with database backends.") [ FAIL 2 | WARN 9 | SKIP 7 | PASS 177 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.11
Check: PDF version of manual
Result: ERROR Rd conversion errors: Converting parsed Rd's to LaTeX Warning in file(out, "wt") : cannot open file '/tmp/RtmpqPZzi9/file3e2b9a7f2f0b08': No space left on device Warning in file(con, "r") : cannot open file '/tmp/RtmpqPZzi9/file3e2b9a7f2f0b08': No such file or directory Error in file(con, "r") : cannot open the connection Flavor: r-devel-linux-x86_64-debian-gcc