R Under development (unstable) (2026-01-16 r89305 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(keyATM) keyATM 0.5.5 successfully loaded. Papers, examples, resources, and other materials are at https://keyatm.github.io/keyATM/ > > test_check("keyATM") Perplexity [1]: 10562.9 / Convergence [1]: 1 Perplexity [2]: 9859.03 / Convergence [2]: 0.0666378 Perplexity [3]: 9255.63 / Convergence [3]: 0.0612026 Perplexity [4]: 8808.98 / Convergence [4]: 0.0482566 Perplexity [1]: 11727.5 / Convergence [1]: 1 Perplexity [2]: 10775.2 / Convergence [2]: 0.0812 Perplexity [3]: 9757.91 / Convergence [3]: 0.0944099 Perplexity [4]: 8960.6 / Convergence [4]: 0.0817094 Perplexity [5]: 8436.88 / Convergence [5]: 0.0584466 Perplexity [6]: 8136.23 / Convergence [6]: 0.0356361 [ FAIL 0 | WARN 0 | SKIP 45 | PASS 126 ] ══ Skipped tests (45) ══════════════════════════════════════════════════════════ • On CRAN (44): 'test-Initialization.R:19:3', 'test-Initialization.R:28:3', 'test-Initialization.R:107:3', 'test-Initialization.R:135:3', 'test-Initialization.R:177:3', 'test-Initialization.R:214:3', 'test-keyATMBase.R:33:3', 'test-keyATMBase.R:53:3', 'test-keyATMBase.R:73:3', 'test-keyATMBase.R:102:3', 'test-keyATMBase.R:125:3', 'test-keyATMBase.R:154:3', 'test-keyATMCovDirMulti.R:42:3', 'test-keyATMCovDirMulti.R:62:3', 'test-keyATMCovDirMulti.R:137:3', 'test-keyATMCovDirMulti.R:195:3', 'test-keyATMCovDirMulti.R:252:3', 'test-keyATMCovDirMulti.R:314:3', 'test-keyATMCovPG.R:44:3', 'test-keyATMCovPG.R:63:3', 'test-keyATMCovPG.R:95:3', 'test-keyATMCovPG.R:160:3', 'test-keyATMCovPG.R:218:3', 'test-keyATMCovPG.R:275:3', 'test-keyATMCovPG.R:337:3', 'test-keyATMDynamic.R:29:3', 'test-keyATMHeterogeneity.R:105:3', 'test-keyATMHeterogeneity.R:137:3', 'test-keyATMvb.R:24:3', 'test-keyATMvb.R:46:3', 'test-plot.R:34:3', 'test-plot.R:48:3', 'test-plot.R:68:3', 'test-plot.R:142:3', 'test-plot.R:163:3', 'test-plot.R:196:3', 'test-plot.R:232:3', 'test-read_keywords.R:58:3', 'test-read_keywords.R:72:3', 'test-read_texts.R:44:3', 'test-read_texts.R:65:3', 'test-refine_keywords.R:54:3', 'test-resume.R:352:3', 'test-weightedLDA.R:4:1' • On Windows (1): 'test-diagnosis.R:24:3' [ FAIL 0 | WARN 0 | SKIP 45 | PASS 126 ] > > proc.time() user system elapsed 107.00 2.00 109.09