Package check result: OK Changes to worse in reverse depends: Package: sentopics Check: tests New result: ERROR Running ‘testthat.R’ [70s/74s] 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 337 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-parallel_chains.R:97:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-conversions.R:122:3'): from seededlda ────────────────────────── Error in `dfm(ECB_press_conferences_tokens)`: could not find function "dfm" Backtrace: ▆ 1. └─seededlda::textmodel_lda(...) at test-conversions.R:122:3 [ FAIL 1 | WARN 0 | SKIP 1 | PASS 337 ] Error: Test failures Execution halted