CRAN Package Check Results for Package tessellation

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.0 35.08 118.49 153.57 WARN
r-devel-linux-x86_64-debian-gcc 2.1.0 28.28 88.10 116.38 WARN
r-devel-linux-x86_64-fedora-clang 2.1.0 198.50 WARN
r-devel-linux-x86_64-fedora-gcc 2.1.0 187.52 WARN
r-patched-linux-x86_64 2.1.0 32.18 114.49 146.67 OK
r-release-linux-x86_64 2.1.0 29.20 112.83 142.03 OK
r-release-macos-arm64 2.1.0 42.00 OK
r-release-macos-x86_64 2.1.0 70.00 OK
r-release-windows-x86_64 2.1.0 79.00 144.00 223.00 OK
r-oldrel-macos-arm64 2.1.0 39.00 OK
r-oldrel-macos-x86_64 2.1.0 66.00 OK
r-oldrel-windows-ix86+x86_64 2.1.0 90.00 198.00 288.00 OK

Check Details

Version: 2.1.0
Check: compiled code
Result: WARN
    File ‘tessellation/libs/tessellation.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Objects: ‘delaunay.o’, ‘global_r.o’, ‘rboxlib_r.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: 2.1.0
Check: compiled code
Result: WARN
    File ‘tessellation/libs/tessellation.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Objects: ‘delaunay.o’, ‘global_r.o’, ‘rboxlib_r.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