CRAN Package Check Results for Package warp

Last updated on 2025-11-16 04:49:00 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 4.76 59.89 64.65 WARN
r-devel-linux-x86_64-debian-gcc 0.2.2 3.84 41.92 45.76 OK
r-devel-linux-x86_64-fedora-clang 0.2.1 23.00 70.91 93.91 WARN
r-devel-linux-x86_64-fedora-gcc 0.2.2 11.00 104.80 115.80 OK
r-devel-windows-x86_64 0.2.2 14.00 74.00 88.00 OK
r-patched-linux-x86_64 0.2.1 4.47 55.95 60.42 NOTE
r-release-linux-x86_64 0.2.1 4.23 57.06 61.29 NOTE
r-release-macos-arm64 0.2.1 4.00 46.00 50.00 NOTE
r-release-macos-x86_64 0.2.2 11.00 140.00 151.00 OK
r-release-windows-x86_64 0.2.2 12.00 77.00 89.00 OK
r-oldrel-macos-arm64 0.2.1 3.00 40.00 43.00 OK
r-oldrel-macos-x86_64 0.2.2 11.00 152.00 163.00 OK
r-oldrel-windows-x86_64 0.2.2 13.00 89.00 102.00 OK

Check Details

Version: 0.2.1
Check: compiled code
Result: WARN File ‘warp/libs/warp.so’: Found non-API calls to R: ‘OBJECT’, ‘Rf_findVarInFrame3’, ‘STRING_PTR’ These entry points may be removed soon: ‘OBJECT’, ‘STRING_PTR’ 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

Version: 0.2.1
Check: compiled code
Result: NOTE File ‘warp/libs/warp.so’: Found non-API calls to R: ‘OBJECT’, ‘Rf_findVarInFrame3’, ‘STRING_PTR’ 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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64