R Under development (unstable) (2024-04-23 r86473 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(applicable) Loading required package: ggplot2 > > test_check("applicable") 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 Attaching package: 'proxyC' The following object is masked from 'package:stats': dist [ FAIL 0 | WARN 0 | SKIP 22 | PASS 93 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test-hat_values-fit.R:16:3', 'test-hat_values-fit.R:22:3', 'test-hat_values-fit.R:112:3', 'test-hat_values-fit.R:124:3', 'test-hat_values-score.R:2:3', 'test-hat_values-score.R:9:3', 'test-hat_values-score.R:17:3', 'test-isolation-fit.R:38:3', 'test-misc.R:3:3', 'test-pca-fit.R:22:3', 'test-pca-fit.R:28:3', 'test-pca-score.R:2:3', 'test-pca-score.R:9:3', 'test-pca-score.R:17:3', 'test-print.R:4:3', 'test-print.R:36:3', 'test-similarity.R:117:3', 'test-similarity.R:128:3', 'test-similarity.R:147:3', 'test-similarity.R:171:3', 'test-similarity.R:186:3', 'test-similarity.R:202:3' [ FAIL 0 | WARN 0 | SKIP 22 | PASS 93 ] > > proc.time() user system elapsed 6.60 0.65 7.26