* using log directory 'd:/Rcompile/CRANpkg/local/4.7/sentopics.Rcheck' * using R Under development (unstable) (2026-08-24 r90445 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-25 23:32:21 UTC * checking for file 'sentopics/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'sentopics' version '1.0.0' * 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 'sentopics' can be installed ... OK * used C++ compiler: 'g++.exe (GCC) 14.3.0' * checking installed package size ... OK * checking package directory ... OK * checking 'build' 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 ... [3s] 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 ... [3s] OK * checking loading without being on the library search path ... [3s] OK * checking whether startup messages can be suppressed ... [3s] 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 ... [17s] 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 ... [3s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [42s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [419s] ERROR Running 'testthat.R' [418s] Running the tests in 'tests/testthat.R' failed. Complete output: > library("testthat") > library("sentopics") > > if (Sys.getenv("R_COVR") != "true") { + test_check("sentopics") + } else { + test_check("sentopics", reporter = default_reporter()) + # test_check("sentopics", reporter = LocationReporter) + } Saving _problems/test-parallel_chains-181.R Saving _problems/test-parallel_chains-335.R Saving _problems/test-rJST-19.R Saving _problems/test-rJST-85.R [ FAIL 4 | WARN 10 | SKIP 0 | PASS 378 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-parallel_chains.R:176:5'): seed works ────────────────────────── Error in `get0(name, envir = where, mode = "function", inherits = FALSE)`: cannot open file 'D:/temp/2026_08_25_01_50_00_13316/Rtmp8Sflar/RLIBS_6f8065857f9/Matrix/R/Matrix.rdb': No such file or directory Backtrace: ▆ 1. ├─generics::fit(...) at test-parallel_chains.R:176:5 2. └─sentopics::fit.sentopicsmodel(...) 3. ├─base::eval(expr) 4. │ └─base::eval(expr) 5. └─future.apply::future_lapply(...) 6. └─future.apply:::future_xapply(...) 7. └─base::tryCatch(...) 8. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 9. └─base (local) tryCatchOne(...) 10. └─value[[3L]](cond) 11. └─future.apply:::onError(e, futures = fs, debug = debug) ── Error ('test-parallel_chains.R:330:1'): (code run outside of `test_that()`) ── Error in `get0(name, envir = where, mode = "function", inherits = FALSE)`: lazy-load database 'D:/temp/2026_08_25_01_50_00_13316/Rtmp8Sflar/RLIBS_6f8065857f9/Matrix/R/Matrix.rdb' is corrupt Backtrace: ▆ 1. ├─generics::fit(...) at test-parallel_chains.R:330:1 2. └─sentopics::fit.sentopicsmodel(...) 3. ├─base::eval(expr) 4. │ └─base::eval(expr) 5. └─future.apply::future_lapply(...) 6. └─future.apply:::future_xapply(...) 7. └─base::tryCatch(...) 8. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 9. └─base (local) tryCatchOne(...) 10. └─value[[3L]](cond) 11. └─future.apply:::onError(e, futures = fs, debug = debug) ── Error ('test-rJST.R:19:3'): rJST works ────────────────────────────────────── Error in `get0(name, envir = where, mode = "function", inherits = FALSE)`: lazy-load database 'D:/temp/2026_08_25_01_50_00_13316/Rtmp8Sflar/RLIBS_6f8065857f9/Matrix/R/Matrix.rdb' is corrupt Backtrace: ▆ 1. ├─generics::fit(rJST, 2, nChains = 2, displayProgress = FALSE) at test-rJST.R:19:3 2. └─sentopics:::fit.rJST(rJST, 2, nChains = 2, displayProgress = FALSE) 3. ├─sentopics::as.rJST(...) 4. ├─generics::fit(...) 5. └─sentopics::fit.sentopicsmodel(...) 6. ├─base::eval(expr) 7. │ └─base::eval(expr) 8. └─future.apply::future_lapply(...) 9. └─future.apply:::future_xapply(...) 10. └─base::tryCatch(...) 11. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 12. └─base (local) tryCatchOne(...) 13. └─value[[3L]](cond) 14. └─future.apply:::onError(e, futures = fs, debug = debug) ── Error ('test-rJST.R:85:5'): test convergence ──────────────────────────────── Error in `get0(name, envir = where, mode = "function", inherits = FALSE)`: lazy-load database 'D:/temp/2026_08_25_01_50_00_13316/Rtmp8Sflar/RLIBS_6f8065857f9/Matrix/R/Matrix.rdb' is corrupt Backtrace: ▆ 1. ├─generics::fit(rJST, 100, nChains = 2, displayProgress = FALSE) at test-rJST.R:85:5 2. └─sentopics:::fit.rJST(rJST, 100, nChains = 2, displayProgress = FALSE) 3. ├─sentopics::as.rJST(...) 4. ├─generics::fit(...) 5. └─sentopics::fit.sentopicsmodel(...) 6. ├─base::eval(expr) 7. │ └─base::eval(expr) 8. └─future.apply::future_lapply(...) 9. └─future.apply:::future_xapply(...) 10. └─base::tryCatch(...) 11. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 12. └─base (local) tryCatchOne(...) 13. └─value[[3L]](cond) 14. └─future.apply:::onError(e, futures = fs, debug = debug) [ FAIL 4 | WARN 10 | SKIP 0 | PASS 378 ] Error: ! Test failures. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [53s] OK * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... [4s] OK * DONE Status: 1 ERROR