Last updated on 2018-09-26 01:46:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 13.78 | 25.82 | 39.60 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 11.98 | 20.76 | 32.74 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 53.27 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 47.44 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 46.00 | 55.00 | 101.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 14.61 | 23.00 | 37.61 | NOTE | |
r-patched-solaris-x86 | 1.0 | 56.80 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 15.19 | 23.10 | 38.29 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 30.00 | 126.00 | 156.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 29.00 | 69.00 | 98.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’
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: 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-fedora-clang, r-devel-linux-x86_64-fedora-gcc
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.
Flavors: r-devel-windows-ix86+x86_64, 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 use Fortran I/O
nor system RNGs.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-release-osx-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.
Flavor: r-oldrel-osx-x86_64