CRAN Package Check Results for Package winch

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.11 16.38 39.08 55.46 WARN
r-devel-linux-x86_64-debian-gcc 0.0.11 10.73 30.26 40.99 WARN
r-devel-linux-x86_64-fedora-clang 0.0.11 72.12 WARN
r-devel-linux-x86_64-fedora-gcc 0.0.11 79.12 WARN
r-patched-linux-x86_64 0.0.11 12.08 38.99 51.07 OK
r-release-linux-x86_64 0.0.11 12.49 39.02 51.51 OK
r-release-macos-arm64 0.0.11 27.00 OK
r-release-macos-x86_64 0.0.11 34.00 OK
r-release-windows-x86_64 0.0.11 267.00 74.00 341.00 OK
r-oldrel-macos-arm64 0.0.11 28.00 OK
r-oldrel-macos-x86_64 0.0.11 39.00 OK
r-oldrel-windows-ix86+x86_64 0.0.11 109.00 80.00 189.00 OK

Check Details

Version: 0.0.11
Check: compiled code
Result: WARN
    File ‘winch/libs/winch.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Object: ‘trace_back_backtrace.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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.0.11
Check: compiled code
Result: WARN
    File ‘winch/libs/winch.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Objects: ‘trace_back_backtrace.o’, ‘trace_back_unwind.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-fedora-clang

Version: 0.0.11
Check: compiled code
Result: WARN
    File ‘winch/libs/winch.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Objects: ‘trace_back_backtrace.o’, ‘trace_back_unwind.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-fedora-gcc