CRAN Package Check Results for Package DetSel

Last updated on 2022-12-05 08:51:18 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4 4.03 29.79 33.82 WARN
r-devel-linux-x86_64-debian-gcc 1.0.4 3.53 22.89 26.42 WARN
r-devel-linux-x86_64-fedora-clang 1.0.4 56.08 WARN
r-devel-linux-x86_64-fedora-gcc 1.0.4 52.09 WARN
r-devel-windows-x86_64 1.0.4 16.00 67.00 83.00 OK
r-patched-linux-x86_64 1.0.4 4.20 28.06 32.26 OK
r-release-linux-x86_64 1.0.4 4.66 28.13 32.79 OK
r-release-macos-arm64 1.0.4 18.00 OK
r-release-macos-x86_64 1.0.4 24.00 OK
r-release-windows-x86_64 1.0.4 12.00 56.00 68.00 OK
r-oldrel-macos-arm64 1.0.4 23.00 OK
r-oldrel-macos-x86_64 1.0.4 32.00 OK
r-oldrel-windows-ix86+x86_64 1.0.4 14.00 56.00 70.00 OK

Check Details

Version: 1.0.4
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     DetSel_init.c:12:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     GetData.c:33:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     SimulDiv.c:216:68: warning: while loop has empty body [-Wempty-body]
     SimulDiv.c:220:68: warning: while loop has empty body [-Wempty-body]
     SimulDiv.c:233:68: warning: while loop has empty body [-Wempty-body]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang

Version: 1.0.4
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     DetSel_init.c:12:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     GetData.c:33:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.4
Check: compiled code
Result: WARN
    File ‘DetSel/libs/DetSel.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Objects: ‘GetData.o’, ‘SimulDiv.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-gcc, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.4
Check: compiled code
Result: WARN
    File ‘DetSel/libs/DetSel.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Objects: ‘GetData.o’, ‘SimulDiv.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