CRAN Package Check Results for Package cli

Last updated on 2026-03-20 22:54:12 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.6.5 17.98 171.83 189.81 NOTE
r-devel-linux-x86_64-debian-gcc 3.6.5 14.24 112.22 126.46 WARN
r-devel-linux-x86_64-fedora-clang 3.6.5 32.00 292.81 324.81 NOTE
r-devel-linux-x86_64-fedora-gcc 3.6.5 35.00 254.11 289.11 NOTE
r-devel-macos-arm64 3.6.5 6.00 47.00 53.00 OK
r-devel-windows-x86_64 3.6.5 58.00 195.00 253.00 NOTE
r-patched-linux-x86_64 3.6.5 22.22 149.51 171.73 OK
r-release-linux-x86_64 3.6.5 15.26 147.86 163.12 OK
r-release-macos-arm64 3.6.5 OK
r-release-macos-x86_64 3.6.5 16.00 158.00 174.00 OK
r-release-windows-x86_64 3.6.5 58.00 180.00 238.00 OK
r-oldrel-macos-arm64 3.6.5 OK
r-oldrel-macos-x86_64 3.6.5 16.00 148.00 164.00 OK
r-oldrel-windows-x86_64 3.6.5 68.00 232.00 300.00 OK

Check Details

Version: 3.6.5
Check: compiled code
Result: NOTE File ‘cli/libs/cli.so’: Found non-API calls to R: ‘Rf_findVar’, ‘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. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 3.6.5
Check: compiled code
Result: WARN File ‘cli/libs/cli.so’: Found non-API calls to R: ‘Rf_findVar’, ‘Rf_findVarInFrame’ These entry points may be removed soon: ‘Rf_findVar’, ‘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-linux-x86_64-debian-gcc

Version: 3.6.5
Check: compiled code
Result: NOTE File 'cli/libs/x64/cli.dll': Found non-API calls to R: 'Rf_findVar', '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