CRAN Package Check Results for Package sqp

Last updated on 2020-08-07 01:50:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5 186.75 28.06 214.81 NOTE
r-devel-linux-x86_64-debian-gcc 0.5 174.91 32.59 207.50 NOTE
r-devel-linux-x86_64-fedora-clang 0.5 314.74 NOTE
r-devel-linux-x86_64-fedora-gcc 0.5 327.25 NOTE
r-devel-windows-ix86+x86_64 0.5 515.00 91.00 606.00 NOTE
r-patched-linux-x86_64 0.5 178.67 40.25 218.92 NOTE
r-patched-solaris-x86 0.5 297.70 WARN
r-release-linux-x86_64 0.5 175.32 40.15 215.47 NOTE
r-release-macos-x86_64 0.5 WARN
r-release-windows-ix86+x86_64 0.5 487.00 109.00 596.00 NOTE
r-oldrel-macos-x86_64 0.5 WARN
r-oldrel-windows-ix86+x86_64 0.5 340.00 81.00 421.00 NOTE

Check Details

Version: 0.5
Check: for GNU extensions in Makefiles
Result: NOTE
    GNU make is a SystemRequirements.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.5
Check: installed package size
Result: NOTE
     installed size is 26.6Mb
     sub-directories of 1Mb or more:
     libs 26.4Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.5
Check: compiled code
Result: WARN
    File ‘sqp/libs/sqp.so’:
     Found ‘__assert_c99’, possibly from ‘assert’ (C)
     Object: ‘solver_dense.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.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-patched-solaris-x86

Version: 0.5
Check: compiled code
Result: WARN
    File ‘sqp/libs/sqp.so’:
     Found ‘___assert_rtn’, possibly from ‘assert’ (C)
     Object: ‘solver_dense.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.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64