CRAN Package Check Results for Package Rdsdp

Last updated on 2025-06-12 10:50:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.6 23.10 24.40 47.50 OK
r-devel-linux-x86_64-debian-gcc 1.0.6 18.88 20.28 39.16 OK
r-devel-linux-x86_64-fedora-clang 1.0.6 73.26 OK
r-devel-linux-x86_64-fedora-gcc 1.0.6 87.69 OK
r-devel-windows-x86_64 1.0.6 36.00 71.00 107.00 OK
r-patched-linux-x86_64 1.0.6 24.24 23.67 47.91 OK
r-release-linux-x86_64 1.0.5.2.1 24.32 22.36 46.68 WARN
r-release-macos-arm64 1.0.6 59.00 OK
r-release-macos-x86_64 1.0.5.2.1 43.00 WARN
r-release-windows-x86_64 1.0.6 36.00 62.00 98.00 OK
r-oldrel-macos-arm64 1.0.6 58.00 OK
r-oldrel-macos-x86_64 1.0.5.2.1 37.00 OK
r-oldrel-windows-x86_64 1.0.6 40.00 64.00 104.00 OK

Check Details

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 Flavor: r-release-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. Flavor: r-release-linux-x86_64

Version: 1.0.5.2.1
Check: compiled code
Result: WARN File ‘Rdsdp/libs/Rdsdp.so’: Found ‘___sprintf_chk’, possibly from ‘sprintf’ (C) Object: ‘dsdp/lib/libdsdp.a’ Found ‘___stdoutp’, possibly from ‘stdout’ (C) Object: ‘dsdp/lib/libdsdp.a’ 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 ‘_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. Flavor: r-release-macos-x86_64