Download Latest Version Morpho_2.0.3-1.tar.gz (2.3 MB)
Email in envelope

Get an email when there's a new version of Morpho

Home / mesheR
Name Modified Size InfoDownloads / 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":
  1. Make sure to work with the latest version of R and install dependencies

    1. Make sure, you already have Morpho and Rvcg installed.
    2. install additional dependencies from CRAN (type the following commands into your R terminal)::
         install.packages(c("spam","colorspace")
      
  2. Download the version suitable for your OS Either the compiled package (for Windows and OS X) or the source tarball (Linux) from here.

  3. Installation command from within R:

    install.packages("Path_to_downloaded_package_Rvcg[Version_OS]",repos=NULL)
    
  4. check if the package can be loaded:

    load package: library(mesheR)
    
Installation of the R-package "mesheR" (latest development code) using devtools:
  1. Make sure, you already have Morpho and Rvcg installed.
  2. install devtools from within R (Ubuntu/Debian users will have to install libcurl4-gnutls-dev beforehand):

    install.packages("devtools")
    
  3. Install build environment

    • Windows: Install latest version of Rtools. During installation of Rtools make sure to install the toolchain, and to select "Edit the system path" (and confirming the installers suggestions).
    • OSX: Install XCODE
  4. In R run the command:

    require(devtools)
    install_url("https://github.com/zarquon42b/mesheR/archive/master.zip")
    
Source: README.md, updated 2013-08-02