Package: chromConverter
Title: Chromatographic File Converter
Version: 0.1.0
Authors@R: person("Ethan", "Bass", , "ethanbass@gmail.com", role = c("aut",
    "cre"), comment = c(ORCID = "0000-0002-6175-6739"))
Maintainer: Ethan Bass <ethanbass@gmail.com>
Description: Reads chromatograms from binary formats into R objects. Currently supports conversion of Agilent ChemStation '.uv' and MassHunter '.sp', files using file parsers from the 'Aston' package <https://github.com/bovee/aston>.
License: GPL (>= 3)
URL: https://github.com/ethanbass/chromConverter
BugReports: https://github.com/ethanbass/chromConverter/issues
Imports: reticulate, utils
Config/reticulate: list( packages = list( list(package = "scipy",
        "numpy", "pandas"), list(package="aston", pip = TRUE) ) )
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.2
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-04-14 23:20:33 UTC; ethanbass
Author: Ethan Bass [aut, cre] (<https://orcid.org/0000-0002-6175-6739>)
Repository: CRAN
Date/Publication: 2022-04-19 08:02:32 UTC
