cgal_is_installed: Check if CGAL header files exist in RcppCGAL package

View source: R/cgal_check.R

cgal_is_installedR Documentation

Check if CGAL header files exist in RcppCGAL package

Description

Check if CGAL header files exist in RcppCGAL package

Usage

cgal_is_installed()

Details

This function will perform a very simple check to see if the CGAL folder exists in the include directory and that it is non-empty. If the folder exists and is non-empty, the function returns TRUE; otherwise the function returns FALSE.

Value

logical value

Examples

cgal_is_installed()

RcppCGAL documentation built on Sept. 11, 2024, 7:55 p.m.