CRAN Package Check Results for Package QUIC

Last updated on 2015-12-29 00:46:56.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 1.1 1.21 7.61 8.82 NOTE
r-devel-linux-x86_64-fedora-clang 1.1 16.25 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1 15.80 NOTE
r-devel-osx-x86_64-clang 1.1 33.75 NOTE
r-devel-windows-ix86+x86_64 1.1 10.00 22.00 32.00 NOTE
r-patched-linux-x86_64 1.1 1.23 8.10 9.33 NOTE
r-patched-solaris-sparc 1.1 108.20 NOTE
r-patched-solaris-x86 1.1 24.90 NOTE
r-release-linux-x86_64 1.1 1.18 7.93 9.11 NOTE
r-release-osx-x86_64-mavericks 1.1 NOTE
r-release-windows-ix86+x86_64 1.1 7.00 18.00 25.00 NOTE
r-oldrel-windows-ix86+x86_64 1.1 10.00 20.00 30.00 NOTE

Check Details

Version: 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 the system RNG.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: 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-sparc, r-patched-solaris-x86, r-release-linux-x86_64

Version: 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 the system RNG.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-osx-x86_64-clang, r-release-osx-x86_64-mavericks

Version: 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 the system RNG.
    
    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