R Under development (unstable) (2026-02-23 r89457 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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 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 The following objects are masked from 'package:base': crossprod, tcrossprod [ FAIL 0 | WARN 0 | SKIP 22 | PASS 97 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • On CRAN (22): 'test-hat_values-fit.R:14:1', 'test-hat_values-fit.R:21:1', 'test-hat_values-fit.R:108:1', 'test-hat_values-fit.R:117:1', 'test-hat_values-score.R:1:1', 'test-hat_values-score.R:8:1', 'test-hat_values-score.R:16:1', 'test-isolation-fit.R:3:1', 'test-misc.R:1:1', 'test-pca-fit.R:20:1', 'test-pca-fit.R:27:1', 'test-pca-score.R:1:1', 'test-pca-score.R:8:1', 'test-pca-score.R:16:1', 'test-print.R:1:1', 'test-print.R:33:1', 'test-similarity.R:116:1', 'test-similarity.R:129:1', 'test-similarity.R:147:1', 'test-similarity.R:166:1', 'test-similarity.R:182:1', 'test-similarity.R:198:1' [ FAIL 0 | WARN 0 | SKIP 22 | PASS 97 ] > > proc.time() user system elapsed 5.98 0.78 6.75