CRAN Package Check Results for Package tomledit

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 79.64 23.70 103.34 WARN
r-devel-linux-x86_64-debian-gcc 0.1.0 64.49 18.44 82.93 WARN
r-devel-linux-x86_64-fedora-clang 0.1.0 167.01 WARN
r-devel-linux-x86_64-fedora-gcc 0.1.0 185.69 WARN
r-devel-macos-arm64 0.1.0 60.00 OK
r-devel-macos-x86_64 0.1.0 107.00 OK
r-devel-windows-x86_64 0.1.0 72.00 52.00 124.00 OK
r-patched-linux-x86_64 0.1.0 79.92 22.64 102.56 NOTE
r-release-linux-x86_64 0.1.0 80.65 22.31 102.96 OK
r-release-macos-arm64 0.1.0 58.00 OK
r-release-macos-x86_64 0.1.0 128.00 OK
r-release-windows-x86_64 0.1.0 75.00 52.00 127.00 OK
r-oldrel-macos-arm64 0.1.0 56.00 OK
r-oldrel-macos-x86_64 0.1.0 112.00 OK
r-oldrel-windows-x86_64 0.1.0 72.00 56.00 128.00 OK

Check Details

Version: 0.1.0
Check: compiled code
Result: WARN File ‘tomledit/libs/tomledit.so’: Found ‘abort’, possibly from ‘abort’ (C) Object: ‘rust/target/release/libtomledit.a’ File ‘tomledit/libs/tomledit.so’: Found non-API call to R: ‘DATAPTR’ 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. Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: compiled code
Result: NOTE File ‘tomledit/libs/tomledit.so’: Found non-API call to R: ‘DATAPTR’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavor: r-patched-linux-x86_64