CRAN Package Check Results for Package raceland

Last updated on 2026-04-25 10:51:07 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.2 56.95 130.81 187.76 OK
r-devel-linux-x86_64-debian-gcc 1.2.2 37.79 86.50 124.29 OK
r-devel-linux-x86_64-fedora-clang 1.2.2 89.00 194.19 283.19 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2.2 108.00 201.61 309.61 NOTE
r-patched-linux-x86_64 1.2.2 50.56 120.79 171.35 OK
r-release-linux-x86_64 1.2.2 40.19 117.48 157.67 OK
r-release-macos-arm64 1.2.2 11.00 27.00 38.00 OK
r-release-macos-x86_64 1.2.2 33.00 132.00 165.00 NOTE
r-release-windows-x86_64 1.2.2 70.00 139.00 209.00 OK
r-oldrel-macos-arm64 1.2.2 9.00 31.00 40.00 OK
r-oldrel-macos-x86_64 1.2.2 35.00 111.00 146.00 OK
r-oldrel-windows-x86_64 1.2.2 59.00 142.00 201.00 OK

Check Details

Version: 1.2.2
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘comat’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.2.2
Check: compiled code
Result: NOTE File ‘raceland/libs/raceland.so’: Found non-API call to R: ‘R_UnboundValue’ 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-x86_64