CRAN Package Check Results for Package kappalab

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4-8 18.26 117.38 135.64 WARN
r-devel-linux-x86_64-debian-gcc 0.4-8 12.38 88.03 100.41 WARN
r-devel-linux-x86_64-fedora-clang 0.4-8 172.65 WARN
r-devel-linux-x86_64-fedora-gcc 0.4-8 160.08 WARN
r-devel-windows-x86_64 0.4-8 98.00 159.00 257.00 OK
r-patched-linux-x86_64 0.4-8 15.57 110.53 126.10 OK
r-release-linux-x86_64 0.4-8 15.25 109.53 124.78 OK
r-release-macos-arm64 0.4-8 55.00 OK
r-release-macos-x86_64 0.4-8 71.00 OK
r-release-windows-x86_64 0.4-8 78.00 169.00 247.00 OK
r-oldrel-macos-arm64 0.4-8 56.00 OK
r-oldrel-macos-x86_64 0.4-8 71.00 OK
r-oldrel-windows-ix86+x86_64 0.4-8 37.00 209.00 246.00 OK

Check Details

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

Version: 0.4-8
Check: compiled code
Result: WARN
    File ‘kappalab/libs/kappalab.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Object: ‘core.o’
    File ‘kappalab/libs/kappalab.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    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.
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.4-8
Check: compiled code
Result: WARN
    File ‘kappalab/libs/kappalab.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Object: ‘core.o’
    File ‘kappalab/libs/kappalab.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    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.
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-gcc