R Under development (unstable) (2025-09-11 r88813 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 > require(quanteda) Loading required package: quanteda Package version: 4.3.1 Unicode version: 15.1 ICU version: 74.1 Parallel computing: 2 of 48 threads used. See https://quanteda.io for tutorials and examples. > quanteda_options(threads = 2) > test_check("LSX") Loading required package: LSX [ FAIL 0 | WARN 0 | SKIP 13 | PASS 232 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-as.textmodel.R:161:5', 'test-as.textmodel.R:183:5', 'test-textmodel_lss.R:185:5', 'test-textmodel_lss.R:192:5', 'test-textmodel_lss.R:200:5', 'test-textmodel_lss.R:240:5', 'test-textmodel_lss.R:331:5', 'test-textmodel_lss.R:414:5', 'test-textmodel_lss.R:439:5', 'test-textmodel_lss2.R:14:3', 'test-textmodel_lss2.R:83:3', 'test-utils.R:62:3' • empty test (1): 'test-textplot.R:37:1' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 232 ] > quanteda_options(reset = TRUE) > > proc.time() user system elapsed 72.71 1.37 52.70