isotracer: an R package for the analysis of tracer addition experiments

CRAN version GitLab pipeline status Coverage report Lifecycle Status

Isotope tracer addition experiments are used to answer a wide variety of biological, ecological and evolutionary questions. In these experiments, a labeled element is injected into a biological system and its fate is traced throughout the system to estimate the flux of matter across compartments. Tracer additions can be used across all levels of biological organization from cells and tissues, to organisms and ecosystems. The isotracer package provides tools to analyze data from such experiments.

Getting started

The recommended way to install the package is to get it from CRAN:

install.packages("isotracer")

The documentation for the latest stable version is available online. Start with the Quick Start tutorial!

How to cite the package

Use citation("isotracer") to check how to cite isotracer:

Latest versions

You can install the latest stable version, which might be a bit more recent than the version currently on CRAN, directly from GitLab:

devtools::install_gitlab("matthieu-bruneaux/isotracer", quiet = TRUE)

Alternatively you can try the latest development version, but note that it might contain some maturing features with a changing interface and possibly some bugs!

devtools::install_gitlab("matthieu-bruneaux/isotracer@develop", quiet = TRUE)

The documentation for the development version is available online.

Contact