CRAN Package Check Results for Package utf8

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.2 8.50 33.74 42.24 WARN
r-devel-linux-x86_64-debian-gcc 1.2.2 6.72 25.99 32.71 WARN
r-devel-linux-x86_64-fedora-clang 1.2.2 56.35 WARN
r-devel-linux-x86_64-fedora-gcc 1.2.2 62.25 WARN
r-patched-linux-x86_64 1.2.2 5.62 33.79 39.41 OK
r-release-linux-x86_64 1.2.2 5.62 33.47 39.09 OK
r-release-macos-arm64 1.2.2 24.00 OK
r-release-macos-x86_64 1.2.2 32.00 OK
r-release-windows-x86_64 1.2.2 125.00 70.00 195.00 OK
r-oldrel-macos-arm64 1.2.2 41.00 OK
r-oldrel-macos-x86_64 1.2.2 65.00 OK
r-oldrel-windows-ix86+x86_64 1.2.2 38.00 75.00 113.00 OK

Check Details

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