Last updated on 2014-10-02 01:48:15.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-5 | 2.54 | 72.37 | 74.92 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-5 | 2.86 | 71.88 | 74.74 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-5 | 148.75 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-5 | 140.63 | NOTE | |||
r-devel-osx-x86_64-clang | 0.1-5 | 112.73 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-5 | 13.00 | 137.00 | 150.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-5 | 3.03 | 71.87 | 74.90 | OK | |
r-patched-solaris-sparc | 0.1-5 | 1038.40 | OK | |||
r-patched-solaris-x86 | 0.1-5 | 204.50 | OK | |||
r-release-linux-ix86 | 0.1-5 | 4.08 | 101.47 | 105.55 | OK | |
r-release-linux-x86_64 | 0.1-5 | 2.99 | 73.68 | 76.67 | OK | |
r-release-osx-x86_64-mavericks | 0.1-5 | OK | ||||
r-release-osx-x86_64-snowleopard | 0.1-5 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1-5 | 13.00 | 144.00 | 157.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 0.1-5 | 16.00 | 156.00 | 172.00 | OK |
Version: 0.1-5
Check: compiled code
Result: NOTE
File ‘evtree/libs/evtree.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Objects: ‘container.o’, ‘tree.o’
Found ‘srand’, possibly from ‘srand’ (C)
Object: ‘container.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: 0.1-5
Check: compiled code
Result: NOTE
File ‘evtree/libs/evtree.so’:
Found ‘_rand’, possibly from ‘rand’ (C)
Objects: ‘container.o’, ‘tree.o’
Found ‘_srand’, possibly from ‘srand’ (C)
Object: ‘container.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: 0.1-5
Check: compiled code
Result: NOTE
File 'evtree/libs/i386/evtree.dll':
Found 'rand', possibly from 'rand' (C)
Objects: 'container.o', 'tree.o'
Found 'srand', possibly from 'srand' (C)
Object: 'container.o'
File 'evtree/libs/x64/evtree.dll':
Found 'rand', possibly from 'rand' (C)
Objects: 'container.o', 'tree.o'
Found 'srand', possibly from 'srand' (C)
Object: 'container.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