R version 4.4.0 beta (2024-04-09 r86391 ucrt) -- "Puppy Cup" 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. > require(seededlda) Loading required package: seededlda Loading required package: quanteda Package version: 4.0.1 Unicode version: 15.1 ICU version: 74.1 Parallel computing: 2 of 48 threads used. See https://quanteda.io for tutorials and examples. Loading required package: proxyC Attaching package: 'proxyC' The following object is masked from 'package:stats': dist Attaching package: 'seededlda' The following object is masked from 'package:stats': terms > require(testthat) Loading required package: testthat > test_check("seededlda") [ FAIL 0 | WARN 0 | SKIP 7 | PASS 176 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-textmodel_lda.R:17:5', 'test-textmodel_lda.R:182:5', 'test-textmodel_seededlda.R:118:5', 'test-textmodel_seededlda.R:134:5', 'test-textmodel_seededlda.R:175:5', 'test-textmodel_seededlda.R:194:5', 'test-textmodel_seededlda.R:230:5' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 176 ] > > proc.time() user system elapsed 308.70 0.40 282.81