jjlynch2 / OsteoSort

Statistical osteological sorting R package for commingled human remains using metric, 2D, and 3D data.

Home Page:https://osteocoder.com/osteosort.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OsteoSort 1.3.1

Installation

require("devtools")
install_github("jjlynch2/OsteoSort", ref="v1.3.1")
library(OsteoSort)
OsteoSort()

Development Version (v1.3.2)

require("devtools")
install_github("jjlynch2/OsteoSort")
library(OsteoSort)
OsteoSort()

R Dependencies

  • pixmap
  • jpeg
  • Morpho
  • DT
  • shiny
  • htmltools
  • zip
  • rgl
  • ClusterR
  • JuliaCall
  • ggplot2
  • shinyalerts
  • ggrepel
  • networkD3
  • network
  • sna
  • grid
  • dplyr
  • shinydashboard
  • shinyWidgets

Julia Dependencies

  • Pkg
  • Statistics
  • Distributed
  • SharedArrays
  • Optim
  • Rmath

Changes for OsteoSort version 1.3.x

  • Optimized Julia code for three-dimensional osteometric sorting

Other Windows Dependencies

  • Julia must be in your Windows environrment PATH to run.

Known Issues

  • Some versions of JuliaCall require RCall to be manually rebuilt in Julia.
  • Some newer versions of R may require Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true") to avoid warnings being converted to errors during installation.

About

Statistical osteological sorting R package for commingled human remains using metric, 2D, and 3D data.

https://osteocoder.com/osteosort.html

License:GNU General Public License v2.0


Languages

Language:R 84.3%Language:Julia 12.5%Language:JavaScript 2.9%Language:VBScript 0.3%Language:CSS 0.1%