CRAN Package Check Results for Package qrjoint

Last updated on 2023-02-11 12:57:26 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0-6 19.44 121.27 140.71 WARN
r-devel-linux-x86_64-debian-gcc 2.0-6 14.68 91.50 106.18 WARN
r-devel-linux-x86_64-fedora-clang 2.0-6 181.40 WARN
r-devel-linux-x86_64-fedora-gcc 2.0-6 169.61 WARN
r-devel-windows-x86_64 2.0-6 25.00 143.00 168.00 OK
r-patched-linux-x86_64 2.0-6 17.77 118.41 136.18 OK
r-release-linux-x86_64 2.0-6 13.48 115.06 128.54 OK
r-release-macos-arm64 2.0-6 58.00 OK
r-release-macos-x86_64 2.0-6 69.00 OK
r-release-windows-x86_64 2.0-6 27.00 153.00 180.00 OK
r-oldrel-macos-arm64 2.0-6 52.00 OK
r-oldrel-macos-x86_64 2.0-6 65.00 OK
r-oldrel-windows-ix86+x86_64 2.0-6 38.00 191.00 229.00 OK

Check Details

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