CRAN Package Check Results for Package LSX

Last updated on 2025-07-07 03:49:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.5 12.22 205.72 217.94 OK
r-devel-linux-x86_64-debian-gcc 1.4.5 8.04 135.79 143.83 ERROR
r-devel-linux-x86_64-fedora-clang 1.4.5 334.86 OK
r-devel-linux-x86_64-fedora-gcc 1.4.5 333.56 OK
r-devel-windows-x86_64 1.4.5 12.00 170.00 182.00 OK
r-patched-linux-x86_64 1.4.5 11.09 192.18 203.27 OK
r-release-linux-x86_64 1.4.5 9.68 190.86 200.54 OK
r-release-macos-arm64 1.4.5 97.00 OK
r-release-macos-x86_64 1.4.5 182.00 OK
r-release-windows-x86_64 1.4.5 14.00 172.00 186.00 OK
r-oldrel-macos-arm64 1.4.5 100.00 OK
r-oldrel-macos-x86_64 1.4.5 171.00 OK
r-oldrel-windows-x86_64 1.4.5 18.00 236.00 254.00 OK

Check Details

Version: 1.4.5
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [62s/63s] 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.0 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 INFO [13:32:00.442] epoch 1, loss 0.1117 INFO [13:32:01.315] epoch 2, loss 0.0652 INFO [13:32:02.210] epoch 3, loss 0.0545 INFO [13:32:03.075] epoch 4, loss 0.0493 INFO [13:32:04.187] epoch 5, loss 0.0457 INFO [13:32:04.986] epoch 6, loss 0.0429 INFO [13:32:05.979] epoch 7, loss 0.0406 INFO [13:32:06.715] epoch 8, loss 0.0386 INFO [13:32:07.375] epoch 9, loss 0.0368 INFO [13:32:08.079] epoch 10, loss 0.0353 INFO [13:32:33.382] epoch 1, loss 0.0504 INFO [13:32:33.510] epoch 2, loss 0.0360 INFO [13:32:33.674] epoch 3, loss 0.0321 INFO [13:32:33.876] epoch 4, loss 0.0300 INFO [13:32:34.058] epoch 5, loss 0.0286 INFO [13:32:34.255] epoch 6, loss 0.0275 INFO [13:32:34.467] epoch 7, loss 0.0266 INFO [13:32:34.671] epoch 8, loss 0.0260 INFO [13:32:34.886] epoch 9, loss 0.0254 INFO [13:32:35.107] epoch 10, loss 0.0249 INFO [13:32:35.878] epoch 1, loss 0.0496 INFO [13:32:36.110] epoch 2, loss 0.0365 INFO [13:32:36.324] epoch 3, loss 0.0324 INFO [13:32:36.461] epoch 4, loss 0.0305 INFO [13:32:36.667] epoch 5, loss 0.0290 INFO [13:32:36.903] epoch 6, loss 0.0278 INFO [13:32:37.147] epoch 7, loss 0.0268 INFO [13:32:37.378] epoch 8, loss 0.0261 INFO [13:32:37.502] epoch 9, loss 0.0255 INFO [13:32:37.657] epoch 10, loss 0.0250 INFO [13:32:38.122] epoch 1, loss 0.0501 INFO [13:32:38.251] epoch 2, loss 0.0364 INFO [13:32:38.434] epoch 3, loss 0.0324 INFO [13:32:38.638] epoch 4, loss 0.0302 INFO [13:32:38.834] epoch 5, loss 0.0288 INFO [13:32:39.055] epoch 6, loss 0.0276 INFO [13:32:39.252] epoch 7, loss 0.0268 INFO [13:32:39.427] epoch 8, loss 0.0260 INFO [13:32:39.573] epoch 9, loss 0.0255 INFO [13:32:39.775] epoch 10, loss 0.0250 [ FAIL 1 | WARN 0 | SKIP 11 | PASS 221 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-as.textmodel.R:156:5', 'test-as.textmodel.R:178:5', 'test-textmodel.R:185:5', 'test-textmodel.R:192:5', 'test-textmodel.R:200:5', 'test-textmodel.R:240:5', 'test-textmodel.R:331:5', 'test-textmodel.R:414:5', 'test-textmodel.R:439:5', 'test-utils.R:62:3' • empty test (1): 'test-textplot.R:36: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 11 | PASS 221 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc