Skip to content

R package exposing CGAL 4 C++ header-only library

Notifications You must be signed in to change notification settings

dickoa/cgal4headers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitLab CI Build Status

cgal4headers

R interface to the C++ header-only CGAL version 4 library

This package is using the version 4.14.3 of CGAL.

Install

Install the development version with the remotes R package

remotes::install_gitlab("dickoa/cgal4headers")

Using cgal4headers

To use cgal4headers in your own package, add a dependency to cgal4headers to your cpp files before a call to #include <Rcpp.h>

// [[Rcpp::depends(cgal4headers)]]

#include <Rcpp.h>

License

This package is provided under the double GPL-3 | LGPL-3 license like CGAL.

About

R package exposing CGAL 4 C++ header-only library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published