- using R version 3.0.1 Patched (2013-05-22 r62772)
- using platform: i386-pc-solaris2.10 (32-bit)
- using session charset: UTF-8
- checking for file ‘CORElearn/DESCRIPTION’ ... OK
- this is package ‘CORElearn’ version ‘0.9.41’
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘CORElearn’ can be installed ... OK
- checking installed package size ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... NOTE
File
LICENCE
is not mentioned in the DESCRIPTION file.
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... OK
- checking for unstated dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking for portable compilation flags in Makevars ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking compiled code ... OK
- checking examples ... ERROR
Running examples in ‘CORElearn-Ex.R’ failed
The error most likely occurred in:
> ### Name: testCore
> ### Title: Verification of the CORElearn installation
> ### Aliases: testCore testCoreClass testCoreAttrEval testCoreReg
> ### testCoreOrdEval testCoreNA testCoreRPORT testCoreRand allTests
> ### Keywords: classif
>
> ### ** Examples
>
> allTests() # run all tests and generate an error, if any of the tests fails
testCoreClass() : OK
Comparison FAILED for testCoreAttrEval/estReliefF/stored
stored
[1] 0.050083407 0.078033329 0.042187049 0.034625011 0.064074820 0.057376281
[7] 0.007454174 0.136318607 0.109862236 0.001486706
difference
a1 a2 a3 a4 a5 a6 a7 x1
0.9234190 0.6367801 1.1143060 0.5243875 0.5067363 1.1875505 1.0285246 6.8354747
x2 x3
5.1633356 5.5949786
estReliefF0
a1 a2 a3 a4 a5 a6 a7 x1
0.9735024 0.7148134 1.1564931 0.5590125 0.5708111 1.2449267 1.0359788 6.9717933
x2 x3
5.2731978 5.5964653
comparison FAILED
testCoreAttrEval() : FAIL
testCoreReg() : OK
testCoreOrdEval() : OK
testCoreNA() : OK
testCoreRPORT() : OK
testCoreRand() : OK
Error in outputResult("allTests", result, "", continue = FALSE) :
Test FAILED: allTests
Calls: allTests -> outputResult
Execution halted