CRAN Package Check Results for Package h5lite

Last updated on 2026-07-29 20:56:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.1.1 10.76 65.52 76.28 OK
r-devel-linux-x86_64-debian-gcc 2.1.1.1 8.83 47.70 56.53 WARN
r-devel-linux-x86_64-fedora-clang 2.1.1.1 15.00 97.22 112.22 OK
r-devel-linux-x86_64-fedora-gcc 2.1.1.1 8.00 57.76 65.76 OK
r-devel-windows-x86_64 2.1.1.1 17.00 115.00 132.00 OK
r-patched-linux-x86_64 2.1.1.1 11.10 59.98 71.08 OK
r-release-linux-x86_64 2.1.1.1 10.12 60.84 70.96 OK
r-release-macos-arm64 2.1.1.1 3.00 27.00 30.00 OK
r-release-macos-x86_64 2.1.1.1 7.00 104.00 111.00 OK
r-release-windows-x86_64 2.1.1.1 19.00 127.00 146.00 OK
r-oldrel-macos-arm64 2.1.1.1 2.00 28.00 30.00 OK
r-oldrel-macos-x86_64 2.1.1.1 7.00 84.00 91.00 OK
r-oldrel-windows-x86_64 2.1.1.1 27.00 152.00 179.00 OK

Check Details

Version: 2.1.1.1
Check: compiled code
Result: WARN File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/h5lite/libs/h5lite.so’: Found ‘sprintf’, possibly from ‘sprintf’ (C) Found ‘stderr’, possibly from ‘stderr’ (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