Last updated on 2016-03-07 23:47:17.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.2 | 20.64 | 73.29 | 93.92 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2 | 193.44 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2 | 185.50 | OK | |||
r-devel-osx-x86_64-clang | 0.2 | 193.13 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2 | 85.00 | 207.00 | 292.00 | OK | |
r-patched-linux-x86_64 | 0.2 | 21.14 | 79.69 | 100.83 | OK | |
r-patched-solaris-sparc | 0.2 | 1059.70 | ERROR | |||
r-patched-solaris-x86 | 0.2 | 233.20 | ERROR | |||
r-release-linux-x86_64 | 0.2 | 21.72 | 78.86 | 100.58 | OK | |
r-release-osx-x86_64-mavericks | 0.2 | OK | ||||
r-release-windows-ix86+x86_64 | 0.2 | 96.00 | 335.00 | 431.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 0.2 | 106.00 | 380.00 | 486.00 | OK |
Version: 0.2
Check: examples
Result: ERROR
Running examples in ‘Biocomb-Ex.R’ failed
The error most likely occurred in:
> ### Name: Biocomb-package
> ### Title: Tools for Data Mining
> ### Aliases: Biocomb-package Biocomb
> ### Keywords: package feature selection classification information gain
> ### Relative cost curves HUM roc auc
>
> ### ** Examples
>
> data(data_test)
> # class label must be factor
> data_test[,ncol(data_test)]<-as.factor(data_test[,ncol(data_test)])
>
> # Perform the feature selection using the fast correlation-based filter algorithm
> disc="MDL"
> threshold=0.2
> attrs.nominal=numeric()
> out=select.fast.filter(data_test,disc.method=disc,threshold=threshold,
+ attrs.nominal=attrs.nominal)
Flavors: r-patched-solaris-sparc, r-patched-solaris-x86