CRAN Package Check Results for Package gam

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.22 14.24 45.53 59.77 WARN
r-devel-linux-x86_64-debian-gcc 1.22 12.32 34.87 47.19 WARN
r-devel-linux-x86_64-fedora-clang 1.22 80.15 WARN
r-devel-linux-x86_64-fedora-gcc 1.22 74.88 WARN
r-devel-windows-x86_64 1.22 46.00 77.00 123.00 OK
r-patched-linux-x86_64 1.22 13.72 44.72 58.44 OK
r-release-linux-x86_64 1.22 12.16 44.81 56.97 OK
r-release-macos-arm64 1.22 34.00 OK
r-release-macos-x86_64 1.22 38.00 OK
r-release-windows-x86_64 1.22 34.00 74.00 108.00 OK
r-oldrel-macos-arm64 1.22 33.00 OK
r-oldrel-macos-x86_64 1.22 41.00 OK
r-oldrel-windows-ix86+x86_64 1.22 38.00 81.00 119.00 OK

Check Details

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