R Under development (unstable) (2023-12-04 r85659 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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" = "") > > library("testthat") > library("spacyr") > > test_check("spacyr") [ FAIL 0 | WARN 0 | SKIP 48 | PASS 0 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • On CRAN (48): 'test-1-spacy_initialize.R:5:3', 'test-2-spacy_parse.R:5:5', 'test-2-spacy_parse.R:38:5', 'test-2-spacy_parse.R:69:5', 'test-2-spacy_parse.R:92:5', 'test-2-spacy_parse.R:112:5', 'test-2-spacy_parse.R:140:5', 'test-2-spacy_parse.R:165:5', 'test-3-spacy_tokenize.R:5:3', 'test-3-spacy_tokenize.R:31:3', 'test-3-spacy_tokenize.R:54:3', 'test-3-spacy_tokenize.R:73:3', 'test-3-spacy_tokenize.R:89:3', 'test-3-spacy_tokenize.R:108:3', 'test-3-spacy_tokenize.R:128:3', 'test-3-spacy_tokenize.R:140:3', 'test-3-spacy_tokenize.R:160:3', 'test-3-spacy_tokenize.R:180:3', 'test-3-spacy_tokenize.R:202:3', 'test-3-spacy_tokenize.R:213:3', 'test-3-spacy_tokenize.R:226:3', 'test-4-entity-functions.R:5:3', 'test-4-entity-functions.R:28:3', 'test-4-entity-functions.R:46:3', 'test-4-entity-functions.R:67:3', 'test-4-entity-functions.R:91:3', 'test-4-entity-functions.R:110:3', 'test-4-entity-functions.R:154:3', 'test-4-entity-functions.R:199:3', 'test-4-entity-functions.R:224:3', 'test-5-nounphrase-functions.R:5:3', 'test-5-nounphrase-functions.R:41:3', 'test-5-nounphrase-functions.R:58:3', 'test-5-nounphrase-functions.R:86:3', 'test-5-nounphrase-functions.R:114:3', 'test-5-nounphrase-functions.R:134:3', 'test-5-nounphrase-functions.R:160:3', 'test-5-nounphrase-functions.R:179:3', 'test-5-nounphrase-functions.R:208:3', 'test-5-nounphrase-functions.R:231:3', 'test-5-nounphrase-functions.R:254:3', 'test-5-nounphrase-functions.R:281:3', 'test-6-quanteda-methods.R:5:5', 'test-7-spacy-install.R:7:3', 'test-7-spacy-install.R:20:3', 'test-7-spacy-install.R:33:3', 'test-7-spacy-install.R:50:3', 'test-7-spacy-install.R:64:3' [ FAIL 0 | WARN 0 | SKIP 48 | PASS 0 ] > > proc.time() user system elapsed 1.25 0.23 1.46