CRAN Package Check Results for Package caugi

Last updated on 2026-04-11 06:50:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 208.34 139.87 348.21 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 165.25 101.36 266.61 OK
r-devel-linux-x86_64-fedora-clang 1.1.0 360.00 250.69 610.69 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.0 344.00 223.72 567.72 OK
r-devel-macos-arm64 1.1.0 46.00 21.00 67.00 OK
r-devel-windows-x86_64 1.1.0 305.00 195.00 500.00 OK
r-patched-linux-x86_64 1.1.0 212.91 131.61 344.52 NOTE
r-release-linux-x86_64 1.1.0 208.68 122.26 330.94 OK
r-release-macos-arm64 1.1.0 49.00 26.00 75.00 OK
r-release-macos-x86_64 1.1.0 161.00 259.00 420.00 OK
r-release-windows-x86_64 1.1.0 240.00 183.00 423.00 OK
r-oldrel-macos-arm64 1.1.0 53.00 49.00 102.00 OK
r-oldrel-macos-x86_64 1.1.0 155.00 175.00 330.00 OK
r-oldrel-windows-x86_64 1.1.0 248.00 226.00 474.00 OK

Check Details

Version: 1.1.0
Check: compilation flags in Makevars
Result: NOTE Package has both ‘src/Makevars.in’ and ‘src/Makevars’. Installation with --no-configure' is unlikely to work. If you intended ‘src/Makevars’ to be used on Windows, rename it to ‘src/Makevars.win’ otherwise remove it. If ‘configure’ created ‘src/Makevars’, you need a ‘cleanup’ script. Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.0
Check: compiled code
Result: NOTE File ‘caugi/libs/caugi.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-patched-linux-x86_64