Last updated on 2026-07-10 17:52:09 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.11 | 3.03 | 44.54 | 47.57 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.11 | 2.02 | 34.99 | 37.01 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.11 | 65.43 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.11 | 57.08 | ERROR | |||
| r-devel-windows-x86_64 | 0.1.11 | 6.00 | 59.00 | 65.00 | OK | |
| r-patched-linux-x86_64 | 0.1.11 | 2.95 | 39.81 | 42.76 | OK | |
| r-release-linux-x86_64 | 0.1.11 | 2.27 | 39.94 | 42.21 | 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 | 5.00 | 61.00 | 66.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 | 70.00 | 76.00 | OK |
Version: 0.1.11
Check: tests
Result: ERROR
Running ‘testthat.R’ [20s/32s]
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
[ FAIL 2 | WARN 54 | SKIP 4 | PASS 195 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• {duckdb} is not installed (4): 'test-check_data.R:176:3',
'test-describe.R:93:3', 'test-describe.R:118:3', 'test-describe.R:303:3'
══ 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 4 | PASS 195 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.11
Check: tests
Result: ERROR
Running ‘testthat.R’ [22s/23s]
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 /tmp/Rtmplft93I/working_dir/Rtmp6sse1F/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-fedora-gcc