R Under development (unstable) (2025-01-07 r87537 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > Sys.setenv("R_TESTS" = "") > Sys.setenv("_R_CHECK_LENGTH_1_CONDITION_" = TRUE) > > library(testthat) > library(quanteda) Package version: 4.2.0 Unicode version: 15.1 ICU version: 74.1 Parallel computing: 2 of 48 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") [ FAIL 0 | WARN 0 | SKIP 29 | PASS 3146 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • 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:351:5', 'test-tokens.R:373:5', 'test-tokens_ngrams.R:113:5', 'test-tokens_xptr.R:1:1' • On Windows (2): 'test-corpus_segment.R:83:5', 'test-dictionaries.R:74:3' • as.numeric(stringi::stri_info()$Unicode.version) > 10 && as.numeric(stringi::stri_info()$ICU.version) > (1): 'test-tokens.R:1043:5' • not implemented yet (1): 'test-corpus.R:217:4' • 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' • the verbose message has been changed (4): 'test-dfm.R:785:5', 'test-tokens-word1.R:24:5', 'test-tokens-word4.R:611:5', 'test-tokens.R:709: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' • {dplyr} is not installed (1): 'test-corpus.R:281:5' • {lda} is not installed (1): 'test-convert.R:199:5' • {purrr} is not installed (1): 'test-dfm.R:429:5' • {stm} is not installed (3): 'test-convert.R:6:5', 'test-convert.R:34:5', 'test-convert.R:49:5' • {text2vec} is not installed (1): 'test-fcm.R:2:5' • {tibble} is not installed (1): 'test-corpus.R:268:5' • {tidytext} is not installed (1): 'test-as.dictionary.R:63:5' • {topicmodels} is not installed (1): 'test-convert.R:174:5' [ FAIL 0 | WARN 0 | SKIP 29 | PASS 3146 ] > quanteda_options(ops) > > > proc.time() user system elapsed 77.43 5.14 82.06