R Under development (unstable) (2024-09-04 r87094 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. > 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. 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: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 8 | PASS 183 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • 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 8 | PASS 183 ] > > proc.time() user system elapsed 488.14 1.09 462.39