CRAN Package Check Results for Package hgm

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.22 13.03 28.18 41.21 WARN
r-devel-linux-x86_64-debian-gcc 1.22 14.98 22.44 37.42 WARN
r-devel-linux-x86_64-fedora-clang 1.22 54.74 WARN
r-devel-linux-x86_64-fedora-gcc 1.22 58.87 WARN
r-devel-windows-x86_64 1.22 32.00 61.00 93.00 OK
r-patched-linux-x86_64 1.22 14.54 28.02 42.56 OK
r-release-linux-x86_64 1.22 13.69 28.20 41.89 OK
r-release-macos-arm64 1.22 25.00 OK
r-release-macos-x86_64 1.22 29.00 OK
r-release-windows-x86_64 1.22 38.00 59.00 97.00 OK
r-oldrel-macos-arm64 1.22 29.00 OK
r-oldrel-macos-x86_64 1.22 31.00 OK
r-oldrel-windows-ix86+x86_64 1.22 49.00 60.00 109.00 OK

Check Details

Version: 1.22
Check: compiled code
Result: WARN
    File ‘hgm/libs/hgm.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Objects: ‘jack-n.o’, ‘mh.o’, ‘rk.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.22
Check: compiled code
Result: WARN
    File ‘hgm/libs/hgm.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Objects: ‘jack-n.o’, ‘mh.o’, ‘rk.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