R Under development (unstable) (2024-08-17 r87027 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(rmcfs) Loading required package: rJava ####################### # rmcfs version 1.3.6 # ####################### If used please cite the following paper: M. Draminski, J. Koronacki (2018), rmcfs: An R Package for Monte Carlo Feature Selection and Interdependency Discovery, Journal of Statistical Software, vol 85(12), 1-28, doi:10.18637/jss.v085.i12. > test_check("rmcfs") [ FAIL 0 | WARN 0 | SKIP 8 | PASS 0 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-io.R:7:3', 'test-man.build.idgraph.R:5:3', 'test-man.mcfs.R:5:3', 'test-man.plot.idgraph.R:5:3', 'test-mcfs.M5.R:7:3', 'test-mcfs.R:7:3', 'test-mcfs.R:36:3', 'test-mcfs.mode2.R:7:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 0 ] > > proc.time() user system elapsed 2.01 0.51 2.50