CRAN Package Check Results for Package eseis

Last updated on 2025-03-17 18:51:27 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.0 61.98 270.09 332.07 OK
r-devel-linux-x86_64-debian-gcc 0.8.0 41.41 172.25 213.66 WARN
r-devel-linux-x86_64-fedora-clang 0.8.0 553.32 OK
r-devel-linux-x86_64-fedora-gcc 0.8.0 703.63 OK
r-devel-macos-arm64 0.8.0 120.00 OK
r-devel-macos-x86_64 0.8.0 240.00 OK
r-devel-windows-x86_64 0.8.0 96.00 262.00 358.00 OK
r-patched-linux-x86_64 0.8.0 63.16 259.37 322.53 OK
r-release-linux-x86_64 0.8.0 62.04 250.81 312.85 OK
r-release-macos-arm64 0.8.0 109.00 OK
r-release-macos-x86_64 0.8.0 226.00 OK
r-release-windows-x86_64 0.8.0 93.00 255.00 348.00 OK
r-oldrel-macos-arm64 0.8.0 OK
r-oldrel-macos-x86_64 0.8.0 202.00 OK
r-oldrel-windows-x86_64 0.8.0 118.00 349.00 467.00 OK

Check Details

Version: 0.8.0
Check: compiled code
Result: WARN File ‘eseis/libs/eseis.so’: Found ‘exit’, possibly from ‘exit’ (C) Object: ‘libmseed/libmseed.a’ Found ‘sprintf’, possibly from ‘sprintf’ (C) Object: ‘libmseed/libmseed.a’ Found ‘stderr’, possibly from ‘stderr’ (C) Object: ‘libmseed/libmseed.a’ Found ‘stdout’, possibly from ‘stdout’ (C) Object: ‘libmseed/libmseed.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. Flavor: r-devel-linux-x86_64-debian-gcc