CRAN Package Check Results for Package datefixR

Last updated on 2026-07-28 21:52:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.1 143.13 51.61 194.74 OK
r-devel-linux-x86_64-debian-gcc 2.0.1 120.99 40.79 161.78 NOTE
r-devel-linux-x86_64-fedora-clang 2.0.1 247.00 77.25 324.25 OK
r-devel-linux-x86_64-fedora-gcc 2.0.1 86.00 40.27 126.27 OK
r-devel-windows-x86_64 2.0.1 149.00 102.00 251.00 OK
r-patched-linux-x86_64 2.0.1 145.87 46.40 192.27 OK
r-release-linux-x86_64 2.0.1 149.77 46.60 196.37 OK
r-release-macos-arm64 2.0.1 35.00 3.00 38.00 OK
r-release-macos-x86_64 2.0.1 118.00 115.00 233.00 OK
r-release-windows-x86_64 2.0.1 148.00 95.00 243.00 OK
r-oldrel-macos-arm64 2.0.1 35.00 10.00 45.00 OK
r-oldrel-macos-x86_64 2.0.1 122.00 110.00 232.00 OK
r-oldrel-windows-x86_64 2.0.1 168.00 117.00 285.00 OK

Check Details

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