CRAN Package Check Results for Package webfakes

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.6 10.86 56.69 67.55 WARN
r-devel-linux-x86_64-debian-gcc 1.1.6 9.20 43.78 52.98 WARN
r-devel-linux-x86_64-fedora-clang 1.1.6 88.50 WARN
r-devel-linux-x86_64-fedora-gcc 1.1.6 84.09 WARN
r-patched-linux-x86_64 1.1.6 10.68 55.05 65.73 OK
r-release-linux-x86_64 1.1.6 10.16 55.10 65.26 OK
r-release-macos-arm64 1.1.6 50.00 OK
r-release-macos-x86_64 1.1.6 64.00 OK
r-release-windows-x86_64 1.1.6 66.00 93.00 159.00 OK
r-oldrel-macos-arm64 1.1.6 51.00 OK
r-oldrel-macos-x86_64 1.1.6 75.00 OK
r-oldrel-windows-ix86+x86_64 1.1.6 33.00 120.00 153.00 OK

Check Details

Version: 1.1.6
Check: compiled code
Result: WARN
    File ‘webfakes/libs/webfakes.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Object: ‘civetweb.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, r-devel-linux-x86_64-fedora-gcc

Version: 1.1.6
Check: compiled code
Result: WARN
    File ‘webfakes/libs/webfakes.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Object: ‘civetweb.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