Last updated on 2026-04-25 00:50:28 CEST.
| Package | ERROR | OK |
|---|---|---|
| Boruta | 1 | 11 |
Current CRAN status: ERROR: 1, OK: 11
Version: 9.0.0
Check: examples
Result: ERROR
Running examples in ‘Boruta-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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 2.12652 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-debian-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
Flavor: r-devel-linux-x86_64-debian-clang