CRAN Package Check Results for Package Boruta

Last updated on 2026-04-23 11:51:03 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 9.0.0 2.13 86.20 88.33 OK
r-devel-linux-x86_64-debian-gcc 9.0.0 1.70 66.73 68.43 OK
r-devel-linux-x86_64-fedora-clang 9.0.0 162.29 ERROR
r-devel-linux-x86_64-fedora-gcc 9.0.0 129.97 ERROR
r-devel-macos-arm64 9.0.0 1.00 34.00 35.00 OK
r-devel-windows-x86_64 9.0.0 4.00 120.00 124.00 OK
r-patched-linux-x86_64 9.0.0 2.60 80.30 82.90 OK
r-release-linux-x86_64 9.0.0 2.23 77.02 79.25 OK
r-release-macos-arm64 9.0.0 OK
r-release-macos-x86_64 9.0.0 2.00 127.00 129.00 OK
r-release-windows-x86_64 9.0.0 3.00 123.00 126.00 OK
r-oldrel-macos-arm64 9.0.0 OK
r-oldrel-macos-x86_64 9.0.0 2.00 143.00 145.00 OK
r-oldrel-windows-x86_64 9.0.0 5.00 129.00 134.00 OK

Additional issues

noSuggests

Check Details

Version: 9.0.0
Check: Rd cross-references
Result: NOTE Unknown package ‘rFerns’ in Rd xrefs Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 9.0.0
Check: examples
Result: ERROR Running examples in ‘Boruta-Ex.R’ failed The error most likely occurred in: > ### Name: Boruta > ### Title: Feature selection with the Boruta algorithm > ### Aliases: Boruta Boruta.default Boruta.formula > > ### ** Examples > > set.seed(777) > > #Boruta on the "small redundant XOR" problem; read ?srx for details > data(srx) > Boruta(Y~.,data=srx)->Boruta.srx > > #Results summary > print(Boruta.srx) Boruta performed 10 iterations in 9.703706 secs. 5 attributes confirmed important: A, AnB, AoB, B, nA; 3 attributes confirmed unimportant: N1, N2, N3; > > #Result plot > plot(Boruta.srx) > > #Attribute statistics > attStats(Boruta.srx) meanImp medianImp minImp maxImp normHits decision A 8.490926 8.416679 7.277217 9.8198587 1 Confirmed B 11.136915 11.024574 10.042626 13.2733371 1 Confirmed N1 -3.143709 -3.332318 -5.227711 -0.6745006 0 Rejected N2 -2.746225 -3.252972 -4.264886 0.8146565 0 Rejected N3 -2.489976 -2.290358 -5.831310 0.2026906 0 Rejected AoB 19.278063 19.342169 18.388549 20.5008351 1 Confirmed AnB 19.841846 19.644744 18.705312 21.0400381 1 Confirmed nA 7.565799 7.546764 5.748988 9.0869701 1 Confirmed > > #Using alternative importance source, rFerns > Boruta(Y~.,data=srx,getImp=getImpFerns)->Boruta.srx.ferns Error in loadNamespace(x) : there is no package called ‘rFerns’ Calls: Boruta ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 9.0.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘inahurry.Rnw’ using Sweave Error: processing vignette 'inahurry.Rnw' failed with diagnostics: chunk 6 (label = BorutaFe) Error in library(rFerns) : there is no package called ‘rFerns’ --- failed re-building ‘inahurry.Rnw’ --- re-building ‘transdapters.Rnw’ using Sweave --- finished re-building ‘transdapters.Rnw’ SUMMARY: processing the following file failed: ‘inahurry.Rnw’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 9.0.0
Check: examples
Result: ERROR Running examples in ‘Boruta-Ex.R’ failed The error most likely occurred in: > ### Name: Boruta > ### Title: Feature selection with the Boruta algorithm > ### Aliases: Boruta Boruta.default Boruta.formula > > ### ** Examples > > set.seed(777) > > #Boruta on the "small redundant XOR" problem; read ?srx for details > data(srx) > Boruta(Y~.,data=srx)->Boruta.srx > > #Results summary > print(Boruta.srx) Boruta performed 10 iterations in 3.18579 secs. 5 attributes confirmed important: A, AnB, AoB, B, nA; 3 attributes confirmed unimportant: N1, N2, N3; > > #Result plot > plot(Boruta.srx) > > #Attribute statistics > attStats(Boruta.srx) meanImp medianImp minImp maxImp normHits decision A 7.667149 7.583158 6.677365 8.6579252 1 Confirmed B 10.779763 10.860097 8.408759 11.9837363 1 Confirmed N1 -3.379851 -3.607149 -4.923903 -1.5208474 0 Rejected N2 -3.161703 -2.886254 -4.749728 -1.3674759 0 Rejected N3 -3.082367 -2.983046 -5.357544 -0.9927577 0 Rejected AoB 19.627575 19.824120 18.374182 20.4073383 1 Confirmed AnB 20.000203 20.068758 18.638683 21.0858083 1 Confirmed nA 7.743852 7.710609 6.321167 9.0972147 1 Confirmed > > #Using alternative importance source, rFerns > Boruta(Y~.,data=srx,getImp=getImpFerns)->Boruta.srx.ferns Error in loadNamespace(x) : there is no package called ‘rFerns’ Calls: Boruta ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc