Last updated on 2019-05-01 01:52:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-2 | 6.91 | 18.28 | 25.19 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-2 | 4.13 | 14.87 | 19.00 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-2 | 28.59 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-2 | 27.20 | NOTE | |||
r-patched-linux-x86_64 | 0.1-2 | 4.69 | 18.08 | 22.77 | NOTE | |
r-patched-solaris-x86 | 0.1-2 | 39.30 | NOTE | |||
r-release-linux-x86_64 | 0.1-2 | 4.63 | 17.90 | 22.53 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1-2 | 20.00 | 33.00 | 53.00 | NOTE | |
r-release-osx-x86_64 | 0.1-2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-2 | 15.00 | 31.00 | 46.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1-2 | NOTE |
Version: 0.1-2
Check: compiled code
Result: NOTE
File 'uuid/libs/uuid.so':
Found 'rand', possibly from 'rand' (C)
Object: 'gen_uuid.o'
Found 'srand', possibly from 'srand' (C)
Object: 'gen_uuid.o'
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 0.1-2
Check: compiled code
Result: NOTE
File ‘uuid/libs/uuid.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘gen_uuid.o’
Found ‘srand’, possibly from ‘srand’ (C)
Object: ‘gen_uuid.o’
File ‘uuid/libs/uuid.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs.
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1-2
Check: compiled code
Result: NOTE
File 'uuid/libs/i386/uuid.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'gen_uuid.o'
Found 'srand', possibly from 'srand' (C)
Object: 'gen_uuid.o'
File 'uuid/libs/x64/uuid.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'gen_uuid.o'
Found 'srand', possibly from 'srand' (C)
Object: 'gen_uuid.o'
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1-2
Check: compiled code
Result: NOTE
File ‘uuid/libs/uuid.so’:
Found ‘_rand’, possibly from ‘rand’ (C)
Object: ‘gen_uuid.o’
Found ‘_srand’, possibly from ‘srand’ (C)
Object: ‘gen_uuid.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64