R Under development (unstable) (2023-08-12 r84939 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(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 84 | PASS 231 ] ══ Skipped tests (84) ══════════════════════════════════════════════════════════ • On CRAN (83): '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:12:3', 'test-embed.R:82:3', 'test-embed.R:150:3', 'test-embed.R:219:3', 'test-embed.R:287:3', 'test-embed.R:303:3', 'test-embed.R:336:3', 'test-embed.R:357:3', 'test-embed.R:402:3', 'test-embed.R:433:3', 'test-embed.R:452: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:85:3', 'test-lencode_bayes.R:153:3', 'test-lencode_bayes.R:224:3', 'test-lencode_bayes.R:292:3', 'test-lencode_bayes.R:364:3', 'test-lencode_bayes.R:428:3', 'test-lencode_bayes.R:476: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:11:3', 'test-lencode_mixed.R:127:3', 'test-lencode_mixed.R:243:3', 'test-lencode_mixed.R:277:3', 'test-lencode_mixed.R:302:3', 'test-lencode_mixed.R:346: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:196:3', 'test-umap.R:240:3', 'test-umap.R:310:3', 'test-umap.R:324: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' • is.null(tensorflow::tf_version()) is TRUE (1): 'test-feature_hash.R:252:3' [ FAIL 0 | WARN 0 | SKIP 84 | PASS 231 ] > > proc.time() user system elapsed 71.17 1.40 78.79