CRAN Package Check Results for Package qVarSel

Last updated on 2020-08-03 07:51:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 18.88 27.43 46.31 NOTE
r-devel-linux-x86_64-debian-gcc 1.0 12.54 21.33 33.87 NOTE
r-devel-linux-x86_64-fedora-clang 1.0 68.14 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0 54.87 NOTE
r-devel-windows-ix86+x86_64 1.0 51.00 59.00 110.00 NOTE
r-patched-linux-x86_64 1.0 13.30 27.42 40.72 NOTE
r-patched-solaris-x86 1.0 70.00 NOTE
r-release-linux-x86_64 1.0 13.44 26.66 40.10 NOTE
r-release-macos-x86_64 1.0 NOTE
r-release-windows-ix86+x86_64 1.0 49.00 80.00 129.00 NOTE
r-oldrel-macos-x86_64 1.0 NOTE
r-oldrel-windows-ix86+x86_64 1.0 37.00 77.00 114.00 NOTE

Check Details

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: for non-standard things in the check directory
Result: NOTE
    Found the following files/directories:
     'chk1_1.dat' 'chk1_1.mem' 'chk1_1.noisy'
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, 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.
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64