CRAN Package Check Results for Package clustermq

Last updated on 2026-05-01 01:49:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.10.0 62.14 70.62 132.76 OK
r-devel-linux-x86_64-debian-gcc 0.10.0 43.88 54.80 98.68 OK
r-devel-linux-x86_64-fedora-clang 0.10.0 89.00 109.40 198.40 NOTE
r-devel-linux-x86_64-fedora-gcc 0.10.0 126.00 116.85 242.85 NOTE
r-devel-windows-x86_64 0.10.0 96.00 117.00 213.00 OK
r-patched-linux-x86_64 0.10.0 61.49 64.80 126.29 OK
r-release-linux-x86_64 0.10.0 59.04 64.87 123.91 OK
r-release-macos-arm64 0.10.0 15.00 42.00 57.00 OK
r-release-macos-x86_64 0.10.0 46.00 235.00 281.00 NOTE
r-release-windows-x86_64 0.10.0 86.00 147.00 233.00 OK
r-oldrel-macos-arm64 0.10.0 11.00 43.00 54.00 OK
r-oldrel-macos-x86_64 0.10.0 45.00 171.00 216.00 OK
r-oldrel-windows-x86_64 0.10.0 94.00 138.00 232.00 OK

Check Details

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

Version: 0.10.0
Check: compiled code
Result: NOTE File ‘clustermq/libs/clustermq.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