CRAN Package Check Results for Package bit

Last updated on 2024-08-16 12:49:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 4.0.5 13.43 179.15 192.58 NOTE
r-devel-linux-x86_64-debian-gcc 4.0.5 7.88 141.43 149.31 NOTE
r-devel-linux-x86_64-fedora-clang 4.0.5 296.08 NOTE
r-devel-linux-x86_64-fedora-gcc 4.0.5 308.34 NOTE
r-devel-windows-x86_64 4.0.5 16.00 241.00 257.00 NOTE
r-patched-linux-x86_64 4.0.5 12.25 173.17 185.42 OK
r-release-linux-x86_64 4.0.5 9.91 175.02 184.93 OK
r-release-macos-arm64 4.0.5 97.00 OK
r-release-macos-x86_64 4.0.5 180.00 OK
r-release-windows-x86_64 4.0.5 16.00 243.00 259.00 OK
r-oldrel-macos-arm64 4.0.5 89.00 OK
r-oldrel-macos-x86_64 4.0.5 148.00 OK
r-oldrel-windows-x86_64 4.0.5 18.00 270.00 288.00 OK

Additional issues

Strict

Check Details

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

Version: 4.0.5
Check: compiled code
Result: NOTE File 'bit/libs/x64/bit.dll': Found non-API calls to R: 'SETLENGTH', 'STRING_PTR', 'VECTOR_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-devel-windows-x86_64