Last updated on 2025-01-09 01:49:41 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 33.73 | 20.61 | 54.34 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 124.24 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 137.67 | NOTE | |||
r-devel-windows-x86_64 | 1.1.1 | 53.00 | 77.00 | 130.00 | OK | |
r-patched-linux-x86_64 | 1.1.1 | 42.62 | 25.35 | 67.97 | OK | |
r-release-linux-x86_64 | 1.1.1 | 43.25 | 25.73 | 68.98 | OK | |
r-release-macos-arm64 | 1.1.1 | 46.00 | OK | |||
r-release-macos-x86_64 | 1.1.1 | 67.00 | OK | |||
r-release-windows-x86_64 | 1.1.1 | 50.00 | 69.00 | 119.00 | OK | |
r-oldrel-macos-arm64 | 1.1.1 | 45.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.1 | 66.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.1 | 65.00 | 79.00 | 144.00 | OK |
Version: 1.1.1
Check: top-level files
Result: NOTE
possible bashism in configure.ac line 33 (test -a/-o):
if test -z "${PKGCONFIG}" -o "${PKGCONFIG}" == "none"; then
possible bashism in configure.ac line 33 (should be 'b = a'):
if test -z "${PKGCONFIG}" -o "${PKGCONFIG}" == "none"; then
Flavor: r-devel-linux-x86_64-fedora-gcc