R Under development (unstable) (2026-02-10 r89394 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > library(testthat) > library(text2map) Loading required package: Matrix > options(useFancyQuotes = FALSE) > > test_check("text2map") [ FAIL 0 | WARN 0 | SKIP 22 | PASS 438 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test-utils-perm.R:3:5', 'test-utils-perm.R:24:3', 'test-utils-perm.R:134:3', 'test-utils-perm.R:187:3', 'test-x-nocran-dtm-pkgs.R:9:3', 'test-x-nocran-dtm-pkgs.R:50:3', 'test-x-nocran-dtm-pkgs.R:97:3', 'test-x-nocran-dtm-pkgs.R:118:3', 'test-x-nocran-dtm-pkgs.R:136:3', 'test-x-nocran-dtm-pkgs.R:154:3', 'test-x-nocran-dtm-pkgs.R:186:3', 'test-x-nocran-dtm-pkgs.R:219:3', 'test-x-nocran-dtm-pkgs.R:251:3', 'test-y-nocran-CoCA.R:3:3', 'test-y-nocran-CoCA.R:32:3', 'test-y-nocran-CoCA.R:91:3', 'test-y-nocran-CoCA.R:154:3', 'test-y-nocran-CoCA.R:173:3', 'test-z-nocran-CMDist-parallel.R:4:5', 'test-z-nocran-CMDist-parallel.R:87:5', 'test-z-nocran-CMDist-parallel.R:116:5', 'test-z-nocran-CMDist-parallel.R:185:5' [ FAIL 0 | WARN 0 | SKIP 22 | PASS 438 ] > > proc.time() user system elapsed 8.35 0.82 9.18