Site icon R-bloggers

Geomorph update 2.1.1 now available!

[This article was first published on geomorph, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Geomorph users,

We have uploaded version 2.1.1 to CRAN. The windows and mac binaries have been compiled and the tarball is available.

Version 2.1.1 contains small updates and fixes a few small bugs.

New Feature: Specimens can now be rotated to their principal axes in gpagen() with option to disable (PrinAxes=TRUE by default). This helps visualizations in other functions. Thank you to Jessie Atterholt of UC Berkeley for this suggestion. 
example:
data(hummingbirds)

gpagen(hummingbirds$land,curves=hummingbirds$curvepts, PrinAxes=TRUE)

Bug Fixes: 


Computational Change: Underlying code for ancestral state estimation (used in plotGMPhyloMorphoSpace() and physignal()) has been changed to use fastAnc() from Liam Revell’s phytools.

Emma
To leave a comment for the author, please follow the link and comment on their blog: geomorph.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.