Last updated on 2017-02-24 23:52:33.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4 | 27.21 | 31.14 | 58.35 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.4 | 28.10 | 30.83 | 58.92 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.4 | 118.83 | NOTE | --no-stop-on-test-error | ||
r-devel-linux-x86_64-fedora-gcc | 1.4 | 113.69 | NOTE | --no-stop-on-test-error | ||
r-devel-macos-x86_64-clang | 1.4 | 80.75 | NOTE | --no-stop-on-test-error | ||
r-devel-windows-ix86+x86_64 | 1.4 | 169.00 | 79.00 | 248.00 | NOTE | |
r-patched-linux-x86_64 | 1.4 | 23.77 | 24.95 | 48.72 | ERROR | |
r-patched-solaris-sparc | 1.4 | 492.30 | OK | |||
r-patched-solaris-x86 | 1.4 | 105.40 | OK | |||
r-release-linux-x86_64 | 1.4 | 24.32 | 26.73 | 51.05 | OK | |
r-release-osx-x86_64-mavericks | 1.4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.4 | 129.00 | 106.00 | 235.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.4 | 154.00 | 90.00 | 244.00 | NOTE |
Version: 1.4
Check: compiled code
Result: NOTE
File ‘KODAMA/libs/KODAMA.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.4
Flags: --no-stop-on-test-error
Check: installed package size
Result: NOTE
installed size is 6.3Mb
sub-directories of 1Mb or more:
data 2.5Mb
libs 2.8Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.4
Flags: --no-stop-on-test-error
Check: compiled code
Result: NOTE
File ‘KODAMA/libs/KODAMA.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang
Version: 1.4
Check: installed package size
Result: NOTE
installed size is 5.6Mb
sub-directories of 1Mb or more:
data 2.5Mb
libs 2.1Mb
Flavors: r-devel-windows-ix86+x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.4
Check: examples
Result: ERROR
Running examples in ‘KODAMA-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: knn.double.cv
> ### Title: Cross-Validation with k-Nearest Neighbors algorithm.
> ### Aliases: knn.double.cv
>
> ### ** Examples
>
> data(iris)
> data=iris[,-5]
> labels=iris[,5]
> pp=knn.double.cv(data,labels)
........Error in double_knn_cv(Xdata, as.numeric(Ydata), constrain, 1, 2, compmax, :
unimplemented type 'NULL' in 'coerceToInteger'
Calls: knn.double.cv -> double_knn_cv -> .Call
Execution halted
Flavor: r-patched-linux-x86_64