CRAN Package Check Results for Package sentopics

Last updated on 2024-04-09 08:54:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.2 90.19 405.44 495.63 ERROR
r-devel-linux-x86_64-debian-gcc 0.7.2 70.17 393.23 463.40 ERROR
r-devel-linux-x86_64-fedora-clang 0.7.2 690.80 ERROR
r-devel-linux-x86_64-fedora-gcc 0.7.2 617.73 ERROR
r-devel-windows-x86_64 0.7.2 72.00 317.00 389.00 ERROR
r-patched-linux-x86_64 0.7.2 99.39 454.86 554.25 ERROR
r-release-linux-x86_64 0.7.2 79.95 485.31 565.26 ERROR
r-release-macos-arm64 0.7.2 174.00 NOTE
r-release-macos-x86_64 0.7.2 314.00 NOTE
r-release-windows-x86_64 0.7.2 92.00 390.00 482.00 ERROR
r-oldrel-macos-arm64 0.7.2 185.00 NOTE
r-oldrel-windows-x86_64 0.7.2 83.00 377.00 460.00 ERROR

Additional issues

M1mac

Check Details

Version: 0.7.2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘seededlda’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-linux-x86_64

Version: 0.7.2
Check: tests
Result: ERROR Running ‘testthat.R’ [183s/256s] 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) + } [ FAIL 2 | WARN 2 | SKIP 2 | PASS 317 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-parallel_chains.R:97:5' • seededlda cannot be loaded (1): 'test-conversions.R:120:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-others.R:2:3'): get_ECB_conferences works ────────────────────── Error in ``[.data.table`(res, , c({ tmp <- data.table::rbindlist(sections) tmp[, `:=`(paragraph_id, paste0(doc_id, "_", .I))] tmp }), by = c("date", "doc_id", "title"))`: j doesn't evaluate to the same number of columns for each group Backtrace: ▆ 1. └─sentopics:::get_ECB_press_conferences(years = 1998) at test-others.R:2:3 2. ├─...[] 3. └─data.table::`[.data.table`(...) ── Failure ('test-utils.R:28:3'): as.tokens.dfm works ────────────────────────── quanteda::rowSums(dfm) not equal to quanteda::ntoken(toks). Names: 3860 string mismatches [ FAIL 2 | WARN 2 | SKIP 2 | PASS 317 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.7.2
Check: tests
Result: ERROR Running ‘testthat.R’ [156s/257s] 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) + } [ FAIL 2 | WARN 2 | SKIP 2 | PASS 317 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-parallel_chains.R:97:5' • seededlda cannot be loaded (1): 'test-conversions.R:120:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-others.R:2:3'): get_ECB_conferences works ────────────────────── Error in ``[.data.table`(res, , c({ tmp <- data.table::rbindlist(sections) tmp[, `:=`(paragraph_id, paste0(doc_id, "_", .I))] tmp }), by = c("date", "doc_id", "title"))`: j doesn't evaluate to the same number of columns for each group Backtrace: ▆ 1. └─sentopics:::get_ECB_press_conferences(years = 1998) at test-others.R:2:3 2. ├─...[] 3. └─data.table::`[.data.table`(...) ── Failure ('test-utils.R:28:3'): as.tokens.dfm works ────────────────────────── quanteda::rowSums(dfm) not equal to quanteda::ntoken(toks). Names: 3860 string mismatches [ FAIL 2 | WARN 2 | SKIP 2 | PASS 317 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.7.2
Check: Rd cross-references
Result: NOTE Undeclared package ‘lexicon’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.7.2
Check: data for non-ASCII characters
Result: NOTE Note: found 3128 marked UTF-8 strings Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.7.2
Check: tests
Result: ERROR Running ‘testthat.R’ [214s/370s] 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) + } OMP: Warning #96: Cannot form a team with 8 threads, using 2 instead. OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set). [ FAIL 2 | WARN 1 | SKIP 2 | PASS 317 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-parallel_chains.R:97:5' • seededlda cannot be loaded (1): 'test-conversions.R:120:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-others.R:2:3'): get_ECB_conferences works ────────────────────── Error in `utils::download.file(url, file <- tempfile(), quiet = TRUE)`: cannot open URL 'https://www.ecb.europa.eu/press/tvservices/html/index.en.html' Backtrace: ▆ 1. └─sentopics:::get_ECB_press_conferences(years = 1998) at test-others.R:2:3 2. └─base::lapply(...) 3. └─sentopics (local) FUN(X[[i]], ...) 4. └─base::lapply(...) 5. └─sentopics (local) FUN(X[[i]], ...) 6. └─utils::download.file(url, file <- tempfile(), quiet = TRUE) ── Failure ('test-utils.R:28:3'): as.tokens.dfm works ────────────────────────── quanteda::rowSums(dfm) not equal to quanteda::ntoken(toks). Names: 3860 string mismatches [ FAIL 2 | WARN 1 | SKIP 2 | PASS 317 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.7.2
Check: tests
Result: ERROR Running ‘testthat.R’ [210s/237s] 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) + } [ FAIL 2 | WARN 2 | SKIP 2 | PASS 317 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-parallel_chains.R:97:5' • seededlda cannot be loaded (1): 'test-conversions.R:120:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-others.R:2:3'): get_ECB_conferences works ────────────────────── Error in ``[.data.table`(res, , c({ tmp <- data.table::rbindlist(sections) tmp[, `:=`(paragraph_id, paste0(doc_id, "_", .I))] tmp }), by = c("date", "doc_id", "title"))`: j doesn't evaluate to the same number of columns for each group Backtrace: ▆ 1. └─sentopics:::get_ECB_press_conferences(years = 1998) at test-others.R:2:3 2. ├─...[] 3. └─data.table::`[.data.table`(...) ── Failure ('test-utils.R:28:3'): as.tokens.dfm works ────────────────────────── quanteda::rowSums(dfm) not equal to quanteda::ntoken(toks). Names: 3860 string mismatches [ FAIL 2 | WARN 2 | SKIP 2 | PASS 317 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.7.2
Check: tests
Result: ERROR Running 'testthat.R' [108s] 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) + } [ FAIL 1 | WARN 2 | SKIP 1 | PASS 326 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-parallel_chains.R:97:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-others.R:2:3'): get_ECB_conferences works ────────────────────── Error in ``[.data.table`(res, , c({ tmp <- data.table::rbindlist(sections) tmp[, `:=`(paragraph_id, paste0(doc_id, "_", .I))] tmp }), by = c("date", "doc_id", "title"))`: j doesn't evaluate to the same number of columns for each group Backtrace: ▆ 1. └─sentopics:::get_ECB_press_conferences(years = 1998) at test-others.R:2:3 2. ├─...[] 3. └─data.table::`[.data.table`(...) [ FAIL 1 | WARN 2 | SKIP 1 | PASS 326 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.7.2
Check: tests
Result: ERROR Running ‘testthat.R’ [175s/257s] 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) + } [ FAIL 1 | WARN 2 | SKIP 1 | PASS 326 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-parallel_chains.R:97:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-others.R:2:3'): get_ECB_conferences works ────────────────────── Error in ``[.data.table`(res, , c({ tmp <- data.table::rbindlist(sections) tmp[, `:=`(paragraph_id, paste0(doc_id, "_", .I))] tmp }), by = c("date", "doc_id", "title"))`: j doesn't evaluate to the same number of columns for each group Backtrace: ▆ 1. └─sentopics:::get_ECB_press_conferences(years = 1998) at test-others.R:2:3 2. ├─...[] 3. └─data.table::`[.data.table`(...) [ FAIL 1 | WARN 2 | SKIP 1 | PASS 326 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 0.7.2
Check: tests
Result: ERROR Running ‘testthat.R’ [196s/290s] 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) + } [ FAIL 2 | WARN 2 | SKIP 2 | PASS 317 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-parallel_chains.R:97:5' • seededlda cannot be loaded (1): 'test-conversions.R:120:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-others.R:2:3'): get_ECB_conferences works ────────────────────── Error in ``[.data.table`(res, , c({ tmp <- data.table::rbindlist(sections) tmp[, `:=`(paragraph_id, paste0(doc_id, "_", .I))] tmp }), by = c("date", "doc_id", "title"))`: j doesn't evaluate to the same number of columns for each group Backtrace: ▆ 1. └─sentopics:::get_ECB_press_conferences(years = 1998) at test-others.R:2:3 2. ├─...[] 3. └─data.table::`[.data.table`(...) ── Failure ('test-utils.R:28:3'): as.tokens.dfm works ────────────────────────── quanteda::rowSums(dfm) not equal to quanteda::ntoken(toks). Names: 3860 string mismatches [ FAIL 2 | WARN 2 | SKIP 2 | PASS 317 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.7.2
Check: installed package size
Result: NOTE installed size is 6.6Mb sub-directories of 1Mb or more: data 1.2Mb libs 4.6Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64

Version: 0.7.2
Check: tests
Result: ERROR Running 'testthat.R' [136s] 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) + } [ FAIL 1 | WARN 2 | SKIP 1 | PASS 326 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-parallel_chains.R:97:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-others.R:2:3'): get_ECB_conferences works ────────────────────── Error in ``[.data.table`(res, , c({ tmp <- data.table::rbindlist(sections) tmp[, `:=`(paragraph_id, paste0(doc_id, "_", .I))] tmp }), by = c("date", "doc_id", "title"))`: j doesn't evaluate to the same number of columns for each group Backtrace: ▆ 1. └─sentopics:::get_ECB_press_conferences(years = 1998) at test-others.R:2:3 2. ├─...[] 3. └─data.table::`[.data.table`(...) [ FAIL 1 | WARN 2 | SKIP 1 | PASS 326 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 0.7.2
Check: tests
Result: ERROR Running 'testthat.R' [138s] 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) + } [ FAIL 1 | WARN 2 | SKIP 1 | PASS 326 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-parallel_chains.R:97:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-others.R:2:3'): get_ECB_conferences works ────────────────────── Error in ``[.data.table`(res, , c({ tmp <- data.table::rbindlist(sections) tmp[, `:=`(paragraph_id, paste0(doc_id, "_", .I))] tmp }), by = c("date", "doc_id", "title"))`: j doesn't evaluate to the same number of columns for each group Backtrace: ▆ 1. └─sentopics:::get_ECB_press_conferences(years = 1998) at test-others.R:2:3 2. ├─...[] 3. └─data.table::`[.data.table`(...) [ FAIL 1 | WARN 2 | SKIP 1 | PASS 326 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64