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.4.x (currently supporting only version 4.4.x binaries). We recommend using R through the RStudio IDE.
Binaries for R version 4.1.x up to 4.5.x and Linux binaries will be added soon.
Step-by-step guide
- Install R and RStudio:
- Download and install R, ensuring you select the correct installer for your operating system (Windows, macOS Intel, or macOS Apple Silicon).
- Download and install RStudio corresponding to your operating system.
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”.
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.4.x and restart RStudio to apply the change.
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 only available for R version 4.4. Ensure your R installation meets this requirement to avoid compatibility issues.
Load StratoBayes: Paste this into the R console within RStudio:
library(StratoBayes)
Using StratoBayes
Please start with the Vignette for an introduction to StratoBayes. To get help on individual functions, type e.g. ?StratData
in the console.