CRAN Package Check Results for Package PBSddesolve

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.13.1 4.21 26.78 30.99 WARN
r-devel-linux-x86_64-debian-gcc 1.13.1 3.00 21.90 24.90 WARN
r-devel-linux-x86_64-fedora-clang 1.13.1 43.70 WARN
r-devel-linux-x86_64-fedora-gcc 1.13.1 54.26 WARN
r-devel-windows-x86_64 1.13.1 22.00 66.00 88.00 OK
r-patched-linux-x86_64 1.13.1 3.73 27.20 30.93 OK
r-release-linux-x86_64 1.13.1 3.50 27.59 31.09 OK
r-release-macos-arm64 1.13.1 41.00 OK
r-release-macos-x86_64 1.13.1 25.00 OK
r-release-windows-x86_64 1.13.1 33.00 65.00 98.00 OK
r-oldrel-macos-arm64 1.13.1 45.00 OK
r-oldrel-macos-x86_64 1.13.1 38.00 OK
r-oldrel-windows-ix86+x86_64 1.13.1 12.00 64.00 76.00 OK

Check Details

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