StratoBayes

Automated stratigraphic correlation and age modelling

About

StratoBayes is implemented as a package for the R programming language. Please follow the installation instructions below.

Note: This version of StratoBayes is licenced for non-commercial use only. For commercial inquiries, please email us.

Installation

StratoBayes requires R version 4.2.x – 4.5.x. We recommend using R through the RStudio IDE.

Binaries are available for Windows and macOS.

Step-by-step guide

  1. Install R and RStudio:

If you are unsure which version of Mac you are using, click the apple logo in the top left corner and select “About This Mac”. Check the processor type. “Apple M1”, “M2”, or later require R for Apple silicon; Intel processors (i5, i7, i9, etc.) require R “For older Intel Macs”.

  1. Confirm R version in RStudio:

    • Open RStudio.

    • Select your R version via:

      Tools → Global Options → General → R version
    • If not already selected, chose R version 4.5.x (or 4.4.x, 4.3.x or 4.2.x) and restart RStudio to apply the change.

  2. Install StratoBayes: Paste the following command into the R console within RStudio:

    install.packages("StratoBayes", 
                     repos = c("https://stratobayes.github.io", getOption("repos")), 
                     type = "binary", 
                     dependencies = TRUE)

Note: Currently, StratoBayes binaries are available for R versions 4.2 and upwards (4.2 - 4.5). Ensure your R installation meets this requirement to avoid compatibility issues. Binaries are available for Windows and macOS.

  1. Load StratoBayes: Paste this into the R console within RStudio:

    library(StratoBayes)

Using StratoBayes

For an introduction to using StratoBayes, please see the Getting Started vignette. It can be also be accessed in the R console with:

vignette("StratoBayes")

To get help on individual functions, type e.g. ?StratData in the console.

For an overview of available tutorials, visit the Vignette index.