Last updated on 2025-03-23 08:52:25 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.7 | 74.02 | 72.84 | 146.86 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.7.7 | 51.40 | 46.87 | 98.27 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.7.7 | 328.60 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.7 | 268.66 | WARN | |||
r-devel-macos-arm64 | 0.7.7 | 66.00 | OK | |||
r-devel-macos-x86_64 | 0.7.7 | 101.00 | OK | |||
r-devel-windows-x86_64 | 0.7.7 | 83.00 | 100.00 | 183.00 | OK | |
r-patched-linux-x86_64 | 0.7.7 | 67.88 | 70.29 | 138.17 | WARN | |
r-release-linux-x86_64 | 0.7.7 | 64.12 | 67.55 | 131.67 | OK | |
r-release-macos-arm64 | 0.7.7 | 63.00 | OK | |||
r-release-macos-x86_64 | 0.7.7 | 76.00 | OK | |||
r-release-windows-x86_64 | 0.7.7 | 78.00 | 99.00 | 177.00 | OK | |
r-oldrel-macos-arm64 | 0.7.7 | OK | ||||
r-oldrel-macos-x86_64 | 0.7.7 | 103.00 | OK | |||
r-oldrel-windows-x86_64 | 0.7.7 | 98.00 | 125.00 | 223.00 | OK |
Version: 0.7.7
Check: top-level files
Result: NOTE
possible bashism in configure.ac line 22 (test -a/-o):
if test [-n "$PKG_CFLAGS" -a -n "$PKG_CPPFLAGS" -a -n "$PKG_LIBS"] ; then
possible bashism in configure.ac line 25 (test -a/-o):
if test [-n "$PKG_CFLAGS" -o -n "$PKG_CPPFLAGS" -o -n "$PKG_LIBS"] ; then
possible bashism in configure.ac line 41 (test -a/-o):
if test [-z "$FOUND_ALL" -a -n "$CSDP_DIR"] ; then
possible bashism in configure.ac line 99 (should be 'b = a'):
if test "${ac_cv_header_declarations_h}" == no; then
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64
Version: 0.7.7
Check: compiled code
Result: WARN
File ‘Bayesrel/libs/Bayesrel.so’:
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘Csdp/lib/libsdp.a’
Found ‘printf’, possibly from ‘printf’ (C)
Object: ‘Csdp/lib/libsdp.a’
Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘Csdp/lib/libsdp.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘Csdp/lib/libsdp.a’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ 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
Version: 0.7.7
Check: compiled code
Result: WARN
File ‘Bayesrel/libs/Bayesrel.so’:
Found ‘__printf_chk’, possibly from ‘printf’ (C)
Object: ‘Csdp/lib/libsdp.a’
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘Csdp/lib/libsdp.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘Csdp/lib/libsdp.a’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.7.7
Check: compiled code
Result: WARN
File ‘Bayesrel/libs/Bayesrel.so’:
Found ‘__printf_chk’, possibly from ‘printf’ (C)
Object: ‘Csdp/lib/libsdp.a’
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘Csdp/lib/libsdp.a’
Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘Csdp/lib/libsdp.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘Csdp/lib/libsdp.a’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-gcc