Last updated on 2018-02-24 09:51:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 12.69 | 23.39 | 36.08 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 9.21 | 18.41 | 27.62 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 47.63 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 40.90 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 40.00 | 57.00 | 97.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 10.26 | 25.10 | 35.36 | NOTE | |
r-patched-solaris-x86 | 1.0 | 55.30 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 12.07 | 25.62 | 37.69 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 30.00 | 65.00 | 95.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 27.00 | 61.00 | 88.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
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’
File ‘qVarSel/libs/qVarSel.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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64
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 use Fortran I/O
nor system RNGs.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-devel-windows-ix86+x86_64
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 use Fortran I/O
nor system RNGs.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-patched-solaris-x86
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’
File ‘qVarSel/libs/qVarSel.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 the system RNG.
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-release-linux-x86_64
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 system RNG.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
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 system RNG.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64