Last updated on 2020-01-16 12:48:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 12.29 | 26.43 | 38.72 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 8.84 | 21.26 | 30.10 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 55.17 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 50.87 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.2 | 52.00 | 64.00 | 116.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.1.2 | 28.00 | 80.00 | 108.00 | OK | |
r-patched-linux-x86_64 | 0.1.2 | 9.54 | 24.65 | 34.19 | OK | |
r-patched-solaris-x86 | 0.1.2 | 82.80 | OK | |||
r-release-linux-x86_64 | 0.1.2 | 10.02 | 24.74 | 34.76 | OK | |
r-release-windows-ix86+x86_64 | 0.1.2 | 48.00 | 90.00 | 138.00 | OK | |
r-release-osx-x86_64 | 0.1.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.2 | 40.00 | 63.00 | 103.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.2 | OK |
Version: 0.1.2
Check: top-level files
Result: NOTE
possible bashism in configure line 399 (trap with signal numbers):
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
possible bashism in configure line 511 (unsafe echo with backslash):
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
possible bashism in configure line 513 (echo -n):
if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
possible bashism in configure line 526 (test -a/-o):
if test /usr/local != "$exec_prefix" -a /usr/local != "$prefix" ; then
possible bashism in configure line 595 (trap with signal numbers):
trap '' 1 2 15
possible bashism in configure line 643 (trap with signal numbers):
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
possible bashism in configure line 656 (trap with signal numbers):
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
possible bashism in cleanup line 10 (brace expansion):
rm -f src/*.{o,so,d}
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc