CRAN Package Check Results for Package RPostgreSQL

Last updated on 2026-03-11 13:52:23 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7-8 8.80 40.21 49.01 OK
r-devel-linux-x86_64-debian-gcc 0.7-8 6.94 30.16 37.10 OK
r-devel-linux-x86_64-fedora-clang 0.7-8 13.00 61.81 74.81 OK
r-devel-linux-x86_64-fedora-gcc 0.7-8 14.00 57.89 71.89 OK
r-devel-macos-arm64 0.7-8 2.00 11.00 13.00 ERROR
r-devel-windows-x86_64 0.7-8 35.00 139.00 174.00 OK
r-patched-linux-x86_64 0.7-8 10.03 35.45 45.48 OK
r-release-linux-x86_64 0.7-8 8.78 35.60 44.38 OK
r-release-macos-arm64 0.7-8 WARN
r-release-macos-x86_64 0.7-8 13.00 35.00 48.00 WARN
r-release-windows-x86_64 0.7-8 26.00 142.00 168.00 OK
r-oldrel-macos-arm64 0.7-8 OK
r-oldrel-macos-x86_64 0.7-8 12.00 65.00 77.00 OK
r-oldrel-windows-x86_64 0.7-8 21.00 9.00 30.00 ERROR

Additional issues

rchk

Check Details

Version: 0.7-8
Check: whether package can be installed
Result: ERROR Installation failed. Flavors: r-devel-macos-arm64, r-oldrel-windows-x86_64

Version: 0.7-8
Check: compiled code
Result: WARN File ‘RPostgreSQL/libs/RPostgreSQL.so’: Found ‘___sprintf_chk’, possibly from ‘sprintf’ (C) Object: ‘libpq/libpq.a’ Found ‘___stderrp’, possibly from ‘stderr’ (C) Object: ‘libpq/libpq.a’ Found ‘_abort’, possibly from ‘abort’ (C) Object: ‘libpq/libpq.a’ Found ‘_sprintf’, possibly from ‘sprintf’ (C) Object: ‘libpq/libpq.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