CRAN Package Check Results for Package kgrams

Last updated on 2026-04-28 08:53:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 82.39 116.53 198.92 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 71.31 94.68 165.99 OK
r-devel-linux-x86_64-fedora-clang 0.2.1 102.00 169.87 271.87 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.1 185.00 180.04 365.04 NOTE
r-devel-windows-x86_64 0.2.1 99.00 166.00 265.00 OK
r-patched-linux-x86_64 0.2.1 96.13 109.53 205.66 OK
r-release-linux-x86_64 0.2.1 94.14 111.92 206.06 OK
r-release-macos-arm64 0.2.1 19.00 25.00 44.00 OK
r-release-macos-x86_64 0.2.1 57.00 133.00 190.00 NOTE
r-release-windows-x86_64 0.2.1 93.00 169.00 262.00 OK
r-oldrel-macos-arm64 0.2.1 OK
r-oldrel-macos-x86_64 0.2.1 50.00 133.00 183.00 OK
r-oldrel-windows-x86_64 0.2.1 117.00 217.00 334.00 OK

Check Details

Version: 0.2.1
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘RcppProgress’ All declared Imports should be used. 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 ‘kgrams/libs/kgrams.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