Last updated on 2014-10-10 15:48:48.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-6 | 5.15 | 62.76 | 67.90 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1-6 | 5.56 | 60.07 | 65.63 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-6 | 141.11 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-6 | 129.92 | NOTE | |||
r-devel-osx-x86_64-clang | 1.1-6 | 113.35 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1-6 | 20.00 | 118.00 | 138.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-6 | 5.70 | 60.98 | 66.68 | OK | |
r-patched-solaris-sparc | 1.1-6 | 798.50 | OK | |||
r-patched-solaris-x86 | 1.1-6 | 180.40 | OK | |||
r-release-linux-ix86 | 1.1-6 | 6.74 | 75.65 | 82.39 | OK | |
r-release-linux-x86_64 | 1.1-6 | 5.81 | 63.30 | 69.11 | OK | |
r-release-osx-x86_64-mavericks | 1.1-6 | OK | ||||
r-release-osx-x86_64-snowleopard | 1.1-6 | OK | ||||
r-release-windows-ix86+x86_64 | 1.1-6 | 21.00 | 132.00 | 153.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.1-6 | 23.00 | 137.00 | 160.00 | OK |
Version: 1.1-6
Check: compiled code
Result: NOTE
File ‘adephylo/libs/adephylo.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘adesub.o’
Found ‘srand’, possibly from ‘srand’ (C)
Object: ‘adesub.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.1-6
Check: compiled code
Result: NOTE
File ‘adephylo/libs/adephylo.so’:
Found ‘_rand’, possibly from ‘rand’ (C)
Object: ‘adesub.o’
Found ‘_srand’, possibly from ‘srand’ (C)
Object: ‘adesub.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.1-6
Check: compiled code
Result: NOTE
File 'adephylo/libs/i386/adephylo.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'adesub.o'
Found 'srand', possibly from 'srand' (C)
Object: 'adesub.o'
File 'adephylo/libs/x64/adephylo.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'adesub.o'
Found 'srand', possibly from 'srand' (C)
Object: 'adesub.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