CRAN Package Check Results for Package nfer

Last updated on 2023-01-24 09:52:16 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 10.20 32.54 42.74 WARN
r-devel-linux-x86_64-debian-gcc 1.1.1 8.04 25.30 33.34 WARN
r-devel-linux-x86_64-fedora-clang 1.1.1 53.86 WARN
r-devel-linux-x86_64-fedora-gcc 1.1.1 63.57 WARN
r-patched-linux-x86_64 1.1.1 8.52 32.57 41.09 OK
r-release-linux-x86_64 1.1.1 8.82 33.26 42.08 OK
r-release-macos-arm64 1.1.1 26.00 OK
r-release-macos-x86_64 1.1.1 33.00 OK
r-release-windows-x86_64 1.1.1 66.00 78.00 144.00 OK
r-oldrel-macos-arm64 1.1.1 27.00 OK
r-oldrel-macos-x86_64 1.1.1 56.00 OK
r-oldrel-windows-ix86+x86_64 1.1.1 37.00 75.00 112.00 WARN

Additional issues

C23 C23

Check Details

Version: 1.1.1
Check: compiled code
Result: WARN
    File ‘nfer/libs/nfer.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Objects: ‘astutil.o’, ‘learn.o’, ‘semantic.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.1.1
Check: compiled code
Result: WARN
    File ‘nfer/libs/nfer.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Objects: ‘astutil.o’, ‘learn.o’, ‘semantic.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

Version: 1.1.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     types.c:145:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     types.c:145:51: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Flavor: r-oldrel-windows-ix86+x86_64