CRAN Package Check Results for Package Rapi

Last updated on 2026-03-31 20:55:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.6 18.17 41.29 59.46 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.6 14.32 30.99 45.31 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.6 33.00 63.68 96.68 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.6 37.00 57.35 94.35 NOTE
r-devel-macos-arm64 1.0.6 4.00 24.00 28.00 NOTE
r-devel-windows-x86_64 1.0.6 25.00 90.00 115.00 NOTE
r-patched-linux-x86_64 1.0.6 16.17 36.01 52.18 NOTE
r-release-linux-x86_64 1.0.6 16.21 35.58 51.79 NOTE
r-release-macos-arm64 1.0.6 NOTE
r-release-macos-x86_64 1.0.6 11.00 52.00 63.00 NOTE
r-release-windows-x86_64 1.0.6 24.00 89.00 113.00 NOTE
r-oldrel-macos-arm64 1.0.6 OK
r-oldrel-macos-x86_64 1.0.6 11.00 48.00 59.00 OK
r-oldrel-windows-x86_64 1.0.6 27.00 102.00 129.00 OK

Check Details

Version: 1.0.6
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘evds_table_api.R’ ‘excel_internal.R’ ‘request_funcs.R’ ‘sp_df_utils.R’ 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, r-devel-macos-arm64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 1.0.6
Check: compiled code
Result: NOTE File ‘Rapi/libs/Rapi.so’: Found non-API call to R: ‘R_UnboundValue’ 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

Version: 1.0.6
Check: compiled code
Result: NOTE File 'Rapi/libs/x64/Rapi.dll': Found non-API call to R: 'R_UnboundValue' 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-devel-windows-x86_64