R Under development (unstable) (2024-03-11 r86098 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. > library(testthat) > library(text2map) Loading required package: Matrix > options(useFancyQuotes = FALSE) > > test_check("text2map") Loading required package: tm Loading required package: NLP Loading required package: quanteda Package version: 3.3.1 Unicode version: 15.1 ICU version: 74.1 Parallel computing: 2 of 96 threads used. See https://quanteda.io for tutorials and examples. Attaching package: 'quanteda' The following object is masked from 'package:tm': stopwords The following objects are masked from 'package:NLP': meta, meta<- [ FAIL 0 | WARN 0 | SKIP 12 | PASS 454 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-CMDist-d-parallel.R:5:5', 'test-CMDist-d-parallel.R:81:5', 'test-CMDist-d-parallel.R:110:5', 'test-CMDist-d-parallel.R:170:5', 'test-CoCA.R:3:3', 'test-CoCA.R:31:3', 'test-CoCA.R:128:3', 'test-CoCA.R:147:3', 'test-utils-perm.R:3:5', 'test-utils-perm.R:24:3', 'test-utils-perm.R:134:3', 'test-utils-perm.R:187:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 454 ] > > proc.time() user system elapsed 4.48 0.62 5.09