Skip to content

isoverse/isoprocessor2

Repository files navigation

isoprocessor2

Documentation R-CMD-check Codecov test coverage

Overview

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.

Installation

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")

About

No description, website, or topics provided.

Resources

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE
AGPL-3.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages