Last updated on 2014-10-02 01:48:24.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 5.92 | 15.02 | 20.94 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 6.30 | 14.60 | 20.90 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 44.89 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 39.63 | NOTE | |||
r-devel-osx-x86_64-clang | 1.0 | 37.84 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 22.00 | 39.00 | 61.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 6.66 | 15.13 | 21.79 | OK | |
r-patched-solaris-sparc | 1.0 | 252.00 | OK | |||
r-patched-solaris-x86 | 1.0 | 57.70 | OK | |||
r-release-linux-ix86 | 1.0 | 7.83 | 21.84 | 29.67 | OK | |
r-release-linux-x86_64 | 1.0 | 6.29 | 15.60 | 21.89 | OK | |
r-release-osx-x86_64-mavericks | 1.0 | OK | ||||
r-release-osx-x86_64-snowleopard | 1.0 | OK | ||||
r-release-windows-ix86+x86_64 | 1.0 | 22.00 | 37.00 | 59.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.0 | 23.00 | 38.00 | 61.00 | OK |
Version: 1.0
Check: compiled code
Result: NOTE
File ‘qVarSel/libs/qVarSel.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘qVarSelH.o’
Found ‘srand’, possibly from ‘srand’ (C)
Object: ‘qVarSelH.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.0
Check: compiled code
Result: NOTE
File ‘qVarSel/libs/qVarSel.so’:
Found ‘_rand’, possibly from ‘rand’ (C)
Object: ‘qVarSelH.o’
Found ‘_srand’, possibly from ‘srand’ (C)
Object: ‘qVarSelH.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.0
Check: compiled code
Result: NOTE
File 'qVarSel/libs/i386/qVarSel.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'qVarSelH.o'
Found 'srand', possibly from 'srand' (C)
Object: 'qVarSelH.o'
File 'qVarSel/libs/x64/qVarSel.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'qVarSelH.o'
Found 'srand', possibly from 'srand' (C)
Object: 'qVarSelH.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