Creates a header only package to link to the CGAL (Computational Geometry Algorithms Library) header files in Rcpp. There are a variety of potential uses for the software such as Hilbert sorting, KDtree nearest neighbors, and convex hull algorithms.
Creates a header only package to link to the CGAL (Computational Geometry Algorithms Library) header files in Rcpp. There are a variety of potential uses for the software such as Hilbert sorting, KDtree nearest neighbors, and convex hull algorithms.
To install R-RcppCGAL, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-RcppCGAL
To see what files were installed by R-RcppCGAL, run:
port contents R-RcppCGAL
To later upgrade R-RcppCGAL, run:
sudo port selfupdate && sudo port upgrade R-RcppCGAL
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.