chromatographR

R-CMD-check

Overview

chromatographR is a package for the reproducible analysis of HPLC-DAD chromatographic data in R.

Installation

You can install chromatographR from GitHub using the devtools package:

install.packages("devtools")
devtools::install_github("https://github.com/ethanbass/chromatographR/")

To build the vignette, include the argument build_vignettes=TRUE (Note: this will take considerably longer than building the package without the vignette).

Usage

Please see the vignette included with the package for details on the application of chromatographR for the analysis of HPLC data. chromatographR can now import ChemStation and MassHunter file formats (using the parsers included with the Aston package for Python) as well as regular csv files.