Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
archive | 2013-06-27 | ||
README.md | 2013-08-02 | 2.0 kB | |
mesheR_0.3.tgz | 2013-06-28 | 75.9 kB | |
mesheR_0.3.zip | 2013-06-28 | 296.4 kB | |
mesheR_0.3.tar.gz | 2013-06-28 | 23.9 kB | |
Totals: 5 Items | 398.2 kB | 0 |
mesheR
mesheR is an R-package providing methods for mesh manipulations in R. Its main feature are advanced surface registration algorithms.
Installation of the R package "mesheR":
-
Make sure to work with the latest version of R and install dependencies
-
Download the version suitable for your OS Either the compiled package (for Windows and OS X) or the source tarball (Linux) from here.
-
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(mesheR)
Installation of the R-package "mesheR" (latest development code) using devtools:
- Make sure, you already have Morpho and Rvcg installed.
-
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/mesheR/archive/master.zip")