gh
package.cgal_install()
function to download the header files AFTER installation. This can be
circumvented via some environmental options as listed in the
installation vignettestd::cerr
optional
with default to clean them up. See documentation for
cgal_install()
.cgal_version()
will now display the guessed version
from GitHub OR the file/url path used to download/install the
headerfiles.Clang-14 throws a warning for some bitwise logical operators in “Uncertain.h”. I updated the downloader function to change these instances.
Updated the package to CGAL v5.4. Caught a bug when replacing CGAL error outputs where it didn’t properly include Rcpp. Moved all Rcpp includes to the tops of files to prevent this in the future.
Updated the package to edit out references to std::cerr
and std::cout
when copying header files. Should prevent
error for CRAN checks when attempting to use this package for other R
packages on CRAN.
First release! Header files for CGAL for use in R. Supports CGAL v5.3.1.