Last updated on 2014-10-02 01:48:31.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 1.60 | 14.66 | 16.26 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 1.72 | 14.44 | 16.16 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 32.25 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 29.13 | NOTE | |||
r-devel-osx-x86_64-clang | 1.2.0 | 30.35 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.0 | 9.00 | 34.00 | 43.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.0 | 1.89 | 14.62 | 16.52 | NOTE | |
r-patched-solaris-sparc | 1.2.0 | 191.30 | NOTE | |||
r-patched-solaris-x86 | 1.2.0 | 47.60 | NOTE | |||
r-release-linux-ix86 | 1.2.0 | 2.40 | 23.74 | 26.14 | NOTE | |
r-release-linux-x86_64 | 1.2.0 | 1.80 | 14.56 | 16.35 | NOTE | |
r-release-osx-x86_64-mavericks | 1.2.0 | NOTE | ||||
r-release-osx-x86_64-snowleopard | 1.2.0 | WARN | ||||
r-release-windows-ix86+x86_64 | 1.2.0 | 10.00 | 35.00 | 45.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.2.0 | 11.00 | 37.00 | 48.00 | NOTE |
Version: 1.2.0
Check: top-level files
Result: NOTE
File
LICENSE
is not mentioned in the DESCRIPTION file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-ix86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-osx-x86_64-snowleopard, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.2.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
‘lattice’ ‘latticeExtra’
Please remove these calls from your code.
Package in Depends field not imported from: ‘latticeExtra’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
See the information on DESCRIPTION files in the chapter ‘Creating R
packages’ of the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-ix86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.2.0
Check: R code for possible problems
Result: NOTE
levelplot.ewkm: no visible binding for global variable ‘dendrogramGrob’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64
Version: 1.2.0
Check: compiled code
Result: NOTE
File ‘weightedKmeans/libs/weightedKmeans.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Objects: ‘ewkm.o’, ‘fgkm.o’
Found ‘srand’, possibly from ‘srand’ (C)
Objects: ‘ewkm.o’, ‘fgkm.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the C RNG.
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, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.2.0
Check: compiled code
Result: NOTE
File ‘weightedKmeans/libs/weightedKmeans.so’:
Found ‘_rand’, possibly from ‘rand’ (C)
Objects: ‘ewkm.o’, ‘fgkm.o’
Found ‘_srand’, possibly from ‘srand’ (C)
Objects: ‘ewkm.o’, ‘fgkm.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the C RNG.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-osx-x86_64-clang
Version: 1.2.0
Check: compiled code
Result: NOTE
File 'weightedKmeans/libs/i386/weightedKmeans.dll':
Found 'rand', possibly from 'rand' (C)
Objects: 'ewkm.o', 'fgkm.o'
Found 'srand', possibly from 'srand' (C)
Objects: 'ewkm.o', 'fgkm.o'
File 'weightedKmeans/libs/x64/weightedKmeans.dll':
Found 'rand', possibly from 'rand' (C)
Objects: 'ewkm.o', 'fgkm.o'
Found 'srand', possibly from 'srand' (C)
Objects: 'ewkm.o', 'fgkm.o'
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the C RNG.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-devel-windows-ix86+x86_64
Version: 1.2.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
fgkm.c:428: warning: passing argument 1 of 'sum_squares' discards qualifiers from pointer target type
fgkm.c:428: warning: passing argument 2 of 'sum_squares' discards qualifiers from pointer target type
fgkm.c:428: warning: passing argument 3 of 'sum_squares' discards qualifiers from pointer target type
fgkm.c:428: warning: passing argument 4 of 'sum_squares' discards qualifiers from pointer target type
Flavor: r-release-osx-x86_64-snowleopard
Version: 1.2.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
'lattice' 'latticeExtra'
Please remove these calls from your code.
Package in Depends field not imported from: 'latticeExtra'
These packages need to be imported from for the case when
this namespace is loaded but not attached.
See the information on DESCRIPTION files in the chapter 'Creating R
packages' of the 'Writing R Extensions' manual.
Flavor: r-release-osx-x86_64-snowleopard