R Under development (unstable) (2024-08-26 r87056 ucrt) -- "Unsuffered Consequences" 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.3 Unicode version: 15.1 ICU version: 74.1 Parallel computing: 2 of 48 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 0 | WARN 1 | SKIP 6 | PASS 74 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • 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' • until quanteda.textstats is updated (2): 'test-textplot_keyness.R:6:5', 'test-textplot_wordcloud.R:10:5' [ FAIL 0 | WARN 1 | SKIP 6 | PASS 74 ] > > proc.time() user system elapsed 17.98 1.51 19.42