CRAN Package Check Results for Package yyjsonr

Last updated on 2026-03-26 05:51:18 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.21 21.44 38.05 59.49 WARN
r-devel-linux-x86_64-debian-gcc 0.1.21 24.36 29.37 53.73 WARN
r-devel-linux-x86_64-fedora-clang 0.1.21 24.00 61.18 85.18 WARN
r-devel-linux-x86_64-fedora-gcc 0.1.21 60.00 69.03 129.03 WARN
r-devel-macos-arm64 0.1.21 5.00 18.00 23.00 OK
r-devel-windows-x86_64 0.1.21 33.00 68.00 101.00 NOTE
r-patched-linux-x86_64 0.1.21 30.09 33.93 64.02 OK
r-release-linux-x86_64 0.1.21 30.55 33.50 64.05 OK
r-release-macos-arm64 0.1.21 OK
r-release-macos-x86_64 0.1.21 17.00 125.00 142.00 OK
r-release-windows-x86_64 0.1.21 35.00 65.00 100.00 OK
r-oldrel-macos-arm64 0.1.21 OK
r-oldrel-macos-x86_64 0.1.21 17.00 119.00 136.00 OK
r-oldrel-windows-x86_64 0.1.21 36.00 75.00 111.00 OK

Additional issues

rchk

Check Details

Version: 0.1.21
Check: compiled code
Result: WARN File ‘yyjsonr/libs/yyjsonr.so’: Found non-API call to R: ‘Rf_findVarInFrame’ This entry point may be removed soon. 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.21
Check: compiled code
Result: NOTE File 'yyjsonr/libs/x64/yyjsonr.dll': Found non-API call to R: 'Rf_findVarInFrame' 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