mesheR is an R-package providing methods for mesh manipulations in R. Its main feature are advanced surface registration algorithms.
This code is still under development, the API may change without further notice, so see commit log in case your old code does not work any more.
-
install devtools from within R (Ubuntu/Debian users will have to install libcurl4-gnutls-dev beforehand):
install.packages("devtools")
-
Install build environment
-
In R run the command:
require(devtools) install_github("zarquon42b/mesheR")