tylermorganwall
found bug and fixed. Thank you!CGAL_DIR
as beforecgal_install()
function. Had planned to give an error via lifecycle
package; however, CRAN maintainers are not reading their emails and assume the function is still working. Previously, planned to soft deprecate but CRAN objected.gh
packageset_cgal
function (and unset_cgal()
) to help users who may have trouble setting the environmental variables on their own.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 (#issue-1092895079).
First release! Header files for CGAL for use in R. Supports CGAL v5.3.1.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.