Last updated on 2025-01-14 07:50:14 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.7 | 37.35 | 26.15 | 63.50 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.7 | 30.03 | 21.06 | 51.09 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.7 | 127.61 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.7 | 139.48 | NOTE | |||
r-devel-windows-x86_64 | 0.3.7 | 70.00 | 75.00 | 145.00 | OK | |
r-patched-linux-x86_64 | 0.3.7 | 41.09 | 24.98 | 66.07 | OK | |
r-release-linux-x86_64 | 0.3.7 | 39.79 | 24.70 | 64.49 | OK | |
r-release-macos-arm64 | 0.3.7 | 49.00 | OK | |||
r-release-macos-x86_64 | 0.3.7 | 72.00 | OK | |||
r-release-windows-x86_64 | 0.3.7 | 69.00 | 84.00 | 153.00 | OK | |
r-oldrel-macos-arm64 | 0.3.7 | 53.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.7 | 114.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.7 | 64.00 | 84.00 | 148.00 | OK |
Version: 0.3.7
Check: top-level files
Result: NOTE
possible bashism in configure.ac line 99 (should be 'b = a'):
if test "xx$COMPILE_ZSTD" == "xx"; then
possible bashism in configure.ac line 104 (should be 'b = a'):
if test "xx${zstd_ver_ok}" == "xxyes"; then
possible bashism in configure.ac line 113 (should be 'b = a'):
if test xx$COMPILE_ZSTD == "xxtrue"; then
possible bashism in configure.ac line 149 (should be 'b = a'):
if test "xx$COMPILE_LIBDEFLATE" == "xx"; then
possible bashism in configure.ac line 154 (should be 'b = a'):
if test "xx${libdeflate_ver_ok}" == "xxyes"; then
possible bashism in configure.ac line 163 (should be 'b = a'):
if test xx$COMPILE_LIBDEFLATE == "xxtrue"; then
possible bashism in configure.ac line 192 (should be 'b = a'):
if test "xx$USE_BUNDLED_SIMDE" == "xx"; then
possible bashism in configure.ac line 197 (should be 'b = a'):
if test "xx${simde_ver_ok}" == "xxyes"; then
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc