R Under development (unstable) (2024-02-02 r85855 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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.1 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 44 | PASS 117 ] ══ Skipped tests (44) ══════════════════════════════════════════════════════════ • On CRAN (43): 'test-Initialization.R:19:3', 'test-Initialization.R:25:3', 'test-Initialization.R:91:3', 'test-Initialization.R:115:3', 'test-Initialization.R:145:3', 'test-Initialization.R:174:3', 'test-keyATMBase.R:25:25', 'test-keyATMBase.R:49:25', 'test-keyATMBase.R:70:25', 'test-keyATMBase.R:90:25', 'test-keyATMBase.R:109:25', 'test-keyATMCovDirMulti.R:31:25', 'test-keyATMCovDirMulti.R:43:25', 'test-keyATMCovDirMulti.R:85:25', 'test-keyATMCovDirMulti.R:112:25', 'test-keyATMCovDirMulti.R:135:25', 'test-keyATMCovDirMulti.R:160:25', 'test-keyATMCovDirMulti.R:171:3', 'test-keyATMCovPG.R:33:25', 'test-keyATMCovPG.R:45:25', 'test-keyATMCovPG.R:58:25', 'test-keyATMCovPG.R:97:25', 'test-keyATMCovPG.R:124:25', 'test-keyATMCovPG.R:147:25', 'test-keyATMCovPG.R:171:25', 'test-keyATMDynamic.R:27:25', 'test-keyATMHeterogeneity.R:79:3', 'test-keyATMHeterogeneity.R:93:25', 'test-keyATMvb.R:21:25', 'test-keyATMvb.R:36:25', 'test-plot.R:26:3', 'test-plot.R:36:3', 'test-plot.R:52:3', 'test-plot.R:89:3', 'test-plot.R:105:3', 'test-plot.R:130:3', 'test-plot.R:149:3', 'test-read_keywords.R:35:5', 'test-read_keywords.R:44:5', 'test-read_texts.R:38:3', 'test-read_texts.R:55:3', 'test-resume.R:244:3', 'test-weightedLDA.R:4:1' • On Windows (1): 'test-diagnosis.R:25:3' [ FAIL 0 | WARN 0 | SKIP 44 | PASS 117 ] > > proc.time() user system elapsed 60.90 1.09 61.90