CRAN Package Check Results for Package RKEEL

Last updated on 2018-03-21 07:48:45 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.22 54.73 463.73 518.46 WARN
r-devel-linux-x86_64-debian-gcc 1.1.22 53.32 333.92 387.24 WARN
r-devel-linux-x86_64-fedora-clang 1.1.22 639.78 WARN
r-devel-linux-x86_64-fedora-gcc 1.1.22 630.76 WARN
r-devel-windows-ix86+x86_64 1.1.22 97.00 385.00 482.00 WARN
r-patched-linux-x86_64 1.1.22 3.99 476.04 480.03 OK
r-patched-solaris-x86 1.1.22 115.20 ERROR
r-release-linux-x86_64 1.1.22 4.14 467.69 471.83 OK
r-release-windows-ix86+x86_64 1.1.22 18.00 419.00 437.00 OK
r-release-osx-x86_64 1.1.22 NOTE
r-oldrel-windows-ix86+x86_64 1.1.22 8.00 413.00 421.00 OK
r-oldrel-osx-x86_64 1.1.22 ERROR

Check Details

Version: 1.1.22
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: possible error in 'write(self$rules, file = paste0(fileName, ': unused argument (col.names = NA)
    See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/RKEEL.Rcheck/00install.out’ for details.
    Information on the location(s) of code generating the ‘Note’s can be
    obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
    to ‘yes’.
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.1.22
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: possible error in 'write(self$rules, file = paste0(fileName, ': unused argument (col.names = NA)
    See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/RKEEL.Rcheck/00install.out’ for details.
    Information on the location(s) of code generating the ‘Note’s can be
    obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
    to ‘yes’.
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.22
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: possible error in 'write(self$rules, file = paste0(fileName, ': unused argument (col.names = NA)
    See ‘/data/gannet/ripley/R/packages/tests-clang/RKEEL.Rcheck/00install.out’ for details.
    Information on the location(s) of code generating the ‘Note’s can be
    obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
    to ‘yes’.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.22
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘Matrix’ ‘arules’ ‘pmml’ ‘rJava’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 1.1.22
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: possible error in 'write(self$rules, file = paste0(fileName, ': unused argument (col.names = NA)
    See ‘/data/gannet/ripley/R/packages/tests-devel/RKEEL.Rcheck/00install.out’ for details.
    Information on the location(s) of code generating the ‘Note’s can be
    obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
    to ‘yes’.
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1.22
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: possible error in 'write(self$rules, file = paste0(fileName, ': unused argument (col.names = NA)
    See 'd:/Rcompile/CRANpkg/local/3.5/RKEEL.Rcheck/00install.out' for details.
    Information on the location(s) of code generating the 'Note's can be
    obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
    to 'yes'.
Flavor: r-devel-windows-ix86+x86_64

Version: 1.1.22
Check: examples
Result: ERROR
    Running examples in ‘RKEEL-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: Alatasetal_A
    > ### Title: Alatasetal_A KEEL Association Rules Algorithm
    > ### Aliases: Alatasetal_A R6_Alatasetal_A
    > ### Keywords: association rules
    >
    > ### ** Examples
    >
    >
    > #Load KEEL dataset iris
    > dat<-loadKeelDataset("iris")
    /home/ripley/R/Lib32/RKEELdata/datasets/>
    > #Create algorithm
    > algorithm <- Alatasetal_A(dat)
    >
    > #Run algorithm
    > algorithm$run()
    Executing algorithm...
    java -jar RunKeel.jar/tmp/RtmpmtaqWW/experiment_2018-03-17_02-12-062656/results/KEELToPMML/TSTAlatasetal_A/result0s0file0.pmml
    Error! Error in private$readOutputs(paste0(private$mainPath, "/results/KEELToPMML/TST", : Results were not stored. Execution error.
    >
    > #Rules in format arules
    > algorithm$rules
    NULL
    >
    > #Show a number of rules
    > algorithm$showRules(2)
    Error! Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘inspect’ for signature ‘"NULL"’
    >
    > #Return a data.frame with all interest measures of set rules
    > algorithm$getInterestMeasures()
    Error in (function (classes, fdef, mtable) :
     unable to find an inherited method for function ‘quality’ for signature ‘"NULL"’
    Calls: <Anonymous> -> <Anonymous> -> <Anonymous>
    Execution halted
Flavor: r-patched-solaris-x86

Version: 1.1.22
Check: examples
Result: ERROR
    Running examples in ‘RKEEL-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: Alatasetal_A
    > ### Title: Alatasetal_A KEEL Association Rules Algorithm
    > ### Aliases: Alatasetal_A R6_Alatasetal_A
    > ### Keywords: association rules
    >
    > ### ** Examples
    >
    >
    > #Load KEEL dataset iris
    > dat<-loadKeelDataset("iris")
    /Builds/CRAN-QA-Simon/packages/mavericks-x86_64/Rlib/3.3/RKEELdata/datasets/>
    > #Create algorithm
    > algorithm <- Alatasetal_A(dat)
    >
    > #Run algorithm
    > algorithm$run()
    Executing algorithm...
    java -jar RunKeel.jarException in thread "main" java.lang.UnsupportedClassVersionError: keel/RunKeelTxt/runkeeltxt : Unsupported major.minor version 51.0
     at java.lang.ClassLoader.defineClass1(Native Method)
     at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
     at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
     at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
     at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
     at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    /tmp/Rtmp67x0D6/experiment_2018-01-10_13-27-482656/results/KEELToPMML/TSTAlatasetal_A/result0s0file0.pmml
    Error! Error in private$readOutputs(paste0(private$mainPath, "/results/KEELToPMML/TST", : Results were not stored. Execution error.
    >
    > #Rules in format arules
    > algorithm$rules
    NULL
    >
    > #Show a number of rules
    > algorithm$showRules(2)
    Error! Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘inspect’ for signature ‘"NULL"’
    >
    > #Return a data.frame with all interest measures of set rules
    > algorithm$getInterestMeasures()
    Error in (function (classes, fdef, mtable) :
     unable to find an inherited method for function ‘quality’ for signature ‘"NULL"’
    Calls: <Anonymous> -> <Anonymous> -> <Anonymous>
    Execution halted
Flavor: r-oldrel-osx-x86_64