Package: sentopics Check: tests New result: ERROR Running ‘testthat.R’ [73s/77s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > > library("testthat") > library("sentopics") > > if (Sys.getenv("R_COVR") != "true") { + test_check("sentopics") + } else { + test_check("sentopics", reporter = default_reporter()) + # test_check("sentopics", reporter = LocationReporter) + } 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| [ FAIL 1 | WARN 0 | SKIP 1 | PASS 341 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-parallel_chains.R:97:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-conversions.R:151:3'): from seededlda ────────────────────────── Error in `dfm_trim(x, ..., verbose = FALSE)`: unused argument (k = 6) Backtrace: ▆ 1. ├─seededlda::textmodel_seededlda(...) at test-conversions.R:151:3 2. └─seededlda:::textmodel_seededlda.dfm(...) 3. └─seededlda:::tfm(...) [ FAIL 1 | WARN 0 | SKIP 1 | PASS 341 ] Error: Test failures Execution halted