CRAN Package Check Results for Package network

Last updated on 2023-01-25 04:51:43 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.18.0 15.15 102.28 117.43 WARN
r-devel-linux-x86_64-debian-gcc 1.18.1 13.35 75.09 88.44 OK
r-devel-linux-x86_64-fedora-clang 1.18.1 142.91 OK
r-devel-linux-x86_64-fedora-gcc 1.18.1 148.31 OK
r-patched-linux-x86_64 1.18.0 21.33 94.69 116.02 OK
r-release-linux-x86_64 1.18.0 13.29 95.77 109.06 OK
r-release-macos-arm64 1.18.1 47.00 OK
r-release-macos-x86_64 1.18.0 63.00 OK
r-release-windows-x86_64 1.18.0 60.00 152.00 212.00 OK
r-oldrel-macos-arm64 1.18.1 52.00 OK
r-oldrel-macos-x86_64 1.18.0 64.00 OK
r-oldrel-windows-ix86+x86_64 1.18.0 32.00 159.00 191.00 OK

Check Details

Version: 1.18.0
Check: compiled code
Result: WARN
    File ‘network/libs/network.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Object: ‘access.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 nor [v]sprintf.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-clang