CRAN Package Check Results for Package ahocorasick

Last updated on 2026-07-29 04:54:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 55.27 44.16 99.43 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 45.32 33.93 79.25 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.0 94.00 66.11 160.11 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 34.00 34.53 68.53 OK
r-devel-windows-x86_64 0.2.0 65.00 72.00 137.00 OK
r-patched-linux-x86_64 0.2.0 46.74 40.29 87.03 OK
r-release-linux-x86_64 0.2.0 50.15 40.64 90.79 OK
r-release-macos-arm64 0.2.0 15.00 38.00 53.00 OK
r-release-macos-x86_64 0.2.0 45.00 106.00 151.00 OK
r-release-windows-x86_64 0.2.0 79.00 77.00 156.00 OK
r-oldrel-macos-arm64 0.2.0 15.00 48.00 63.00 OK
r-oldrel-macos-x86_64 0.2.0 48.00 108.00 156.00 OK
r-oldrel-windows-x86_64 0.2.0 86.00 90.00 176.00 OK

Check Details

Version: 0.2.0
Check: compiled code
Result: NOTE File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/ahocorasick/libs/ahocorasick.so’: Found ‘_exit’, possibly from ‘_exit’ (C) Found ‘abort’, possibly from ‘abort’ (C) Found ‘exit’, possibly from ‘exit’ (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