CRAN Package Check Results for Maintainer ‘Kenneth Benoit <kbenoit at lse.ac.uk>’

Last updated on 2024-05-02 08:02:26 CEST.

Package ERROR NOTE OK
nsyllable 2 10
quanteda 1 6 6
quanteda.textmodels 9 4
quanteda.textplots 1 12
quanteda.textstats 13
readtext 2 11
spacyr 2 10
stopwords 2 10

Package nsyllable

Current CRAN status: NOTE: 2, OK: 10

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

Package quanteda

Current CRAN status: ERROR: 1, NOTE: 6, OK: 6

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

Version: 4.0.1
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [126s/141s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > Sys.setenv("R_TESTS" = "") > Sys.setenv("_R_CHECK_LENGTH_1_CONDITION_" = TRUE) > > library(testthat) > library(quanteda) Package version: 4.0.1 Unicode version: 15.0 ICU version: 72.1 Parallel computing: 3 of 32 threads used. See https://quanteda.io for tutorials and examples. > > # for strong tests for Matrix deprecations > options(Matrix.warnDeprecatedCoerce = 2) > > ops <- quanteda_options() > quanteda_options(reset = TRUE) > test_check("quanteda") b a c e f g 1 1 0 0 0 0 a c b e f g 1 0 1 0 0 0 [ FAIL 1 | WARN 0 | SKIP 26 | PASS 3099 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • Behaviour changed - consider removing test (1): 'test-tokens.R:120:5' • Different behaviour for convert() v. old as.data.frame.dfm() (1): 'test-as.dfm.R:131:5' • On CRAN (5): 'test-tokens-word4.R:108:5', 'test-tokens-word4.R:347:5', 'test-tokens.R:373:5', 'test-tokens_ngrams.R:105:5', 'test-tokens_xptr.R:1:1' • as.numeric(stringi::stri_info()$Unicode.version) > 10 && as.numeric(stringi::stri_info()$ICU.version) > (1): 'test-tokens.R:1036:5' • dplyr cannot be loaded (1): 'test-corpus.R:281:5' • lda cannot be loaded (1): 'test-convert.R:199:5' • not implemented yet (1): 'test-corpus.R:217:4' • purrr cannot be loaded (1): 'test-dfm.R:429:5' • requires spacyr installation to work (1): 'test-spacyr-methods.R:32:5' • skipping test of option setting when quanteda is not attached (1): 'test-quanteda_options.R:52:5' • stm cannot be loaded (3): 'test-convert.R:6:5', 'test-convert.R:34:5', 'test-convert.R:49:5' • text2vec cannot be loaded (1): 'test-fcm.R:2:5' • the verbose message has been changed (4): 'test-dfm.R:785:5', 'test-tokens-word1.R:24:5', 'test-tokens-word4.R:607:5', 'test-tokens.R:709:5' • tidytext cannot be loaded (1): 'test-as.dictionary.R:63:5' • topicmodels cannot be loaded (1): 'test-convert.R:174:5' • we no longer expect these to be the same (1): 'test-tokens.R:764:5' • whether these pass depends on the platform (1): 'test-tokens-custom.R:17:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-fcm.R:55:5'): fcm works with dfm and tokens in the same way ── diag(as.matrix(fcmat_toks_doc)) not equivalent to diag(as.matrix(fcmat_toks_win_ord)). 2/6 mismatches (average diff: 1) [2] 1 - 0 == 1 [3] 0 - 1 == -1 [ FAIL 1 | WARN 0 | SKIP 26 | PASS 3099 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 4.0.2
Check: installed package size
Result: NOTE installed size is 9.0Mb sub-directories of 1Mb or more: libs 6.5Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package quanteda.textmodels

Current CRAN status: NOTE: 9, OK: 4

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: installed package size
Result: NOTE installed size is 5.3Mb sub-directories of 1Mb or more: data 3.8Mb libs 1.1Mb 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

Package quanteda.textplots

Current CRAN status: ERROR: 1, OK: 12

Version: 0.94.4
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/1s] Running ‘testthat.R’ [28s/30s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > Sys.setenv("R_TESTS" = "") > Sys.setenv("_R_CHECK_LENGTH_1_CONDITION_" = TRUE) > > library("testthat") > library("quanteda") Package version: 4.0.1 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") > library("quanteda.textplots") > quanteda_options(reset = TRUE) > > # Error on Matrix deprecations > options(Matrix.warnDeprecatedCoerce = 2) > > test_check("quanteda.textplots") [ FAIL 1 | WARN 1 | SKIP 8 | PASS 66 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • For interactive visual inspection only (2): 'test-textplot_xray.R:99:5', 'test-textplot_xray.R:152:5' • On CRAN (2): 'test-textplot_wordcloud.R:22:5', 'test-utils.R:4:5' • On Linux (2): 'test-textplot_network.R:36:5', 'test-textplot_network.R:115:5' • until quanteda.textstats is updated (2): 'test-textplot_keyness.R:6:5', 'test-textplot_wordcloud.R:10:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-textplot_network.R:96:5'): as.network.fcm works with window ── network::get.vertex.attribute(net, "frequency") not identical to unname(quanteda.textplots:::get_margin(mat)). 4/6 mismatches (average diff: 1) [2] 3 - 2 == 1 [3] 2 - 3 == -1 [4] 1 - 2 == -1 [6] 2 - 1 == 1 [ FAIL 1 | WARN 1 | SKIP 8 | PASS 66 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Package quanteda.textstats

Current CRAN status: OK: 13

Package readtext

Current CRAN status: NOTE: 2, OK: 11

Version: 0.91
Check: data for non-ASCII characters
Result: NOTE Note: found 1 marked Latin-1 string Note: found 1 marked UTF-8 string Note: found 7 strings marked as "bytes" Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package spacyr

Current CRAN status: NOTE: 2, OK: 10

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

Package stopwords

Current CRAN status: NOTE: 2, OK: 10

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.