Morpho Wiki
Brought to you by:
zarquon42b
Make sure to work with the latest version of R and install dependencies (type the following commands into your R terminal):
install.packages("Rcpp")
Download the version suitable for your OS from here
Either the compiled package (for Windows and OS X) or the source tarball (Linux).
Installation command from within R:
install.packages("Path_to_downloaded_package_Rvcg[Version_OS]",repos=NULL)
check if the package can be loaded:
load package: library(Rvcg)
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_url("https://github.com/zarquon42b/Rvcg/archive/master.zip")