Last updated on 2020-08-07 01:50:25 CEST.
Package | WARN | NOTE |
---|---|---|
sqp | 3 | 9 |
Current CRAN status: WARN: 3, NOTE: 9
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