CRAN Package Check Results for Package otelsdk

Last updated on 2026-07-29 04:55:13 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.4 625.74 42.29 668.03 OK
r-devel-linux-x86_64-debian-gcc 0.2.4 419.93 31.72 451.65 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.4 802.00 48.18 850.18 OK
r-devel-linux-x86_64-fedora-gcc 0.2.4 500.00 27.18 527.18 OK
r-devel-windows-x86_64 0.2.4 793.00 181.00 974.00 OK
r-patched-linux-x86_64 0.2.4 544.72 39.14 583.86 OK
r-release-linux-x86_64 0.2.4 564.61 40.01 604.62 OK
r-release-macos-arm64 0.2.4 124.00 6.00 130.00 OK
r-release-macos-x86_64 0.2.4 418.00 193.00 611.00 OK
r-release-windows-x86_64 0.2.4 791.00 182.00 973.00 OK
r-oldrel-macos-arm64 0.2.4 113.00 10.00 123.00 OK
r-oldrel-macos-x86_64 0.2.4 420.00 258.00 678.00 OK
r-oldrel-windows-x86_64 0.2.4 868.00 241.00 1109.00 OK

Additional issues

musl

Check Details

Version: 0.2.4
Check: compiled code
Result: NOTE File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/otelsdk/libs/otelsdk.so’: Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++) Found ‘_ZSt4cout’, possibly from ‘std::cout’ (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