isoprocessor2 provides data processing and reduction pipelines for stable isotope data read with isoreader2. It succeeds the isoprocessor package, rebuilt to work directly with the aggregated data from isoreader2.
This package is in early development.
isoprocessor2 is not yet on the Comprehensive R Archive Network (CRAN) but you can install the latest version from GitHub as shown below. If you are on Windows, make sure to install the equivalent version of Rtools for your version of R.
# checks that you are set up to build R packages from source
if (!requireNamespace("pkgbuild", quietly = TRUE)) {
install.packages("pkgbuild")
}
pkgbuild::check_build_tools()
# installs the latest isoprocessor2 package (and isoreader2) from GitHub
if (!requireNamespace("pak", quietly = TRUE)) {
install.packages("pak")
}
pak::pak("isoverse/isoprocessor2")