CRAN Package Check Results for Package ggsql

Last updated on 2026-07-29 10:56:13 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.3 4046.29 74.38 4120.67 OK
r-devel-linux-x86_64-debian-gcc 0.3.3 2992.75 58.84 3051.59 NOTE
r-devel-linux-x86_64-fedora-clang 0.3.3 7680.00 112.97 7792.97 OK
r-devel-linux-x86_64-fedora-gcc 0.3.3 3000.00 49.08 3049.08 OK
r-devel-windows-x86_64 0.3.3 2980.00 352.00 3332.00 OK
r-patched-linux-x86_64 0.3.3 3796.71 69.82 3866.53 OK
r-release-linux-x86_64 0.3.3 3970.35 69.41 4039.76 OK
r-release-macos-arm64 0.3.3 795.00 -566.00 229.00 OK
r-release-macos-x86_64 0.3.3 2640.00 -1713.00 927.00 OK
r-release-windows-x86_64 0.3.3 2985.00 357.00 3342.00 OK
r-oldrel-macos-arm64 0.3.3 821.00 -567.00 254.00 OK
r-oldrel-macos-x86_64 0.3.3 2700.00 -1358.00 1342.00 OK
r-oldrel-windows-x86_64 0.3.3 3867.00 490.00 4357.00 OK

Check Details

Version: 0.3.3
Check: compiled code
Result: NOTE File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/ggsql/libs/ggsql.so’: Found ‘_ZSt4cout’, possibly from ‘std::cout’ (C++) Found ‘abort’, possibly from ‘abort’ (C) Found ‘stderr’, possibly from ‘stderr’ (C) Found ‘stdout’, possibly from ‘stdout’ (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