Last updated on 2025-03-21 08:54:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.5.2.1 | 23.02 | 22.68 | 45.70 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.0.5.2.1 | 18.64 | 18.48 | 37.12 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.0.5.2.1 | 77.67 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.5.2.1 | 86.52 | WARN | |||
r-devel-macos-arm64 | 1.0.5.2.1 | 30.00 | OK | |||
r-devel-macos-x86_64 | 1.0.5.2.1 | 49.00 | OK | |||
r-devel-windows-x86_64 | 1.0.5.2.1 | 36.00 | 54.00 | 90.00 | OK | |
r-patched-linux-x86_64 | 1.0.5.2.1 | 23.42 | 22.45 | 45.87 | NOTE | |
r-release-linux-x86_64 | 1.0.5.2.1 | 24.43 | 21.36 | 45.79 | OK | |
r-release-macos-arm64 | 1.0.5.2.1 | 30.00 | OK | |||
r-release-macos-x86_64 | 1.0.5.2.1 | 37.00 | OK | |||
r-release-windows-x86_64 | 1.0.5.2.1 | 32.00 | 54.00 | 86.00 | OK | |
r-oldrel-macos-arm64 | 1.0.5.2.1 | OK | ||||
r-oldrel-macos-x86_64 | 1.0.5.2.1 | 58.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.5.2.1 | 35.00 | 54.00 | 89.00 | OK |
Version: 1.0.5.2.1
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 "$DSDP_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: 1.0.5.2.1
Check: compiled code
Result: WARN
File ‘Rdsdp/libs/Rdsdp.so’:
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘printf’, possibly from ‘printf’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘putchar’, possibly from ‘putchar’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘vsprintf’, possibly from ‘vsprintf’ (C)
Object: ‘dsdp/lib/libdsdp.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
Version: 1.0.5.2.1
Check: compiled code
Result: WARN
File ‘Rdsdp/libs/Rdsdp.so’:
Found ‘__printf_chk’, possibly from ‘printf’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘dsdp/lib/libdsdp.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: 1.0.5.2.1
Check: compiled code
Result: WARN
File ‘Rdsdp/libs/Rdsdp.so’:
Found ‘__printf_chk’, possibly from ‘printf’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘__vsprintf_chk’, possibly from ‘vsprintf’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘exit’, possibly from ‘exit’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘putchar’, possibly from ‘putchar’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
Object: ‘dsdp/lib/libdsdp.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘dsdp/lib/libdsdp.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