R package to validate and automatically repair planar partitions using the pprepair Cpp tool.

Installation

The pprepair Cpp library need these two libraries to compile:

The R package pprepr solves the CGAL dependencies by using the cgal4h that expose CGAL 4 headers. We use rwinlib to provide GDAL on Windows in order to build this package from source. You will need the latest version of rtools in order to build the source code on Windows.

pprepair can also use these optional libraries:

They are disabled by default on Windows but required if you want to build the package in a Linux/OS X environment unless you change the configure.ac file. After installing all these libraries, you can now install the development version of the pprepr R package from Gitlab using the remotes R package with:

# install.packages("remotes")
remotes::install_gitlab("dickoa/pprepr")