Last updated on 2014-10-02 01:48:31.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.11 | 2.62 | 15.34 | 17.96 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.4.11 | 2.74 | 15.92 | 18.66 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.4.11 | 36.00 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.11 | 32.43 | NOTE | |||
r-devel-osx-x86_64-clang | 1.4.11 | 37.76 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.4.11 | 12.00 | 36.00 | 48.00 | NOTE | |
r-patched-linux-x86_64 | 1.4.11 | 3.55 | 16.02 | 19.57 | OK | |
r-patched-solaris-sparc | 1.4.11 | 186.70 | OK | |||
r-patched-solaris-x86 | 1.4.11 | 50.20 | OK | |||
r-release-linux-ix86 | 1.4.11 | 3.84 | 23.95 | 27.79 | OK | |
r-release-linux-x86_64 | 1.4.11 | 2.95 | 16.34 | 19.28 | OK | |
r-release-osx-x86_64-mavericks | 1.4.11 | OK | ||||
r-release-osx-x86_64-snowleopard | 1.4.11 | OK | ||||
r-release-windows-ix86+x86_64 | 1.4.11 | 12.00 | 36.00 | 48.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.4.11 | 13.00 | 38.00 | 51.00 | OK |
Version: 1.4.11
Check: compiled code
Result: NOTE
File ‘wskm/libs/wskm.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Objects: ‘Utils.o’, ‘ewkm.o’
Found ‘srand’, possibly from ‘srand’ (C)
Objects: ‘ewkm.o’, ‘fgkm.o’, ‘twkm.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.4.11
Check: compiled code
Result: NOTE
File ‘wskm/libs/wskm.so’:
Found ‘_rand’, possibly from ‘rand’ (C)
Objects: ‘Utils.o’, ‘ewkm.o’
Found ‘_srand’, possibly from ‘srand’ (C)
Objects: ‘ewkm.o’, ‘fgkm.o’, ‘twkm.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.4.11
Check: compiled code
Result: NOTE
File 'wskm/libs/i386/wskm.dll':
Found 'rand', possibly from 'rand' (C)
Objects: 'Utils.o', 'ewkm.o'
Found 'srand', possibly from 'srand' (C)
Objects: 'ewkm.o', 'fgkm.o', 'twkm.o'
File 'wskm/libs/x64/wskm.dll':
Found 'rand', possibly from 'rand' (C)
Objects: 'Utils.o', 'ewkm.o'
Found 'srand', possibly from 'srand' (C)
Objects: 'ewkm.o', 'fgkm.o', 'twkm.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