cgal_is_installed {RcppCGAL}R 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()

[Package RcppCGAL version 5.6.3 Index]