CRAN Package Check Results for Package QUIC

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.1.1 3.32 19.48 22.80 NOTE
r-devel-linux-x86_64-debian-gcc 1.1.1 2.37 15.70 18.07 NOTE
r-devel-linux-x86_64-fedora-clang 1.1.1 36.49 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.1 26.92 NOTE
r-devel-windows-ix86+x86_64 1.1.1 11.00 41.00 52.00 NOTE
r-patched-linux-x86_64 1.1.1 3.25 19.70 22.95 NOTE
r-patched-solaris-x86 1.1.1 43.00 NOTE
r-release-linux-x86_64 1.1.1 3.01 19.46 22.47 NOTE
r-release-macos-x86_64 1.1.1 NOTE
r-release-windows-ix86+x86_64 1.1.1 11.00 52.00 63.00 NOTE
r-oldrel-macos-x86_64 1.1.1 NOTE
r-oldrel-windows-ix86+x86_64 1.1.1 9.00 38.00 47.00 NOTE

Check Details

Version: 1.1.1
Check: compiled code
Result: NOTE
    File 'QUIC/libs/QUIC.so':
     Found 'rand', possibly from 'rand' (C)
     Object: 'QUIC.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'QUIC.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.1.1
Check: compiled code
Result: NOTE
    File ‘QUIC/libs/QUIC.so’:
     Found ‘rand’, possibly from ‘rand’ (C)
     Object: ‘QUIC.o’
     Found ‘srand’, possibly from ‘srand’ (C)
     Object: ‘QUIC.o’
    File ‘QUIC/libs/QUIC.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.1.1
Check: compiled code
Result: NOTE
    File 'QUIC/libs/i386/QUIC.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'QUIC.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'QUIC.o'
    File 'QUIC/libs/x64/QUIC.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'QUIC.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'QUIC.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.1.1
Check: compiled code
Result: NOTE
    File ‘QUIC/libs/QUIC.so’:
     Found ‘_rand’, possibly from ‘rand’ (C)
     Object: ‘QUIC.o’
     Found ‘_srand’, possibly from ‘srand’ (C)
     Object: ‘QUIC.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