CRAN Package Check Results for Package gifski

Last updated on 2025-03-19 08:52:44 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.32.0-1 116.11 17.54 133.65 WARN
r-devel-linux-x86_64-debian-gcc 1.32.0-1 92.82 14.55 107.37 WARN
r-devel-linux-x86_64-fedora-clang 1.32.0-2 241.98 OK
r-devel-linux-x86_64-fedora-gcc 1.32.0-2 241.83 OK
r-devel-macos-arm64 1.32.0-2 62.00 OK
r-devel-macos-x86_64 1.32.0-2 91.00 OK
r-devel-windows-x86_64 1.32.0-1 100.00 62.00 162.00 OK
r-patched-linux-x86_64 1.32.0-1 116.63 17.39 134.02 OK
r-release-linux-x86_64 1.32.0-1 116.76 16.73 133.49 OK
r-release-macos-arm64 1.32.0-2 73.00 OK
r-release-macos-x86_64 1.32.0-2 105.00 OK
r-release-windows-x86_64 1.32.0-2 94.00 73.00 167.00 OK
r-oldrel-macos-arm64 1.32.0-2 63.00 OK
r-oldrel-macos-x86_64 1.32.0-2 108.00 OK
r-oldrel-windows-x86_64 1.32.0-1 107.00 76.00 183.00 OK

Check Details

Version: 1.32.0-1
Check: compiled code
Result: WARN File ‘gifski/libs/gifski.so’: Found ‘_exit’, possibly from ‘_exit’ (C) Object: ‘myrustlib/target/release/libmyrustlib.a’ Found ‘abort’, possibly from ‘abort’ (C) Object: ‘myrustlib/target/release/libmyrustlib.a’ Found ‘exit’, possibly from ‘exit’ (C) Object: ‘myrustlib/target/release/libmyrustlib.a’ 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. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc