Last updated on 2025-04-04 10:52:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5-2 | 16.87 | 81.38 | 98.25 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5-2 | 12.86 | 66.02 | 78.88 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.5-2 | 179.45 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.5-2 | 174.91 | WARN | |||
r-devel-macos-arm64 | 0.5-2 | 10.00 | ERROR | |||
r-devel-macos-x86_64 | 0.5-2 | 22.00 | ERROR | |||
r-devel-windows-x86_64 | 0.5-2 | 77.00 | 132.00 | 209.00 | OK | |
r-patched-linux-x86_64 | 0.5-2 | 18.72 | 80.05 | 98.77 | NOTE | |
r-release-linux-x86_64 | 0.5-2 | 16.49 | 72.25 | 88.74 | OK | |
r-release-macos-arm64 | 0.5-2 | 15.00 | ERROR | |||
r-release-macos-x86_64 | 0.5-2 | 24.00 | ERROR | |||
r-release-windows-x86_64 | 0.5-2 | 89.00 | 128.00 | 217.00 | OK | |
r-oldrel-macos-arm64 | 0.5-2 | 14.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.5-2 | 28.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.5-2 | 89.00 | 145.00 | 234.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, r-patched-linux-x86_64
Version: 0.5-2
Check: whether the namespace can be unloaded cleanly
Result: WARN
---- unloading
[gannet:1419755:0:1419755] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x7f5149fb6960)
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.5-2
Check: whether the namespace can be unloaded cleanly
Result: WARN
---- unloading
[gannet:1240780:0:1240780] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x7f548febc960)
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.5-2
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-devel-macos-arm64, r-devel-macos-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.