Last updated on 2025-11-19 05:48:49 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 4.45 | 62.63 | 67.08 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 3.16 | 48.60 | 51.76 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 11.00 | 86.39 | 97.39 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 17.00 | 91.64 | 108.64 | ERROR | |
| r-devel-windows-x86_64 | 0.2.1 | 8.00 | 68.00 | 76.00 | OK | |
| r-patched-linux-x86_64 | 0.2.1 | 4.48 | 54.47 | 58.95 | OK | |
| r-release-linux-x86_64 | 0.2.1 | 4.91 | 54.99 | 59.90 | OK | |
| r-release-macos-arm64 | 0.2.1 | 2.00 | 38.00 | 40.00 | OK | |
| r-release-macos-x86_64 | 0.2.1 | 4.00 | 85.00 | 89.00 | OK | |
| r-release-windows-x86_64 | 0.2.1 | 7.00 | 68.00 | 75.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.1 | 2.00 | 44.00 | 46.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.1 | 5.00 | 73.00 | 78.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.1 | 9.00 | 83.00 | 92.00 | OK |
Version: 0.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(prt)
>
> if (requireNamespace("xml2")) {
+ test_check("prt", reporter = MultiReporter$new(reporters = list(JunitReporter$new(file = "test-results.xml"), CheckReporter$new())))
+ } else {
+ test_check("prt")
+ }
Loading required namespace: xml2
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 255 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-format.R:24:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-nse.R:55:3'): nse subsetting ───────────────────────────────────
Error in `fst::read_fst(fst_filename(x), columns = unique(columns), from = from,
to = to, as.data.table = TRUE)`: Parameter fromRow should have a positive value.
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test-nse.R:55:3
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─base::subset(prt_cars, inds & mpg < 20, part_safe = TRUE)
7. └─prt:::subset.prt(prt_cars, inds & mpg < 20, part_safe = TRUE)
8. └─prt::subset_quo(x, subset, select, part_safe)
9. └─prt:::prt_lapply(...)
10. └─base::lapply(unclass(x), ...)
11. └─prt (local) FUN(X[[i]], ...)
12. └─prt:::fst_read(x, rows = rows, columns = j)
13. └─fst::read_fst(...)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 255 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
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.
Health stats visible at Monitor.