* using log directory ‘/srv/hornik/tmp/CRAN_pretest/wordvector.Rcheck’ * using R Under development (unstable) (2026-04-05 r89793) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 21.1.8 (3+b1) Debian flang version 21.1.8 (3+b1) * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * current time: 2026-04-06 06:14:26 UTC * checking for file ‘wordvector/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘wordvector’ version ‘0.6.2’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [4s/5s] OK * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘wordvector’ can be installed ... [32s/32s] OK * used C++ compiler: ‘Debian clang version 21.1.8 (3+b1)’ * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s/1s] OK * checking whether the package can be loaded with stated dependencies ... [1s/1s] OK * checking whether the package can be unloaded cleanly ... [1s/1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK * checking whether the namespace can be unloaded cleanly ... [1s/1s] OK * checking loading without being on the library search path ... [1s/1s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [6s/6s] OK * checking Rd files ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... [1s/1s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking examples ... [2s/2s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [22s/13s] ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [22s/13s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > require(testthat) Loading required package: testthat > test_check("wordvector") Loading required package: wordvector Saving _problems/test-doc2vec-33.R Saving _problems/test-doc2vec-43.R Saving _problems/test-doc2vec-101.R Saving _problems/test-doc2vec-111.R Saving _problems/test-lsa-62.R Saving _problems/test-lsa-75.R [ FAIL 6 | WARN 0 | SKIP 15 | PASS 151 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-doc2vec.R:155:5', 'test-doc2vec.R:188: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:214: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' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-doc2vec.R:31:5'): textmodel_doc2vec works ──────────────────── Expected `dim(dov1$values$doc)` to equal `c(5296L, 50L)`. Differences: 1/2 mismatches [1] 5234 - 5296 == -62 ── Failure ('test-doc2vec.R:34:5'): textmodel_doc2vec works ──────────────────── Expected output from `print(dov1)` to match string "\nCall:\ntextmodel_doc2vec(x = toks, dim = 50, min_count = 2, iter = 5, \n verbose = TRUE)\n\n50 dimensions; 5,296 documents.". Actual output: ✖ │ │ Call: │ textmodel_doc2vec(x = toks, dim = 50, min_count = 2, iter = 5, │ verbose = TRUE) │ │ 50 dimensions; 5,234 documents. ── Failure ('test-doc2vec.R:99:5'): textmodel_doc2vec works ──────────────────── Expected `dim(dov2$values$doc)` to equal `c(5296L, 50L)`. Differences: 1/2 mismatches [1] 5234 - 5296 == -62 ── Failure ('test-doc2vec.R:102:5'): textmodel_doc2vec works ─────────────────── Expected output from `print(dov2)` to match string "\nCall:\ntextmodel_doc2vec(x = toks, dim = 50, type = \"dbow\", min_count = 2, \n iter = 5, verbose = TRUE)\n\n50 dimensions; 5,296 documents.". Actual output: ✖ │ │ Call: │ textmodel_doc2vec(x = toks, dim = 50, type = "dbow", min_count = 2, │ iter = 5, verbose = TRUE) │ │ 50 dimensions; 5,234 documents. ── Failure ('test-lsa.R:60:5'): word2vec words ───────────────────────────────── Expected `dim(dov$values$doc)` to equal `c(5296L, 50L)`. Differences: 1/2 mismatches [1] 5234 - 5296 == -62 ── Failure ('test-lsa.R:67:5'): word2vec words ───────────────────────────────── Expected output from `print(dov)` to match string "\nCall:\nas.textmodel_doc2vec(x = dfmt, model = wov)\n\n50 dimensions; 5,296 documents.". Actual output: ✖ │ │ Call: │ as.textmodel_doc2vec(x = dfmt, model = wov) │ │ 50 dimensions; 5,234 documents. [ FAIL 6 | WARN 0 | SKIP 15 | PASS 151 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [3s/2s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR