unset_cgal {RcppCGAL} | R Documentation |
Unset the CGAL header file directory
Description
This package will remove the CGAL_DIR
environmental variable.
Usage
unset_cgal(...)
Arguments
... |
Not used at this time |
Value
Invisibley returns TRUE if the CGAL_DIR
variable was successfully removed or or FALSE if it was not.
See Also
Examples
## Not run:
unset_cgal()
## End(Not run)
[Package RcppCGAL version 5.6.4 Index]