CRAN Package Check Results for Package hunspell

Last updated on 2026-07-29 04:55:07 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.0.6 56.34 38.68 95.02 OK
r-devel-linux-x86_64-debian-gcc 3.0.6 47.00 31.77 78.77 NOTE
r-devel-linux-x86_64-fedora-clang 3.0.6 102.00 62.63 164.63 OK
r-devel-linux-x86_64-fedora-gcc 3.0.6 51.00 30.88 81.88 OK
r-devel-windows-x86_64 3.0.6 70.00 82.00 152.00 OK
r-patched-linux-x86_64 3.0.6 52.61 37.23 89.84 OK
r-release-linux-x86_64 3.0.6 57.02 36.65 93.67 OK
r-release-macos-arm64 3.0.6 14.00 9.00 23.00 OK
r-release-macos-x86_64 3.0.6 38.00 52.00 90.00 OK
r-release-windows-x86_64 3.0.6 71.00 83.00 154.00 OK
r-oldrel-macos-arm64 3.0.6 OK
r-oldrel-macos-x86_64 3.0.6 34.00 47.00 81.00 OK
r-oldrel-windows-x86_64 3.0.6 81.00 95.00 176.00 OK

Check Details

Version: 3.0.6
Check: compiled code
Result: NOTE File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/hunspell/libs/hunspell.so’: Found ‘stderr’, possibly from ‘stderr’ (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