Last updated on 2026-07-28 03:51:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0-3 | 90.02 | 173.35 | 263.37 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0-3 | 69.05 | 113.46 | 182.51 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.0.6 | 122.00 | 186.77 | 308.77 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.6 | 76.00 | 108.78 | 184.78 | OK | |
| r-devel-windows-x86_64 | 2.0-3 | 109.00 | 243.00 | 352.00 | OK | |
| r-patched-linux-x86_64 | 2.0-3 | 95.47 | 172.17 | 267.64 | OK | |
| r-release-linux-x86_64 | 2.0-3 | 91.63 | 169.73 | 261.36 | ERROR | |
| r-release-macos-arm64 | 2.0.6 | 20.00 | 37.00 | 57.00 | OK | |
| r-release-macos-x86_64 | 2.0.6 | 68.00 | 263.00 | 331.00 | OK | |
| r-release-windows-x86_64 | 2.0-3 | 106.00 | 244.00 | 350.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.6 | 17.00 | 42.00 | 59.00 | OK | |
| r-oldrel-macos-x86_64 | 2.0.6 | 69.00 | 305.00 | 374.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0-3 | 135.00 | 302.00 | 437.00 | OK |
Version: 2.0-3
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/15s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(stream)
> library(testthat)
>
> test_check("stream")
Saving _problems/test-DSD-145.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 150 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-DSD.R:138:3'): DSD_ReadDB ──────────────────────────────────────
<objectNotFoundError/error/condition>
Error in `get(datasets[m], envir = environment())`: object 'PimaIndiansDiabetes' not found
Backtrace:
▆
1. └─stream::DSD_mlbenchData("PimaIndiansDiabetes") at test-DSD.R:138:3
2. └─base::get(datasets[m], envir = environment())
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 150 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.0-3
Check: tests
Result: ERROR
Running ‘testthat.R’ [24s/31s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(stream)
> library(testthat)
>
> test_check("stream")
Saving _problems/test-DSD-145.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 150 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-DSD.R:138:3'): DSD_ReadDB ──────────────────────────────────────
Error in `get(datasets[m], envir = environment())`: object 'PimaIndiansDiabetes' not found
Backtrace:
▆
1. └─stream::DSD_mlbenchData("PimaIndiansDiabetes") at test-DSD.R:138:3
2. └─base::get(datasets[m], envir = environment())
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 150 ]
Error:
! Test failures.
Warning message:
call dbDisconnect() when finished working with a connection
Execution halted
Flavor: r-release-linux-x86_64