R version 4.4.0 alpha (2024-03-26 r86209 ucrt) Copyright (C) 2024 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.0.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 19 | PASS 3114 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • 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' • 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:1036: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:607: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' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 3114 ] > quanteda_options(ops) > > > proc.time() user system elapsed 75.18 4.48 79.37