Last updated on 2025-01-03 01:48:58 CET.
Package | NOTE | OK |
---|---|---|
pcaL1 | 1 | 12 |
Current CRAN status: NOTE: 1, OK: 12
Version: 1.5.7
Check: top-level files
Result: NOTE
possible bashism in configure.ac line 40 (test -a/-o):
if test [ -n "$PKG_CPPFLAGS" -a -n "$PKG_LIBS" ] ; then
possible bashism in configure.ac line 43 (test -a/-o):
if test [ -n "$PKG_CPPFLAGS" -o -n "$PKG_LIBS" ] ; then
possible bashism in configure.ac line 80 (test -a/-o):
if test [ -z "$CLP_LIBS" -a -z "$CLP_CFLAGS" ] ; then
possible bashism in configure.ac line 106 (test -a/-o):
if test [ -n "$CLP_INCLUDE" -a -n "$CLP_LIB" ] ; then
possible bashism in configure.ac line 139 (test -a/-o):
if test [ -d "/usr/include" -o -d "/usr/local/include" ] ; then
possible bashism in configure.ac line 145 (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 189 (test -a/-o):
if test [ -d "$prefix/lib" -o -d "$prefix/lib64" ] ; then
Flavor: r-devel-linux-x86_64-fedora-gcc