R Under development (unstable) (2025-12-08 r89124 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(testthat) Loading required package: testthat > test_check("wordvector") Loading required package: wordvector [ FAIL 0 | WARN 0 | SKIP 15 | PASS 147 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-doc2vec.R:105:5', 'test-doc2vec.R:138:5', 'test-lsa.R:104:5', 'test-model.R:16:5', 'test-model.R:71:5', 'test-pre06.R:31:5', 'test-pre06.R:44:5', 'test-pre06.R:72:5', 'test-utils.R:204:5', 'test-word2vec.R:13:5', 'test-word2vec.R:222:5', 'test-word2vec.R:273:5', 'test-word2vec.R:286:5', 'test-word2vec.R:298:5', 'test-word2vec.R:315:5' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 147 ] > > proc.time() user system elapsed 18.60 0.76 17.26