Last updated on 2025-01-02 23:48:22 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.8 | ERROR | ||||
r-devel-linux-x86_64-debian-gcc | 0.1.8 | 0.42 | 1.29 | 1.71 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.8 | 85.76 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.8 | 93.63 | NOTE | |||
r-patched-linux-x86_64 | 0.1.8 | 0.40 | 1.57 | 1.97 | ERROR | |
r-release-linux-x86_64 | 0.1.8 | 0.49 | 1.64 | 2.13 | ERROR | |
r-release-macos-arm64 | 0.1.8 | 10.00 | ERROR | |||
r-release-macos-x86_64 | 0.1.8 | 11.00 | ERROR | |||
r-oldrel-macos-arm64 | 0.1.8 | 10.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.1.8 | 11.00 | ERROR |
Version: 0.1.8
Check: package dependencies
Result: ERROR
Package required but not available: ‘Rmpi’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.1.8
Check: top-level files
Result: NOTE
possible bashism in configure.ac line 43 (test -a/-o):
if test -n "${MPI_INCLUDE_PATH}" -a -z "${MPI_LIBPATH}" ; then
possible bashism in configure.ac line 46 (test -a/-o):
if test -z "${MPI_INCLUDE_PATH}" -a -n "${MPI_LIBPATH}" ; then
possible bashism in configure.ac line 85 (test -a/-o):
if test "$MPITYPE" = "UNKNOWN" -o "$MPITYPE" = "OPENMPI" ; then
possible bashism in configure.ac line 86 (test -a/-o):
if test "$SED" != "F" -a "$MPICC" != "F" -a "$OMPI_INFO" != "F" ; then
possible bashism in configure.ac line 125 (test -a/-o):
if test "${TMP_INC}" != "F" -a "${TMP_LIB}" != "F" ; then
possible bashism in configure.ac line 143 (test -a/-o):
if test "$SED" != "F" -a "$MPICC" != "F" -a "$MPICH2VERSION" != "F" ; then
possible bashism in configure.ac line 183 (test -a/-o):
if test "${TMP_INC}" != "F" -a "${TMP_LIB}" != "F" ; then
possible bashism in configure.ac line 495 (test -a/-o):
if test "$MPITYPE" = "OPENMPI" -o "$MPITYPE" = "LAM" -o "$MPITYPE" = "MPICH2" -o "$MPITYPE" = "FPMPI"; then
Flavor: r-devel-linux-x86_64-fedora-gcc