CRAN Package Check Results for Package rpic

Last updated on 2026-07-28 23:53:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.2 840.48 31.11 871.59 OK
r-devel-linux-x86_64-debian-gcc 0.6.2 657.60 24.42 682.02 NOTE
r-devel-linux-x86_64-fedora-clang 0.6.2 1500.00 47.91 1547.91 OK
r-devel-linux-x86_64-fedora-gcc 0.6.2 529.00 27.39 556.39 OK
r-devel-windows-x86_64 0.6.2 629.00 145.00 774.00 OK
r-patched-linux-x86_64 0.6.2 823.49 27.26 850.75 OK
r-release-linux-x86_64 0.6.2 827.87 27.13 855.00 OK
r-release-macos-arm64 0.6.2 187.00 -125.00 62.00 OK
r-release-macos-x86_64 0.6.2 630.00 -152.00 478.00 OK
r-release-windows-x86_64 0.6.2 566.00 160.00 726.00 OK
r-oldrel-macos-arm64 0.6.2 187.00 -122.00 65.00 OK
r-oldrel-macos-x86_64 0.6.2 624.00 -181.00 443.00 OK
r-oldrel-windows-x86_64 0.6.2 748.00 199.00 947.00 OK

Check Details

Version: 0.6.2
Check: compiled code
Result: NOTE File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rpic/libs/rpic.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