From 61190955fdc2ffe289a6d19dbb5f5267b9c0ef42 Mon Sep 17 00:00:00 2001 From: Ilja Kocken Date: Mon, 20 May 2024 09:40:51 -1000 Subject: [PATCH] readme: add urls to my other clumped github repos --- R/calculate_etf.R | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/R/calculate_etf.R b/R/calculate_etf.R index a14fea2..e9962f4 100644 --- a/R/calculate_etf.R +++ b/R/calculate_etf.R @@ -15,7 +15,7 @@ #' @inheritParams quiet #' @family empirical transfer functions #' @returns Same as `.data` with new columns `etf`, `etf_coefs`, `slope`, and `intercept`. -#' @examples +# @examples # TODO #' @export calculate_etf <- function(.data, ..., diff --git a/README.md b/README.md index d218ca7..f15ca50 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,5 @@ Contributions to improving the clumped data processing package are more than wel - [`seasonalclumped`](https://github.com/nielsjdewinter/seasonalclumped) can be used to reconstruct temperature and salinity variations from seasonal oxygen and clumped isotope records. - [`isogeochem`](https://github.com/davidbajnai/isogeochem) can be used to calculate equilibrium Δ₄₇ and Δ₄₈ values, carbonate growth temperatures, isotopic fractionation factors and more. - [`D47crunch`](https://github.com/mdaeron/D47crunch) is the Python processing code to process clumped data from δ₄₇ values. It features a pooled regression for the empirical transfer function and many other features. +- [`clumpedcalib`](https://github.com/japhir/clumpedcalib) Calculate and Apply Clumped Isotope Calibrations Using Bootstrapping. +- [`clumped-processing`](https://github.com/UtrechtUniversity/clumped-processing) Clumped isotope measurement processing script for Thermo Fisher MAT 253 plus isotope ratio mass spectrometer with the Kiel IV used at Utrecht University.