Last updated on 2025-04-21 14:49:59 CEST.
Package | NOTE |
---|---|
glpkAPI | 13 |
Current CRAN status:
Version: 1.3.4
Check: top-level files
Result: NOTE
possible bashism in configure.ac line 44 (test -a/-o):
if test [ -n "$PKG_CPPFLAGS" -a -n "$PKG_LIBS" ] ; then
possible bashism in configure.ac line 47 (test -a/-o):
if test [ -n "$PKG_CPPFLAGS" -o -n "$PKG_LIBS" ] ; then
possible bashism in configure.ac line 87 (test -a/-o):
if test [ -n "$GLPK_INCLUDE" -a -n "$GLPK_LIB" ] ; then
possible bashism in configure.ac line 113 (test -a/-o):
if test [ -d "/usr/include" -o -d "/usr/local/include" ] ; then
possible bashism in configure.ac line 119 (test -a/-o):
if test [ -d "/usr/local/lib" -o -d "/usr/local/lib64" -o -d "/usr/lib" -o -d "/usr/lib64"] ; then
possible bashism in configure.ac line 148 (test -a/-o):
if test [ -d "$prefix/lib" -o -d "$prefix/lib64" ] ; then
possible bashism in configure.ac line 160 (test -a/-o):
dnl # if test [ -d "$prefix/include" -a -d "$prefix/lib" ] ; then
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-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.3.4
Check: Rd files
Result: NOTE
checkRd: (-1) getRiiGLPK.Rd:35: Lost braces; missing escapes or markup?
35 | Returns the current scale factor $r_{ii}$ for row \code{i} of the specified
| ^
checkRd: (-1) getSjjGLPK.Rd:35: Lost braces; missing escapes or markup?
35 | Returns the current scale factor $s_{jj}$ for column \code{j} of the
| ^
checkRd: (-1) setRiiGLPK.Rd:28: Lost braces; missing escapes or markup?
28 | Scale factor $r_{ii}$.
| ^
checkRd: (-1) setSjjGLPK.Rd:28: Lost braces; missing escapes or markup?
28 | Scale factor $s_{jj}$.
| ^
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64