R Under development (unstable) (2024-03-19 r86153 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(embed) 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("embed") boundary (singular) fit: see help('isSingular') boundary (singular) fit: see help('isSingular') [ FAIL 0 | WARN 0 | SKIP 91 | PASS 220 ] ══ Skipped tests (91) ══════════════════════════════════════════════════════════ • Installed irlba is version 2.3.5.1; but 2.3.5.2 is required (10): 'test-umap.R:12:3', 'test-umap.R:58:3', 'test-umap.R:104:3', 'test-umap.R:153:3', 'test-umap.R:198:3', 'test-umap.R:231:3', 'test-umap.R:251:3', 'test-umap.R:304:3', 'test-umap.R:336:3', 'test-umap.R:354:3' • On CRAN (80): 'test-collapse_cart.R:132:3', 'test-collapse_cart.R:172:3', 'test-collapse_stringdist.R:225:3', 'test-collapse_stringdist.R:267:3', 'test-discretize_cart.R:35:3', 'test-discretize_cart.R:65:3', 'test-discretize_cart.R:80:3', 'test-discretize_cart.R:101:3', 'test-discretize_cart.R:125:3', 'test-discretize_cart.R:148:3', 'test-discretize_cart.R:174:3', 'test-discretize_cart.R:235:3', 'test-discretize_cart.R:272:3', 'test-discretize_xgb.R:4:1', 'test-embed.R:8:3', 'test-embed.R:79:3', 'test-embed.R:148:3', 'test-embed.R:218:3', 'test-embed.R:287:3', 'test-embed.R:304:3', 'test-embed.R:338:3', 'test-embed.R:360:3', 'test-embed.R:406:3', 'test-embed.R:438:3', 'test-embed.R:458:3', 'test-extension_check.R:2:3', 'test-feature_hash.R:5:3', 'test-feature_hash.R:57:3', 'test-feature_hash.R:109:3', 'test-feature_hash.R:129:3', 'test-feature_hash.R:147:3', 'test-feature_hash.R:163:3', 'test-feature_hash.R:181:3', 'test-feature_hash.R:199:3', 'test-feature_hash.R:230:3', 'test-lencode_bayes.R:16:3', 'test-lencode_bayes.R:86:3', 'test-lencode_bayes.R:156:3', 'test-lencode_bayes.R:229:3', 'test-lencode_bayes.R:299:3', 'test-lencode_bayes.R:372:3', 'test-lencode_bayes.R:438:3', 'test-lencode_bayes.R:487:3', 'test-lencode_glm.R:10:3', 'test-lencode_glm.R:66:3', 'test-lencode_glm.R:124:3', 'test-lencode_glm.R:236:3', 'test-lencode_glm.R:266:3', 'test-lencode_glm.R:289:3', 'test-lencode_glm.R:331:3', 'test-lencode_mixed.R:13:3', 'test-lencode_mixed.R:133:3', 'test-lencode_mixed.R:253:3', 'test-lencode_mixed.R:288:3', 'test-lencode_mixed.R:314:3', 'test-lencode_mixed.R:359:3', 'test-pca_sparse.R:49:3', 'test-pca_sparse.R:75:3', 'test-pca_sparse.R:144:3', 'test-pca_sparse.R:230:3', 'test-pca_sparse.R:246:3', 'test-pca_sparse_bayes.R:54:3', 'test-pca_sparse_bayes.R:81:3', 'test-pca_sparse_bayes.R:153:3', 'test-pca_sparse_bayes.R:239:3', 'test-pca_sparse_bayes.R:263:3', 'test-pca_truncated.R:68:3', 'test-pca_truncated.R:120:3', 'test-pca_truncated.R:206:3', 'test-pca_truncated.R:220:3', 'test-umap.R:270:3', 'test-woe.R:15:3', 'test-woe.R:22:3', 'test-woe.R:108:3', 'test-woe.R:139:3', 'test-woe.R:169:3', 'test-woe.R:227:3', 'test-woe.R:294:3', 'test-woe.R:375:3', 'test-woe.R:392:3' • keras cannot be loaded (1): 'test-feature_hash.R:251:3' [ FAIL 0 | WARN 0 | SKIP 91 | PASS 220 ] > > proc.time() user system elapsed 87.03 2.51 119.95