Last updated on 2025-01-06 00:48:34 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.7 | 11.27 | 25.01 | 36.28 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.5.7 | 8.85 | 20.12 | 28.97 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.5.7 | 61.32 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.5.7 | 64.94 | NOTE | |||
r-devel-windows-x86_64 | 1.5.7 | 17.00 | 85.00 | 102.00 | OK | |
r-patched-linux-x86_64 | 1.5.7 | 10.40 | 24.23 | 34.63 | OK | |
r-release-linux-x86_64 | 1.5.7 | 10.05 | 24.36 | 34.41 | OK | |
r-release-macos-arm64 | 1.5.7 | 25.00 | OK | |||
r-release-macos-x86_64 | 1.5.7 | 32.00 | OK | |||
r-release-windows-x86_64 | 1.5.7 | 17.00 | 82.00 | 99.00 | OK | |
r-oldrel-macos-arm64 | 1.5.7 | 28.00 | OK | |||
r-oldrel-macos-x86_64 | 1.5.7 | 47.00 | OK | |||
r-oldrel-windows-x86_64 | 1.5.7 | 21.00 | 105.00 | 126.00 | OK |
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