The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

geomorph

Geomorph is a software package for performing all stages of geometric morphometric shape analysis of 2- and 3-dimensional landmark points, as well as semilandmarks on curves and surfaces, in the R statistical computing environment. This repository is dedicated to providing beta versions between CRAN uploads.

To install the current geomorph R-package from CRAN:

Within R:

install.packages(“geomorph”)

For Mac users: please also install XQuartz from https://www.xquartz.org/. This allows the library(rgl) to function.

To install the current version of geomorph R-package from Github using devtools:

Within R:

install.packages(“devtools”)

devtools::install_github(“geomorphR/geomorph”, ref = “Stable”, build_vignettes = TRUE)

This installs a stable release of the current version of geomorph on CRAN, allowing us to quickly fix errors that slip thorough the cracks and are uploaded with the CRAN version.

To install the Development version (beta) of geomorph R-package from Github using devtools:

Within R:

install.packages(“devtools”)

devtools::install_github(“geomorphR/geomorph”, ref = “Develop”, build_vignettes = TRUE)

NOTE FOR THE PRE-RELEASE (BETA) VERSION: We strongly discourage you from publishing results with this version, unless you check with the authors first.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.