Last updated on 2017-07-17 17:47:43.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3 | 26.18 | 102.23 | 128.41 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3 | 27.97 | 97.84 | 125.81 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3 | 312.86 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3 | 310.10 | OK | |||
| r-devel-windows-ix86+x86_64 | 0.3 | 81.00 | 223.00 | 304.00 | OK | |
| r-patched-linux-x86_64 | 0.3 | 28.41 | 99.46 | 127.87 | OK | |
| r-patched-solaris-x86 | 0.3 | 306.50 | OK | |||
| r-release-linux-x86_64 | 0.3 | 44.31 | 104.55 | 148.86 | OK | |
| r-release-windows-ix86+x86_64 | 0.3 | 84.00 | 242.00 | 326.00 | OK | |
| r-release-osx-x86_64 | 0.3 | OK | ||||
| r-oldrel-windows-ix86+x86_64 | 0.3 | 80.00 | 229.00 | 309.00 | OK | |
| r-oldrel-osx-x86_64 | 0.3 | ERROR |
Version: 0.3
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)
Error in .jnew("weka/core/Attribute", attname[i], .jcast(levels, "java/util/List")) :
java.lang.UnsupportedClassVersionError: weka/core/Attribute : Unsupported major.minor version 51.0
Calls: select.fast.filter ... read_model_frame_into_Weka -> read_data_into_Weka -> .jnew -> .External
Execution halted
Flavor: r-oldrel-osx-x86_64