CRAN Package Check Results for Package Rdsdp

Last updated on 2025-05-07 22:48:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.5.2.1 22.83 23.09 45.92 WARN
r-devel-linux-x86_64-debian-gcc 1.0.5.2.1 19.15 18.62 37.77 WARN
r-devel-linux-x86_64-fedora-clang 1.0.5.2.1 71.41 WARN
r-devel-linux-x86_64-fedora-gcc 1.0.5.2.1 89.44 WARN
r-devel-windows-x86_64 1.0.5.2.1 36.00 53.00 89.00 WARN
r-patched-linux-x86_64 1.0.5.2.1 24.12 22.22 46.34 WARN
r-release-linux-x86_64 1.0.5.2.1 23.91 22.57 46.48 WARN
r-release-macos-arm64 1.0.5.2.1 28.00 WARN
r-release-macos-x86_64 1.0.5.2.1 43.00 WARN
r-release-windows-x86_64 1.0.5.2.1 39.00 56.00 95.00 WARN
r-oldrel-macos-arm64 1.0.5.2.1 30.00 OK
r-oldrel-macos-x86_64 1.0.5.2.1 37.00 OK
r-oldrel-windows-x86_64 1.0.5.2.1 32.00 54.00 86.00 OK

Check Details

Version: 1.0.5.2.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Zhisu Zhu <zhuzhisu@alumni.stanford.edu>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Zhisu", family = "Zhu", role = c("aut", "cre"), email = "zhuzhisu@alumni.stanford.edu"), person(given = "Yinyu", family = "Ye", role = "aut", comment = "DSDP by Steve Benson, Yinyu Ye and Xiong Zhang")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

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, 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. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

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

Version: 1.0.5.2.1
Check: compiled code
Result: WARN File 'Rdsdp/libs/x64/Rdsdp.dll': Found 'exit', possibly from 'exit' (C), 'stop' (Fortran) 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' 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-windows-x86_64, r-release-windows-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. Flavors: r-release-macos-arm64, r-release-macos-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.