Package: racir
Type: Package
Title: Rapid A/Ci Response (RACiR) Data Analysis
Version: 2.0.0
Date: 2020-07-27
Author: person("Joseph", "Stinziano", email = "josephstinziano@gmail.com",
  role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7628-4201"))
Maintainer: Joseph Stinziano <josephstinziano@gmail.com>
Description: Contains functions useful for reading in Licor 6800 files,
    correcting and analyzing rapid A/Ci response (RACiR) data. Requires some
    user interaction to adjust the calibration (empty chamber) data file to 
    a useable range. Calibration uses a 1st to 5th order polynomial as 
    suggested in Stinziano et al. (2017) <https://doi.org/10.1111/pce.12911>.
    Data can be processed individually or batch processed for all files paired
    with a given calibration file. RACiR is a trademark of LI-COR Biosciences,
    and used with permission.
URL: https://github.com/jstinzi/racir
BugReports: https://github.com/jstinzi/racir/issues
License: MIT + file LICENSE
Depends: R (>= 4.0.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests: knitr,
    rmarkdown,
    testthat
VignetteBuilder: knitr
Imports: utils,
    stats,
    graphics
