Last updated on 2020-03-19 05:48:07 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9 | 4.24 | 49.20 | 53.44 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9 | 3.72 | 38.68 | 42.40 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9 | 62.56 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9 | 63.41 | OK | |||
r-devel-windows-ix86+x86_64 | 0.9 | 11.00 | 84.00 | 95.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.9 | 11.00 | 58.00 | 69.00 | OK | |
r-patched-linux-x86_64 | 0.9 | 3.66 | 44.49 | 48.15 | OK | |
r-patched-solaris-x86 | 0.9 | 92.90 | ERROR | |||
r-release-linux-x86_64 | 0.9 | 4.27 | 45.12 | 49.39 | OK | |
r-release-windows-ix86+x86_64 | 0.9 | 13.00 | 80.00 | 93.00 | OK | |
r-release-osx-x86_64 | 0.9 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.9 | 5.00 | 57.00 | 62.00 | OK | |
r-oldrel-osx-x86_64 | 0.9 | OK |
Version: 0.9
Check: examples
Result: ERROR
Running examples in ‘rsubgroup-Ex.R’ failed
The error most likely occurred in:
> ### Name: CreateSDTask
> ### Title: Creates a Subgroup Discovery Task
> ### Aliases: CreateSDTask
> ### Keywords: subgroup task
>
> ### ** Examples
>
> # creating a task
> data(credit.data)
>
> # task with binary target
> task <- CreateSDTask(credit.data, as.target("class", "good"))
Error in .jnew("org/vikamine/kernel/xpdl/ARFFAsStringDatasetProvider", :
java.lang.UnsupportedClassVersionError: org/vikamine/kernel/xpdl/ARFFAsStringDatasetProvider : Unsupported major.minor version 52.0
Calls: CreateSDTask ... .CreateARFFProvider -> .CreateARFFProvider -> .jnew
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.9
Check: tests
Result: ERROR
Running ‘test.R’
Running the tests in ‘tests/test.R’ failed.
Complete output:
> ###############################################################################
> # rsubgroup package R classes
> #
> # This file is part of the rsubgroup package.
> # Copyright (C) 2011-2019 by Martin Atzmueller
> #
> # This program is free software: you can redistribute it and/or modify
> # it under the terms of the GNU General Public License as published by
> # the Free Software Foundation, either version 3 of the License, or
> # (at your option) any later version.
>
> # This program is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY; without even the implied warranty of
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU General Public License for more details.
> #
> # You should have received a copy of the GNU General Public License
> # along with this program. If not, see <http://www.gnu.org/licenses/>.
> #
> # Contact: Martin Atzmueller (martin@atzmueller.net)
> ###############################################################################
> library(rJava)
>
> .jinit()
> jv <- .jcall("java/lang/System", "S", "getProperty", "java.runtime.version")
> if(substr(jv, 1L, 1L) == "1") {
+ jvn <- as.numeric(paste0(strsplit(jv, "[.]")[[1L]][1:2], collapse = "."))
+ if(jvn < 1.8) stop("Java 8 is needed for this package but not available")
+ }
Error: Java 8 is needed for this package but not available
Execution halted
Flavor: r-patched-solaris-x86