R Under development (unstable) (2024-09-30 r87204 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. > if( + require(testthat) && + require(FSelectorRcpp) && + require(Matrix) && + require(Rcpp) && + require(RcppArmadillo) && + require(dplyr) && + require(entropy) && + require(lintr) + ) { + test_check("FSelectorRcpp") + } Loading required package: testthat Loading required package: FSelectorRcpp Loading required package: Matrix Loading required package: Rcpp Loading required package: RcppArmadillo 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 Loading required package: entropy Attaching package: 'entropy' The following object is masked from 'package:FSelectorRcpp': discretize Loading required package: lintr [ FAIL 0 | WARN 0 | SKIP 2 | PASS 136 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-param-search.R:9:3' • due to behaviour change in FSelector information.gain (1): 'test-information_gain.R:46:5' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 136 ] > > > proc.time() user system elapsed 10.15 2.09 10.48