CRAN Package Check Results for Package quanteda.textmodels

Last updated on 2024-08-25 08:48:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.7 66.39 213.59 279.98 ERROR
r-devel-linux-x86_64-debian-gcc 0.9.7 41.76 168.24 210.00 ERROR
r-devel-linux-x86_64-fedora-clang 0.9.7 438.99 ERROR
r-devel-linux-x86_64-fedora-gcc 0.9.7 520.35 ERROR
r-devel-windows-x86_64 0.9.7 60.00 250.00 310.00 NOTE
r-patched-linux-x86_64 0.9.7 59.69 214.28 273.97 ERROR
r-release-linux-x86_64 0.9.7 57.88 212.15 270.03 ERROR
r-release-macos-arm64 0.9.7 152.00 NOTE
r-release-macos-x86_64 0.9.7 243.00 NOTE
r-release-windows-x86_64 0.9.7 59.00 263.00 322.00 NOTE
r-oldrel-macos-arm64 0.9.7 155.00 NOTE
r-oldrel-macos-x86_64 0.9.7 369.00 NOTE
r-oldrel-windows-x86_64 0.9.7 72.00 316.00 388.00 NOTE

Additional issues

M1mac noSuggests

Check Details

Version: 0.9.7
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘quanteda.textplots’ 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-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.9.7
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: as.matrix.csr.dfm.Rd: dfm force_conformance.Rd: dfm textmodel_affinity.Rd: dfm, bootstrap_dfm textmodel_ca.Rd: dfm textmodel_lr.Rd: dfm textmodel_lsa.Rd: dfm textmodel_nb.Rd: dfm textmodel_svm.Rd: dfm textmodel_svmlin.Rd: dfm textmodel_wordscores.Rd: dfm Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 0.9.7
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Comparing ‘spelling.Rout’ to ‘spelling.Rout.save’ ...5c5 < NULL --- > All Done! Running ‘testthat.R’ [16s/18s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library("testthat") > library("quanteda") Package version: 4.0.2 Unicode version: 15.0 ICU version: 72.1 Parallel computing: 3 of 32 threads used. See https://quanteda.io for tutorials and examples. > library("quanteda.textmodels") > > # for strong tests for Matrix deprecations > options(Matrix.warnDeprecatedCoerce = 2) > > test_check("quanteda.textmodels") [ FAIL 2 | WARN 0 | SKIP 1 | PASS 252 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • austin cannot be loaded (1): 'test-textmodel_wordfish.R:9:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-textmodel_ca.R:97:5'): ca textplot_scale1d method works ──────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'quanteda.textplots' Backtrace: ▆ 1. └─base::loadNamespace(x) at test-textmodel_ca.R:97:5 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-textmodel_wordscores.R:241:5'): works with different predicted object in different shapes (#1440) ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'quanteda.textplots' Backtrace: ▆ 1. ├─testthat::expect_silent(quanteda.textplots::textplot_scale1d(predict(ws))) at test-textmodel_wordscores.R:241:5 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─base::loadNamespace(x) 10. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 11. └─base (local) withOneRestart(expr, restarts[[1L]]) 12. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 252 ] Error: Test failures Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64

Version: 0.9.7
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Comparing ‘spelling.Rout’ to ‘spelling.Rout.save’ ...5c5 < NULL --- > All Done! Running ‘testthat.R’ [12s/14s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library("testthat") > library("quanteda") Package version: 4.0.2 Unicode version: 15.0 ICU version: 72.1 Parallel computing: 3 of 64 threads used. See https://quanteda.io for tutorials and examples. > library("quanteda.textmodels") > > # for strong tests for Matrix deprecations > options(Matrix.warnDeprecatedCoerce = 2) > > test_check("quanteda.textmodels") [ FAIL 2 | WARN 0 | SKIP 1 | PASS 252 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • austin cannot be loaded (1): 'test-textmodel_wordfish.R:9:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-textmodel_ca.R:97:5'): ca textplot_scale1d method works ──────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'quanteda.textplots' Backtrace: ▆ 1. └─base::loadNamespace(x) at test-textmodel_ca.R:97:5 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-textmodel_wordscores.R:241:5'): works with different predicted object in different shapes (#1440) ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'quanteda.textplots' Backtrace: ▆ 1. ├─testthat::expect_silent(quanteda.textplots::textplot_scale1d(predict(ws))) at test-textmodel_wordscores.R:241:5 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─base::loadNamespace(x) 10. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 11. └─base (local) withOneRestart(expr, restarts[[1L]]) 12. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 252 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

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

Version: 0.9.7
Check: tests
Result: ERROR Running ‘spelling.R’ Comparing ‘spelling.Rout’ to ‘spelling.Rout.save’ ...5c5 < NULL --- > All Done! Running ‘testthat.R’ [27s/28s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library("testthat") > library("quanteda") Package version: 4.0.2 Unicode version: 13.0 ICU version: 69.1 Parallel computing: disabled See https://quanteda.io for tutorials and examples. > library("quanteda.textmodels") > > # for strong tests for Matrix deprecations > options(Matrix.warnDeprecatedCoerce = 2) > > test_check("quanteda.textmodels") [ FAIL 2 | WARN 0 | SKIP 1 | PASS 252 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • austin cannot be loaded (1): 'test-textmodel_wordfish.R:9:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-textmodel_ca.R:97:5'): ca textplot_scale1d method works ──────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'quanteda.textplots' Backtrace: ▆ 1. └─base::loadNamespace(x) at test-textmodel_ca.R:97:5 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-textmodel_wordscores.R:241:5'): works with different predicted object in different shapes (#1440) ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'quanteda.textplots' Backtrace: ▆ 1. ├─testthat::expect_silent(quanteda.textplots::textplot_scale1d(predict(ws))) at test-textmodel_wordscores.R:241:5 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─base::loadNamespace(x) 10. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 11. └─base (local) withOneRestart(expr, restarts[[1L]]) 12. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 252 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.9.7
Check: tests
Result: ERROR Running ‘spelling.R’ Comparing ‘spelling.Rout’ to ‘spelling.Rout.save’ ...5c5 < NULL --- > All Done! Running ‘testthat.R’ [43s/113s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library("testthat") > library("quanteda") Package version: 4.0.2 Unicode version: 13.0 ICU version: 69.1 Parallel computing: disabled See https://quanteda.io for tutorials and examples. > library("quanteda.textmodels") > > # for strong tests for Matrix deprecations > options(Matrix.warnDeprecatedCoerce = 2) > > test_check("quanteda.textmodels") [ FAIL 2 | WARN 0 | SKIP 1 | PASS 252 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • austin cannot be loaded (1): 'test-textmodel_wordfish.R:9:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-textmodel_ca.R:97:5'): ca textplot_scale1d method works ──────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'quanteda.textplots' Backtrace: ▆ 1. └─base::loadNamespace(x) at test-textmodel_ca.R:97:5 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-textmodel_wordscores.R:241:5'): works with different predicted object in different shapes (#1440) ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'quanteda.textplots' Backtrace: ▆ 1. ├─testthat::expect_silent(quanteda.textplots::textplot_scale1d(predict(ws))) at test-textmodel_wordscores.R:241:5 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─base::loadNamespace(x) 10. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 11. └─base (local) withOneRestart(expr, restarts[[1L]]) 12. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 252 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.9.7
Check: installed package size
Result: NOTE installed size is 5.3Mb sub-directories of 1Mb or more: data 3.8Mb libs 1.2Mb Flavors: r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.9.7
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Comparing ‘spelling.Rout’ to ‘spelling.Rout.save’ ...5c5 < NULL --- > All Done! Running ‘testthat.R’ [16s/19s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library("testthat") > library("quanteda") Package version: 4.0.2 Unicode version: 15.0 ICU version: 72.1 Parallel computing: 3 of 32 threads used. See https://quanteda.io for tutorials and examples. > library("quanteda.textmodels") > > # for strong tests for Matrix deprecations > options(Matrix.warnDeprecatedCoerce = 2) > > test_check("quanteda.textmodels") [ FAIL 2 | WARN 0 | SKIP 1 | PASS 252 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • austin cannot be loaded (1): 'test-textmodel_wordfish.R:9:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-textmodel_ca.R:97:5'): ca textplot_scale1d method works ──────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'quanteda.textplots' Backtrace: ▆ 1. └─base::loadNamespace(x) at test-textmodel_ca.R:97:5 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-textmodel_wordscores.R:241:5'): works with different predicted object in different shapes (#1440) ── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'quanteda.textplots' Backtrace: ▆ 1. ├─testthat::expect_silent(quanteda.textplots::textplot_scale1d(predict(ws))) at test-textmodel_wordscores.R:241:5 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─base::loadNamespace(x) 10. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 11. └─base (local) withOneRestart(expr, restarts[[1L]]) 12. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 252 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64