Last updated on 2025-04-10 08:58:31 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 3310.80 | 88.68 | 3399.48 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 2697.50 | 73.77 | 2771.27 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 6100.70 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 8086.36 | OK | |||
r-devel-macos-arm64 | 1.2.1 | 1211.00 | OK | |||
r-devel-macos-x86_64 | 1.2.1 | 1032.00 | OK | |||
r-devel-windows-x86_64 | 1.2.1 | 3474.00 | 408.00 | 3882.00 | OK | |
r-patched-linux-x86_64 | 1.2.1 | 3683.53 | 83.59 | 3767.12 | ERROR | |
r-release-linux-x86_64 | 1.2.1 | OK | ||||
r-release-macos-arm64 | 1.2.1 | 1247.00 | NOTE | |||
r-release-macos-x86_64 | 1.2.1 | 1076.00 | NOTE | |||
r-release-windows-x86_64 | 1.2.1 | 3405.00 | 393.00 | 3798.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2.1 | 1329.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.2.1 | 1079.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.2.1 | 3563.00 | 501.00 | 4064.00 | NOTE |
Version: 1.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [37s/47s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("DBI")
>
> test_check("duckdb")
Loading required package: duckdb
[ FAIL 4 | WARN 0 | SKIP 57 | PASS 689 ]
══ Skipped tests (57) ══════════════════════════════════════════════════════════
• On CRAN (27): 'test-DBItest.R:1:1', 'test-arrow.R:18:1',
'test-arrow_stream.R:1:1', 'test-backend-dbplyr__duckdb_connection.R:402:3',
'test-backend-dbplyr__duckdb_connection.R:434:3',
'test-backend-dbplyr__duckdb_connection.R:477:3',
'test-backend-dbplyr__duckdb_connection.R:502:3',
'test-backend-dbplyr__duckdb_connection.R:548:3',
'test-backend-dbplyr__duckdb_connection.R:578:3',
'test-backend-dbplyr__duckdb_connection.R:603:3',
'test-backend-dbplyr__duckdb_connection.R:619:3', 'test-explain.R:1:1',
'test-extension_path.R:1:1', 'test-fetch_arrow.R:1:1', 'test-map.R:43:3',
'test-multi_statement.R:1:1', 'test-register_arrow.R:1:1',
'test-relational.R:82:3', 'test-relational.R:107:3',
'test-relational.R:187:3', 'test-relational.R:843:3',
'test-relational.R:862:3', 'test-relational.R:975:3',
'test-relational.R:1002:3', 'test-struct.R:52:3',
'test-tbl__duckdb_connection.R:1:1', 'test-types.R:11:3'
• TEST_RE2 is not TRUE (27): 'test-connect.R:59:3', 'test-connect.R:79:3',
'test-connect.R:99:3', 'test-connect.R:119:3', 'test-connect.R:144:3',
'test-connect.R:167:3', 'test-connect.R:188:3', 'test-dbwritetable.R:2:3',
'test-factor.R:2:3', 'test-factor.R:25:3', 'test-factor.R:40:3',
'test-factor.R:69:3', 'test-read.R:2:3', 'test-read.R:147:3',
'test-readonly.R:2:3', 'test-register.R:41:3', 'test-rel_api.R:8832:3',
'test-rel_api.R:12785:3', 'test-shutdown.R:2:3', 'test-struct.R:113:3',
'test-struct.R:133:3', 'test-timestamp.R:2:3', 'test-viewer.R:2:3',
'test-viewer.R:17:3', 'test-viewer.R:38:3', 'test-viewer.R:60:3',
'test-viewer.R:80:3'
• empty test (1): 'test-factor.R:82:1'
• interactive() is not TRUE (2): 'test-connect.R:5:3', 'test-connect.R:15:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-signal.R:32:3'): long-running queries can be cancelled ───────
`polled` not equal to "ready".
1/1 mismatches
x[1]: "timeout"
y[1]: "ready"
── Failure ('test-signal.R:33:3'): long-running queries can be cancelled ───────
r_session$read()$code not equal to 200.
target is NULL, current is numeric
── Failure ('test-signal.R:34:3'): long-running queries can be cancelled ───────
r_session$get_state() not equal to "idle".
1/1 mismatches
x[1]: "busy"
y[1]: "idle"
── Error ('test-signal.R:36:3'): long-running queries can be cancelled ─────────
<rlib_error_3_0/rlib_error/error/condition>
Error in `"rs_call(self, private, func, args, package)"`: ! R session busy
Backtrace:
▆
1. ├─testthat::expect_true(r_session$run(function() .GlobalEnv$interrupted)) at test-signal.R:36:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─r_session$run(function() .GlobalEnv$interrupted)
5. └─callr:::rs_run(self, private, func, args, package)
6. └─callr:::rs_run_with_output(self, private, func, args, package)
7. └─self$call(func, args, package)
8. └─callr:::rs_call(self, private, func, args, package)
9. └─throw(new_error("R session busy"))
[ FAIL 4 | WARN 0 | SKIP 57 | PASS 689 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.2.1
Check: installed package size
Result: NOTE
installed size is 52.1Mb
sub-directories of 1Mb or more:
libs 51.4Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.