CRAN Package Check Results for Package sbde

Last updated on 2023-02-11 12:57:29 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0-0 6.05 35.46 41.51 WARN
r-devel-linux-x86_64-debian-gcc 1.0-0 4.05 27.54 31.59 WARN
r-devel-linux-x86_64-fedora-clang 1.0-0 52.53 WARN
r-devel-linux-x86_64-fedora-gcc 1.0-0 50.93 WARN
r-devel-windows-x86_64 1.0-0 23.00 69.00 92.00 OK
r-patched-linux-x86_64 1.0-0 5.61 33.35 38.96 OK
r-release-linux-x86_64 1.0-0 4.55 33.68 38.23 OK
r-release-macos-arm64 1.0-0 21.00 OK
r-release-macos-x86_64 1.0-0 29.00 OK
r-release-windows-x86_64 1.0-0 18.00 74.00 92.00 OK
r-oldrel-macos-arm64 1.0-0 23.00 OK
r-oldrel-macos-x86_64 1.0-0 32.00 OK
r-oldrel-windows-ix86+x86_64 1.0-0 16.00 93.00 109.00 OK

Check Details

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