- using R Under development (unstable) (2026-08-17 r90424 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.3.0
GNU Fortran (GCC) 14.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
* current time: 2026-08-18 23:28:33 UTC
- checking for file 'seededlda/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'seededlda' version '1.4.4'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'seededlda' can be installed ... OK
See the install log for details.
- used C++ compiler: 'g++.exe (GCC) 14.3.0'
- checking installed package size ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [3s] OK
- checking whether the package can be loaded with stated dependencies ... [2s] OK
- checking whether the package can be unloaded cleanly ... [3s] OK
- checking whether the namespace can be loaded with stated dependencies ... [2s] OK
- checking whether the namespace can be unloaded cleanly ... [2s] OK
- checking loading without being on the library search path ... [2s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [7s] OK
- checking Rd files ... [1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of 'data' directory ... OK
- checking data for non-ASCII characters ... [1s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking line endings in shell scripts ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compiled code ... OK
- checking examples ... [3s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [488s] 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
- checking PDF version of manual ... [20s] OK
- checking HTML version of manual ... [1s] OK
- DONE
Status: 1 ERROR