CRAN Package Check Results for Maintainer ‘Frederik Fabricius-Bjerre <frederik at fabriciusbjerre.dk>’

Last updated on 2026-04-11 06:51:25 CEST.

Package NOTE OK
caugi 2 12

Package caugi

Current CRAN status: NOTE: 2, OK: 12

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