Last updated on 2025-04-02 23:01:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.57.5 | 11.79 | 23.26 | 35.05 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.1.57.5 | 8.99 | 18.30 | 27.29 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.1.57.5 | 55.43 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.57.5 | 55.45 | WARN | |||
r-devel-macos-arm64 | 0.1.57.5 | 25.00 | WARN | |||
r-devel-macos-x86_64 | 0.1.57.5 | 41.00 | WARN | |||
r-devel-windows-x86_64 | 0.1.57.5 | 26.00 | 46.00 | 72.00 | WARN | |
r-patched-linux-x86_64 | 0.1.57.5 | 11.27 | 23.02 | 34.29 | WARN | |
r-release-linux-x86_64 | 0.1.57.5 | 10.95 | 21.91 | 32.86 | OK | |
r-release-macos-arm64 | 0.1.57.5 | 30.00 | OK | |||
r-release-macos-x86_64 | 0.1.57.5 | 37.00 | OK | |||
r-release-windows-x86_64 | 0.1.57.5 | 25.00 | 44.00 | 69.00 | OK | |
r-oldrel-macos-arm64 | 0.1.57.5 | OK | ||||
r-oldrel-macos-x86_64 | 0.1.57.5 | 52.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.57.5 | 27.00 | 46.00 | 73.00 | OK |
Version: 0.1.57.5
Check: top-level files
Result: NOTE
possible bashism in configure.ac line 19 (test -a/-o):
if test [-n "$PKG_CFLAGS" -a -n "$PKG_CPPFLAGS" -a -n "$PKG_LIBS"] ; then
possible bashism in configure.ac line 22 (test -a/-o):
if test [-n "$PKG_CFLAGS" -o -n "$PKG_CPPFLAGS" -o -n "$PKG_LIBS"] ; then
possible bashism in configure.ac line 38 (test -a/-o):
if test [-z "$FOUND_ALL" -a -n "$CSDP_DIR"] ; then
possible bashism in configure.ac line 87 (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.1.57.5
Check: compiled code
Result: WARN
File ‘Rcsdp/libs/Rcsdp.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.1.57.5
Check: compiled code
Result: WARN
File ‘Rcsdp/libs/Rcsdp.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.1.57.5
Check: compiled code
Result: WARN
File ‘Rcsdp/libs/Rcsdp.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
Version: 0.1.57.5
Check: compiled code
Result: WARN
File ‘Rcsdp/libs/Rcsdp.so’:
Found ‘___stdoutp’, possibly from ‘stdout’ (C)
Object: ‘Csdp/lib/libsdp.a’
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’
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-macos-arm64, r-devel-macos-x86_64
Version: 0.1.57.5
Check: compiled code
Result: WARN
File 'Rcsdp/libs/x64/Rcsdp.dll':
Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
Object: 'Csdp/lib/libsdp.a'
Found 'puts', possibly from 'printf' (C), 'puts' (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-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.