CRAN Package Check Results for Package seededlda

Last updated on 2026-08-19 10:56:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.4 84.28 445.53 529.81 OK
r-devel-linux-x86_64-debian-gcc 1.4.4 62.75 308.91 371.66 OK
r-devel-linux-x86_64-fedora-clang 1.4.4 59.00 256.43 315.43 OK
r-devel-linux-x86_64-fedora-gcc 1.4.4 68.00 252.40 320.40 OK
r-devel-windows-x86_64 1.4.4 102.00 673.00 775.00 ERROR
r-patched-linux-x86_64 1.4.4 80.84 426.38 507.22 OK
r-release-linux-x86_64 1.4.4 86.31 442.74 529.05 OK
r-release-macos-arm64 1.4.4 17.00 108.00 125.00 OK
r-release-macos-x86_64 1.4.4 47.00 887.00 934.00 OK
r-release-windows-x86_64 1.4.4 96.00 0.00 96.00 OK
r-oldrel-macos-arm64 1.4.4 14.00 109.00 123.00 OK
r-oldrel-macos-x86_64 1.4.4 44.00 466.00 510.00 OK
r-oldrel-windows-x86_64 1.4.4 115.00 931.00 1046.00 OK

Check Details

Version: 1.4.4
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [487s] Running the tests in 'tests/testthat.R' failed. Complete output: > require(seededlda) Loading required package: seededlda Attaching package: 'seededlda' The following object is masked from 'package:stats': terms > require(testthat) Loading required package: testthat > test_check("seededlda") Saving _problems/test-utils-24.R Saving _problems/test-utils-72.R [ FAIL 2 | WARN 3 | SKIP 9 | PASS 167 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-textmodel_lda.R:17:5', 'test-textmodel_lda.R:121:2', 'test-textmodel_lda.R:215:5', 'test-textmodel_seededlda.R:119:5', 'test-textmodel_seededlda.R:135:5', 'test-textmodel_seededlda.R:176:5', 'test-textmodel_seededlda.R:195:5', 'test-textmodel_seededlda.R:231:5' • empty test (1): ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils.R:24:2'): divergence() is working ──────────────────────── Error in `Matrix(numeric(), nrow = 0, ncol = 0, sparse = TRUE)`: lazy-load database 'D:/temp/2026_08_18_01_50_00_4374/Rtmpgr75ov/RLIBS_3b087a3272d8/Matrix/R/Matrix.rdb' is corrupt Backtrace: ▆ 1. ├─seededlda::divergence(lda) at test-utils.R:24:9 2. └─seededlda:::divergence.textmodel_lda(lda) 3. └─proxyC::dist(x$phi, method = "jensen") 4. └─proxyC:::proxy(...) 5. ├─methods::as(...) 6. │ └─methods:::.class1(object) 7. └─Matrix::Matrix(numeric(), nrow = 0, ncol = 0, sparse = TRUE) ── Error ('test-utils.R:71:5'): regularize is working ────────────────────────── Error in `Matrix(numeric(), nrow = 0, ncol = 0, sparse = TRUE)`: lazy-load database 'D:/temp/2026_08_18_01_50_00_4374/Rtmpgr75ov/RLIBS_3b087a3272d8/Matrix/R/Matrix.rdb' is corrupt Backtrace: ▆ 1. ├─testthat::expect_equal(divergence(lda), 0.34, tolerance = 0.01) at test-utils.R:71:5 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─seededlda::divergence(lda) 5. └─seededlda:::divergence.textmodel_lda(lda) 6. └─proxyC::dist(x$phi, method = "jensen") 7. └─proxyC:::proxy(...) 8. ├─methods::as(...) 9. │ └─methods:::.class1(object) 10. └─Matrix::Matrix(numeric(), nrow = 0, ncol = 0, sparse = TRUE) [ FAIL 2 | WARN 3 | SKIP 9 | PASS 167 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64