set_cgal | R Documentation |
This package will set the CGAL_DIR
environmental variable if you don't know how. Then you can re-install the RcppCGAL
package and the installation should use your preferred source of the CGAL library. Note the cleaner functions will run automatically and replace the calls to std::err and exit in the C code. They have been tested on CGAL 5.6 so are not guaranteed to work with other versions of the CGAL headers.
set_cgal(path)
path |
character vector. either a URL or system path |
Invisibley returns TRUE if the CGAL_DIR
variable was successfully set or or FALSE if it was not.
unset_cgal()
## Not run:
set_cgal("path/to/include/CGAL")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.