CRAN Package Check Results for Package gifski

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.32.0-2 108.86 20.05 128.91 OK
r-devel-linux-x86_64-debian-gcc 1.32.0-2 89.21 16.96 106.17 NOTE
r-devel-linux-x86_64-fedora-clang 1.32.0-2 183.00 29.75 212.75 OK
r-devel-linux-x86_64-fedora-gcc 1.32.0-2 63.00 13.32 76.32 OK
r-devel-windows-x86_64 1.32.0-2 129.00 61.00 190.00 OK
r-patched-linux-x86_64 1.32.0-2 108.12 18.20 126.32 OK
r-release-linux-x86_64 1.32.0-2 107.16 18.20 125.36 OK
r-release-macos-arm64 1.32.0-2 29.00 -10.00 19.00 OK
r-release-macos-x86_64 1.32.0-2 90.00 -9.00 81.00 OK
r-release-windows-x86_64 1.32.0-2 149.00 61.00 210.00 OK
r-oldrel-macos-arm64 1.32.0-2 OK
r-oldrel-macos-x86_64 1.32.0-2 88.00 -23.00 65.00 OK
r-oldrel-windows-x86_64 1.32.0-2 315.00 69.00 384.00 OK

Check Details

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