Last updated on 2020-01-27 00:48:23 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6 | 5.00 | 23.80 | 28.80 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6 | 3.25 | 19.22 | 22.47 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6 | 36.23 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.6 | 34.88 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.6 | 40.00 | 84.00 | 124.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.6 | 40.00 | 63.00 | 103.00 | OK | |
r-patched-linux-x86_64 | 0.6 | 3.56 | 21.71 | 25.27 | OK | |
r-release-linux-x86_64 | 0.6 | 3.36 | 22.15 | 25.51 | OK | |
r-release-windows-ix86+x86_64 | 0.6 | 26.00 | 65.00 | 91.00 | OK | |
r-release-osx-x86_64 | 0.6 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.6 | 28.00 | 57.00 | 85.00 | OK | |
r-oldrel-osx-x86_64 | 0.6 | OK |
Version: 0.6
Check: top-level files
Result: NOTE
possible bashism in configure line 19 ('command' with option other than -p):
if [ $(command -v pkg-config) ]; then
possible bashism in configure line 33 ($(OS|MACH)TYPE):
elif [[ "$OSTYPE" == "darwin"* ]]; then
possible bashism in configure line 33 (alternative test command ([[ foo ]] should be [ foo ])):
elif [[ "$OSTYPE" == "darwin"* ]]; then
possible bashism in configure line 33 (should be 'b = a'):
elif [[ "$OSTYPE" == "darwin"* ]]; then
possible bashism in configure line 34 ('command' with option other than -p):
if [ $(command -v brew) ]; then
possible bashism in configure line 38 (should be '.', not 'source'):
source autobrew
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc