Package: accucor
Type: Package
Title: Natural Abundance Correction of Mass Spectrometer Data
Version: 0.3.1
Authors@R: c(
    person(given = "Xiaoyang",
           family = "Su",
           email = "xs137@rwjms.rutgers.edu",
           role = "aut",
           comment = c(ORCID = "0000-0001-8081-1396")),
    person(given = "Lance",
           family = "Parsons",
           email = "lparsons@princeton.edu",
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-8521-714X")),
    person(given = "Yujue",
           family = "Wang",
           email = "yw429@rwjms.rutgers.edu",
           role = "ctb",
           comment = c(ORCID = "0000-0001-7088-1729")),
    person(given = "Princeton University",
           role = "cph"))
Description: An isotope natural abundance correction algorithm that
  is needed especially for high resolution mass spectrometers. Supports
  correction for 13C, 2H and 15N. Su X, Lu W and Rabinowitz J (2017)
  <doi:10.1021/acs.analchem.7b00396>.
URL: https://github.com/XiaoyangSu/AccuCor
BugReports: https://github.com/XiaoyangSu/AccuCor/issues
License: MIT + file LICENSE
Encoding: UTF-8
Imports: nnls, dplyr, stringr, readxl, readr, rlang, tibble, writexl,
        CHNOSZ
RoxygenNote: 7.2.3
Suggests: testthat
NeedsCompilation: no
Packaged: 2023-09-14 14:08:53 UTC; lparsons
Author: Xiaoyang Su [aut] (<https://orcid.org/0000-0001-8081-1396>),
  Lance Parsons [aut, cre] (<https://orcid.org/0000-0002-8521-714X>),
  Yujue Wang [ctb] (<https://orcid.org/0000-0001-7088-1729>),
  Princeton University [cph]
Maintainer: Lance Parsons <lparsons@princeton.edu>
Repository: CRAN
Date/Publication: 2023-09-14 15:30:05 UTC
Built: R 4.6.0; ; 2025-08-18 12:09:12 UTC; unix
