CRAN Package Check Results for Package swephR

Last updated on 2026-07-29 03:59:00 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.2 28.74 40.11 68.85 OK
r-devel-linux-x86_64-debian-gcc 0.3.2 26.11 31.87 57.98 WARN
r-devel-linux-x86_64-fedora-clang 0.3.2 39.00 68.46 107.46 OK
r-devel-linux-x86_64-fedora-gcc 0.3.2 28.00 33.87 61.87 OK
r-devel-windows-x86_64 0.3.2 57.00 77.00 134.00 OK
r-patched-linux-x86_64 0.3.2 35.53 36.88 72.41 OK
r-release-linux-x86_64 0.3.2 37.18 36.76 73.94 OK
r-release-macos-arm64 0.3.2 6.00 14.00 20.00 OK
r-release-macos-x86_64 0.3.2 19.00 49.00 68.00 OK
r-release-windows-x86_64 0.3.2 54.00 81.00 135.00 OK
r-oldrel-macos-arm64 0.3.2 OK
r-oldrel-macos-x86_64 0.3.2 18.00 50.00 68.00 OK
r-oldrel-windows-x86_64 0.3.2 59.00 95.00 154.00 OK

Check Details

Version: 0.3.2
Check: compiled code
Result: WARN File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/swephR/libs/swephR.so’: Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C) Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C) 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. The detected symbols are linked into the code but might come from libraries and not actually be called. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc