R Under development (unstable) (2023-10-17 r85341 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. > library(testthat) > library(textrecipes) Loading required package: recipes Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Attaching package: 'recipes' The following object is masked from 'package:stats': step > > test_check("textrecipes") 'as(, "dgCMatrix")' is deprecated. Use 'as(., "CsparseMatrix")' instead. See help("Deprecated") and help("Matrix-deprecated"). Attaching package: 'vctrs' The following object is masked from 'package:tibble': data_frame The following object is masked from 'package:dplyr': data_frame [ FAIL 0 | WARN 0 | SKIP 99 | PASS 392 ] ══ Skipped tests (99) ══════════════════════════════════════════════════════════ • On CRAN (99): 'test-clean_levels.R:90:3', 'test-clean_levels.R:127:3', 'test-clean_names.R:55:3', 'test-clean_names.R:92:3', 'test-dummy_hash.R:110:3', 'test-dummy_hash.R:151:3', 'test-dummy_hash.R:230:3', 'test-dummy_hash.R:249:3', 'test-extension_check.R:2:3', 'test-lda.R:58:3', 'test-lda.R:94:3', 'test-lda.R:174:3', 'test-lda.R:194:3', 'test-lemma.R:13:3', 'test-lemma.R:46:3', 'test-lemma.R:55:3', 'test-lemma.R:80:3', 'test-lemma.R:114:3', 'test-ngram.R:28:3', 'test-ngram.R:279:3', 'test-ngram.R:317:3', 'test-pos_filter.R:13:3', 'test-pos_filter.R:38:3', 'test-pos_filter.R:63:3', 'test-pos_filter.R:92:3', 'test-pos_filter.R:101:3', 'test-pos_filter.R:126:3', 'test-pos_filter.R:160:3', 'test-sequence_onehot.R:97:3', 'test-sequence_onehot.R:131:3', 'test-sequence_onehot.R:163:3', 'test-sequence_onehot.R:236:3', 'test-sequence_onehot.R:252:3', 'test-stem.R:100:3', 'test-stem.R:142:3', 'test-stopwords.R:105:3', 'test-stopwords.R:149:3', 'test-text_normalization.R:41:3', 'test-text_normalization.R:83:3', 'test-textfeature.R:52:3', 'test-textfeature.R:77:3', 'test-textfeature.R:103:3', 'test-textfeature.R:180:3', 'test-textfeature.R:225:3', 'test-textfeature.R:241:3', 'test-texthash.R:90:3', 'test-texthash.R:137:3', 'test-texthash.R:214:3', 'test-texthash.R:233:3', 'test-tf.R:125:3', 'test-tf.R:172:3', 'test-tf.R:245:3', 'test-tf.R:260:3', 'test-tfidf.R:76:3', 'test-tfidf.R:114:3', 'test-tfidf.R:155:3', 'test-tfidf.R:234:3', 'test-tfidf.R:249:3', 'test-tokenfilter.R:18:3', 'test-tokenfilter.R:42:3', 'test-tokenfilter.R:82:3', 'test-tokenfilter.R:161:3', 'test-tokenfilter.R:199:3', 'test-tokenize.R:45:3', 'test-tokenize.R:95:3', 'test-tokenize.R:104:3', 'test-tokenize.R:164:3', 'test-tokenize.R:201:3', 'test-tokenize_bpe.R:124:3', 'test-tokenize_bpe.R:168:3', 'test-tokenize_bpe.R:205:3', 'test-tokenize_sentencepiece.R:114:3', 'test-tokenize_sentencepiece.R:142:3', 'test-tokenize_sentencepiece.R:179:3', 'test-tokenize_wordpiece.R:82:3', 'test-tokenize_wordpiece.R:119:3', 'test-tokenizer-spacyr.R:12:3', 'test-tokenizer-tokenizersbpe.R:76:3', 'test-tokenizer-tokenizersbpe.R:155:3', 'test-tokenlist.R:112:3', 'test-tokenlist.R:124:3', 'test-tokenlist.R:143:3', 'test-tokenlist.R:155:3', 'test-tokenlist.R:223:3', 'test-tokenlist.R:303:3', 'test-tokenlist.R:371:3', 'test-tokenlist.R:421:3', 'test-tokenlist.R:525:3', 'test-tokenmerge.R:50:3', 'test-tokenmerge.R:64:3', 'test-tokenmerge.R:95:3', 'test-tokenmerge.R:163:3', 'test-tokenmerge.R:178:3', 'test-untokenize.R:92:3', 'test-untokenize.R:130:3', 'test-word_embeddings.R:156:3', 'test-word_embeddings.R:300:3', 'test-word_embeddings.R:378:3', 'test-word_embeddings.R:389:3' [ FAIL 0 | WARN 0 | SKIP 99 | PASS 392 ] > > proc.time() user system elapsed 23.28 1.23 24.57