Last updated on 2025-01-29 05:50:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5-2 | 18.62 | 82.33 | 100.95 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5-2 | 13.61 | 61.71 | 75.32 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.5-2 | 169.30 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.5-2 | 172.30 | WARN | |||
r-devel-windows-x86_64 | 0.5-2 | 72.00 | 143.00 | 215.00 | OK | |
r-patched-linux-x86_64 | 0.5-2 | 18.83 | 71.72 | 90.55 | OK | |
r-release-linux-x86_64 | 0.5-2 | 14.89 | 72.30 | 87.19 | OK | |
r-release-macos-arm64 | 0.5-2 | 16.00 | ERROR | |||
r-release-macos-x86_64 | 0.5-2 | 25.00 | ERROR | |||
r-release-windows-x86_64 | 0.5-2 | 82.00 | 133.00 | 215.00 | OK | |
r-oldrel-macos-arm64 | 0.5-2 | 19.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.5-2 | 23.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.5-2 | 63.00 | 134.00 | 197.00 | OK |
Version: 0.5-2
Check: top-level files
Result: NOTE
possible bashism in configure.ac line 73 (test -a/-o):
if test -n "${MPI_INCLUDE_PATH}" -a -z "${MPI_LIBPATH}" ; then
possible bashism in configure.ac line 76 (test -a/-o):
if test -z "${MPI_INCLUDE_PATH}" -a -n "${MPI_LIBPATH}" ; then
possible bashism in configure.ac line 111 (test -a/-o):
if test "$MPITYPE" = "UNKNOWN" -o "$MPITYPE" = "OPENMPI" ; then
possible bashism in configure.ac line 115 (test -a/-o):
if test "$SED" != "F" -a "$MPICC" != "F" -a "$OMPI_INFO" != "F" ; then
possible bashism in configure.ac line 154 (test -a/-o):
if test "${TMP_INC}" != "F" -a "${TMP_LIB}" != "F" ; then
possible bashism in configure.ac line 169 (test -a/-o):
if test "$TMP_INC" = "F" -o "$TMP_LIB" = "F" ; then
possible bashism in configure.ac line 214 (test -a/-o):
if test "${TMP_INC}" != "F" -a "${TMP_LIB}" != "F" ; then
possible bashism in configure.ac line 239 (test -a/-o):
if test "$MPITYPE" = "UNKNOWN" -o "$MPITYPE" = "IBMMPI" ; then
possible bashism in configure.ac line 243 (test -a/-o):
if test "$SED" != "F" -a "$MPICC" != "F" -a "$OMPI_INFO" != "F" ; then
possible bashism in configure.ac line 275 (test -a/-o):
if test "${TMP_INC}" != "F" -a "${TMP_LIB}" != "F" ; then
possible bashism in configure.ac line 297 (test -a/-o):
if test "$MPITYPE" = "MPICH2" -o "$MPITYPE" = "MPICH" -o "$MPITYPE" = "MPICH3" ; then
possible bashism in configure.ac line 301 (test -a/-o):
if test "$SED" != "F" -a "$MPICC" != "F" ; then
possible bashism in configure.ac line 353 (test -a/-o):
if test "${TMP_INC}" != "F" -a "${TMP_LIB}" != "F" ; then
possible bashism in configure.ac line 368 (test -a/-o):
if test "$TMP_INC" = "F" -o "$TMP_LIB" = "F" ; then
possible bashism in configure.ac line 413 (test -a/-o):
if test "${TMP_INC}" != "F" -a "${TMP_LIB}" != "F" ; then
possible bashism in configure.ac line 779 (test -a/-o):
if test "$MPITYPE" = "OPENMPI" -o "$MPITYPE" = "IBMMPI" -o "$MPITYPE" = "LAM" -o "$MPITYPE" = "MPICH2" -o "$MPITYPE" = "MPICH3" -o "$MPITYPE" = "INTELMPI" ; then
possible bashism in configure.ac line 837 (test -a/-o):
if test "X$MPIRUN" = "X" -o "X$MPIEXEC" = "X" -o "X$ORTERUN" = "X" ; then
possible bashism in configure.ac line 842 (test -a/-o):
if test "$MPITYPE" = "MPICH" -o "$MPITYPE" = "MPICH2" -o "$MPITYPE" = "MPICH3" -o "$MPITYPE" = "MPICH3" ; then
possible bashism in configure.ac line 846 ($"foo" should be eval_gettext "foo"):
if test $"X$TMP_MODULE" != "X" ; 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
Version: 0.5-2
Check: whether the namespace can be unloaded cleanly
Result: WARN
---- unloading
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.5-2
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64