R Under development (unstable) (2025-01-06 r87534 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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.1.0 Unicode version: 15.1 ICU version: 74.1 Parallel computing: 2 of 48 threads used. See https://quanteda.io for tutorials and examples. Attaching package: 'seededlda' The following object is masked from 'package:quanteda': info_tbb The following object is masked from 'package:stats': terms > require(testthat) Loading required package: testthat > test_check("seededlda") [ FAIL 0 | WARN 0 | SKIP 9 | PASS 182 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • Installed quanteda is version 4.1.0; but 4.2.0 is required (1): 'test-internal.R:113:5' • On CRAN (8): 'test-textmodel_lda.R:17:5', 'test-textmodel_lda.R:120:2', 'test-textmodel_lda.R:214: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' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 182 ] > > proc.time() user system elapsed 312.21 0.76 287.40