Skip to content

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

Notifications You must be signed in to change notification settings

jakubnowicki/geomorph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geomorph

Geomorph is a software package for performing all stages of geometric morphometric shape analysis of landmark points and curves in 2-and-3-dimensions as well as 3D surfaces in the R statistical computing environment. This repository is dedicated to providing beta versions between CRAN uploads. Details of the installion can be found here: http://www.geomorph.net/installing-geomorph.html .

To install the current geomorph R-package from CRAN:

Within R:

install.packages("geomorph")

To install the current version of geomorph R-package (same as CRAN) from Github using devtools:

Within R:

install.packages("devtools")

devtools::install_github("EmSherratt/geomorph")

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

Sometimes errors slip thorugh the cracks and are uploaded with the CRAN version. The "Stable" release of the current version of geomorph is held here on GitHub to fix major bugs.

Within R:

install.packages("devtools")

devtools::install_github("EmSherratt/geomorph",ref = "Stable")

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

Within R:

install.packages("devtools")

devtools::install_github("EmSherratt/geomorph",ref = "Develop")

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 89.5%
  • C 10.5%