CRAN Package Check Results for Package clustermq

Last updated on 2026-04-26 02:49:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.9 54.63 78.75 133.38 OK
r-devel-linux-x86_64-debian-gcc 0.10.0 45.64 55.18 100.82 OK
r-devel-linux-x86_64-fedora-clang 0.10.0 99.00 113.69 212.69 NOTE
r-devel-linux-x86_64-fedora-gcc 0.10.0 136.00 123.28 259.28 NOTE
r-patched-linux-x86_64 0.9.9 53.75 73.60 127.35 OK
r-release-linux-x86_64 0.10.0 59.04 64.87 123.91 OK
r-release-macos-arm64 0.10.0 14.00 43.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 81.00 127.00 208.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 82.00 142.00 224.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