R Under development (unstable) (2024-11-01 r87285 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(viralx) > > test_check("viralx") 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 Welcome to DALEX (version: 2.4.3). Find examples and detailed introduction at: http://ema.drwhy.ai/ Additional features will be available after installation of: ggpubr. Use 'install_dependencies()' to get all suggested dependencies Attaching package: 'DALEX' The following object is masked from 'package:dplyr': explain Attaching package: 'purrr' The following object is masked from 'package:testthat': is_null Loading required package: lattice Loading required package: Matrix Loaded glmnet 4.1-8 Attaching package: 'rsample' The following object is masked from 'package:testthat': matches Attaching package: 'kernlab' The following object is masked from 'package:purrr': cross Loading required package: plotrix [ FAIL 0 | WARN 0 | SKIP 17 | PASS 0 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-glob_btree_vis.R:19:3', 'test-glob_cr_vis.R:17:3', 'test-glob_knn_vis.R:15:3', 'test-glob_lr_vis.R:18:3', 'test-glob_nn_vis.R:57:3', 'test-glob_svmp_vis.R:20:3', 'test-viralx_knn.R:8:3', 'test-viralx_knn_glob.R:13:3', 'test-viralx_knn_shap.R:10:3', 'test-viralx_knn_vis.R:10:3', 'test-viralx_mars.R:59:3', 'test-viralx_mars_shap.R:60:3', 'test-viralx_mars_vis.R:61:3', 'test-viralx_nn.R:54:3', 'test-viralx_nn_glob.R:56:3', 'test-viralx_nn_shap.R:55:3', 'test-viralx_nn_vis.R:56:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 0 ] > > proc.time() user system elapsed 154.07 3.85 157.93