R Under development (unstable) (2023-12-18 r85702 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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: 3.3.1 Unicode version: 15.1 ICU version: 74.1 Parallel computing: 2 of 96 threads used. See https://quanteda.io for tutorials and examples. > quanteda_options(threads = 2) > test_check("LSX") Loading required package: LSX INFO [22:46:35.237] epoch 1, loss 0.1108 INFO [22:46:35.996] epoch 2, loss 0.0659 INFO [22:46:36.734] epoch 3, loss 0.0548 INFO [22:46:37.428] epoch 4, loss 0.0496 INFO [22:46:38.230] epoch 5, loss 0.0460 INFO [22:46:38.970] epoch 6, loss 0.0432 INFO [22:46:39.747] epoch 7, loss 0.0408 INFO [22:46:40.754] epoch 8, loss 0.0388 INFO [22:46:41.525] epoch 9, loss 0.0370 INFO [22:46:42.238] epoch 10, loss 0.0355 INFO [22:46:55.875] epoch 1, loss 0.0500 INFO [22:46:56.040] epoch 2, loss 0.0363 INFO [22:46:56.204] epoch 3, loss 0.0326 INFO [22:46:56.367] epoch 4, loss 0.0306 INFO [22:46:56.537] epoch 5, loss 0.0291 INFO [22:46:56.700] epoch 6, loss 0.0279 INFO [22:46:56.864] epoch 7, loss 0.0270 INFO [22:46:57.027] epoch 8, loss 0.0262 INFO [22:46:57.191] epoch 9, loss 0.0256 INFO [22:46:57.349] epoch 10, loss 0.0251 INFO [22:46:57.698] epoch 1, loss 0.0499 INFO [22:46:57.867] epoch 2, loss 0.0365 INFO [22:46:58.036] epoch 3, loss 0.0328 INFO [22:46:58.205] epoch 4, loss 0.0307 INFO [22:46:58.386] epoch 5, loss 0.0292 INFO [22:46:58.561] epoch 6, loss 0.0280 INFO [22:46:58.730] epoch 7, loss 0.0271 INFO [22:46:58.899] epoch 8, loss 0.0263 INFO [22:46:59.067] epoch 9, loss 0.0256 INFO [22:46:59.243] epoch 10, loss 0.0251 INFO [22:46:59.665] epoch 1, loss 0.0497 INFO [22:46:59.828] epoch 2, loss 0.0362 INFO [22:46:59.991] epoch 3, loss 0.0325 INFO [22:47:00.163] epoch 4, loss 0.0304 INFO [22:47:00.329] epoch 5, loss 0.0290 INFO [22:47:00.510] epoch 6, loss 0.0279 INFO [22:47:00.672] epoch 7, loss 0.0270 INFO [22:47:00.835] epoch 8, loss 0.0263 INFO [22:47:00.998] epoch 9, loss 0.0257 INFO [22:47:01.161] epoch 10, loss 0.0252 [ FAIL 1 | WARN 0 | SKIP 10 | PASS 203 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-as.textmodel.R:126:5', 'test-as.textmodel.R:146:5', 'test-textmodel.R:188:5', 'test-textmodel.R:195:5', 'test-textmodel.R:203:5', 'test-textmodel.R:243:5', 'test-textmodel.R:319:5', 'test-textmodel.R:360:5', 'test-textmodel.R:429:5', 'test-textmodel.R:454:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-textplot.R:39:5'): textplot_* works even when frequency and beta do not match (#71) ── `print(textplot_terms(lss))` produced warnings. [ FAIL 1 | WARN 0 | SKIP 10 | PASS 203 ] Error: Test failures Execution halted