Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

OsteoSort Version 1.2.6

Choose a tag to compare

@jjlynch2 jjlynch2 released this 15 Jul 03:18
· 254 commits to master since this release
6e8e6b1

#Current development status for 1.2.6

Installation

Requires Rtools to build on Windows

Requires Xcode to build on OSX

To install directly from GitHub use the devtools R package:

install.packages("devtools")

library(devtools)

install_github("jjlynch2/OsteoSort", ref="v1.2.6")

Depends

  • compiler
  • Morpho
  • parallel
  • pixmap
  • jpeg
  • CCA
  • data.table
  • Rcpp
  • RcppParallel
  • car

Changes for OsteoSort version : 1.2.6

Minor changes:

  • Updated imports for DESC
  • Adusted default scale option for 2D outline extraction

Moderate changes:

  • Added Boxcox transformation for t-tests
  • Added dependency on car
  • Added option to select number of Principal Components for regression analysis in reg.multitest()
  • Added option (default) to select number of Principal Components based on cumulative variance

Major changes:

  • Added input.3d() and match.3d() functions for importing and pair-matching 3D data respectively
  • Added rotation(), translation(), and mean_shape() functions

Bug fixes:

  • Fixed bug with prediction interval lines for simple regression