Skip to content

KopfLab/2025_keller_et_al

Repository files navigation

Keller et al. (2025) supplemental

This repository holds data and supplementary source code to reproduce H isotope data reduction steps in Keller et al. (submitted).

What can I do with this code?

We hope that this code, or any part of it, might prove useful to other members of the scientific community interested in the subject matter. This repository is released under a Creative Commons BY (CC-BY) license, which means all code can be shared and adapted for any purpose as long as appropriate credit is given. See Attribution section for details.

What is Quarto?

Quarto is a so-called "literate programming" notebook format that enables easy creation of dynamic documents with R and other programming languages. HTML and PDF reports can be generated from Quarto files using knitr, which can be installed automatically with RStudio, and is fully integrated into this cross-platform IDE. All software used for these reports (Quarto, R, RStudio, etc.) is freely available and completely open-source.

How can I run this code?

The quickest and easiest way is to use RStudio.

  1. Download and install R for your operating system
  2. Download and install RStudio for your operating system
  3. Download and install Quarto for your operating system
  4. Download a zip file of this repository and unpack it in an easy to find directory on your computer
  5. Navigate to the directory and double-click the project.Rproj file to start RStudio and load this project.
  6. Install the required libraries by running the following command in the Console in RStudio: install.packages("pak"); pak::pak(c("tidyverse", "latex2exp", "cowplot", "ggrepel", "readxl", "openxlsx", "isoverse/isoreader", "isoverse/isoprocessor")) or by installing them manually in RStudio's Packages manager.
  7. Open the .qmd notebooks in the file browser
  8. To generate an HTML report ("render HTML"), select File --> Render document from the menu. The HTML report will be displayed upon successful completion and is saved as a standalone file in the same directory. All generated data figures are saved as PDF and PNG in the plots sub-directory. All generated data tables are saved as XLSX in the output sub-directory.

Troubleshooting notes

The R Markdown files in this repository make use of various R modules for data processing, plotting and modelling. All of these should be installed automatically when the first R Markdown file is knitted (if the knitting fails because of a missing package, please install it manually, an error will indicate which package could not be installed).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages