CRAN Package Check Results for Package warp

Last updated on 2025-12-19 08:48:51 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2 4.33 65.30 69.63 OK
r-devel-linux-x86_64-debian-gcc 0.2.2 3.66 41.44 45.10 OK
r-devel-linux-x86_64-fedora-clang 0.2.2 8.00 103.75 111.75 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.2 8.00 117.03 125.03 NOTE
r-devel-windows-x86_64 0.2.2 12.00 78.00 90.00 OK
r-patched-linux-x86_64 0.2.2 4.66 61.48 66.14 OK
r-release-linux-x86_64 0.2.2 4.27 61.99 66.26 OK
r-release-macos-arm64 0.2.1 NOTE
r-release-macos-x86_64 0.2.2 5.00 146.00 151.00 OK
r-release-windows-x86_64 0.2.2 13.00 78.00 91.00 OK
r-oldrel-macos-arm64 0.2.2 2.00 54.00 56.00 OK
r-oldrel-macos-x86_64 0.2.2 5.00 158.00 163.00 OK
r-oldrel-windows-x86_64 0.2.2 12.00 101.00 113.00 OK

Check Details

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

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. Flavor: r-release-macos-arm64