Last updated on 2025-11-02 09:48:39 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.0 | 12.95 | 238.31 | 251.26 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5.0 | 8.48 | 161.31 | 169.79 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.5.0 | 63.00 | 350.75 | 413.75 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.0 | 22.00 | 383.77 | 405.77 | OK | |
| r-devel-windows-x86_64 | 1.5.0 | 14.00 | 187.00 | 201.00 | OK | |
| r-patched-linux-x86_64 | 1.5.0 | 11.73 | 216.74 | 228.47 | OK | |
| r-release-linux-x86_64 | 1.5.0 | 11.69 | 216.09 | 227.78 | OK | |
| r-release-macos-arm64 | 1.5.0 | 6.00 | 100.00 | 106.00 | OK | |
| r-release-macos-x86_64 | 1.5.0 | 10.00 | 215.00 | 225.00 | OK | |
| r-release-windows-x86_64 | 1.5.0 | 14.00 | 185.00 | 199.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.0 | 6.00 | 110.00 | 116.00 | OK | |
| r-oldrel-macos-x86_64 | 1.5.0 | 12.00 | 233.00 | 245.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5.0 | 18.00 | 269.00 | 287.00 | OK |
Version: 1.5.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [83s/85s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> require(testthat)
Loading required package: testthat
> require(quanteda)
Loading required package: quanteda
Package version: 4.3.1
Unicode version: 16.0
ICU version: 76.1
Parallel computing: 3 of 64 threads used.
See https://quanteda.io for tutorials and examples.
> quanteda_options(threads = 2)
> test_check("LSX")
Loading required package: LSX
[ FAIL 1 | WARN 0 | SKIP 13 | PASS 222 ]
══ Skipped tests (13) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-as.textmodel.R:161:5', 'test-as.textmodel.R:183:5',
'test-textmodel_lss.R:185:5', 'test-textmodel_lss.R:192:5',
'test-textmodel_lss.R:200:5', 'test-textmodel_lss.R:240:5',
'test-textmodel_lss.R:331:5', 'test-textmodel_lss.R:414:5',
'test-textmodel_lss.R:439:5', 'test-textmodel_lss2.R:14:3',
'test-textmodel_lss2.R:83:3', 'test-utils.R:62:3'
• empty test (1): 'test-textplot.R:37:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-utils.R:141:3'): smooth_lss works with multiple grouping variables ──
Error in `predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)),
newdata, na.action = na.action)) else as.matrix(newdata),
object$s, object$weights, object$robust, op$span, op$degree,
op$normalize, op$parametric, op$drop.square, op$surface,
op$cell, op$family, object$kd, object$divisor, se = se)`: NA/NaN/Inf in foreign function call (arg 5)
Backtrace:
▆
1. └─LSX::smooth_lss(dat, groups = c("class1", "class2")) at test-utils.R:141:3
2. └─base::lapply(...)
3. └─LSX (local) FUN(X[[i]], ...)
4. └─LSX:::smooth_data(y, dummy, span, engine, ...)
5. ├─base::suppressWarnings(...)
6. │ └─base::withCallingHandlers(...)
7. ├─stats::predict(...)
8. └─stats:::predict.loess(...)
9. └─stats:::predLoess(...)
[ FAIL 1 | WARN 0 | SKIP 13 | PASS 222 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc