CRAN Package Check Results for Package rshift

Last updated on 2026-07-29 03:58:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.1.2 44.73 60.64 105.37 OK
r-devel-linux-x86_64-debian-gcc 3.1.2 33.79 46.32 80.11 NOTE
r-devel-linux-x86_64-fedora-clang 3.1.2 73.00 93.27 166.27 OK
r-devel-linux-x86_64-fedora-gcc 3.1.2 29.00 45.59 74.59 OK
r-devel-windows-x86_64 3.1.2 81.00 94.00 175.00 OK
r-patched-linux-x86_64 3.1.2 44.96 55.08 100.04 OK
r-release-linux-x86_64 3.1.2 43.47 55.48 98.95 OK
r-release-macos-arm64 3.1.2 11.00 21.00 32.00 OK
r-release-macos-x86_64 3.1.2 33.00 87.00 120.00 OK
r-release-windows-x86_64 3.1.2 76.00 93.00 169.00 OK
r-oldrel-macos-arm64 3.1.2 OK
r-oldrel-macos-x86_64 3.1.2 33.00 90.00 123.00 OK
r-oldrel-windows-x86_64 3.1.2 84.00 104.00 188.00 OK

Check Details

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