Package: alkahest
Title: Pre-Processing XY Data from Experimental Methods
Version: 1.0.0
Authors@R: 
    c(person(given = "Nicolas",
             family = "Frerebeau",
             role = c("aut", "cre"),
             email = "nicolas.frerebeau@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "0000-0001-5759-4944", 
                         affiliation = "Université Bordeaux Montaigne")),
      person(given = "Brice",
             family = "Lebrun",
             role = "ctb",
             email = "brice.lebrun@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "0000-0001-7503-8685")))
Maintainer: Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr>
Description: A lightweight, dependency-free toolbox for pre-processing XY data 
    from experimental methods (i.e. any signal that can be measured along a 
    continuous variable). This package provides methods for baseline estimation 
    and correction, smoothing, normalization, integration and peaks detection.
    Baseline correction methods includes polynomial fitting as described in
    Lieber and Mahadevan-Jansen (2003) <doi:10.1366/000370203322554518>,
    Rolling Ball algorithm after Kneen and Annegarn (1996) 
    <doi:10.1016/0168-583X(95)00908-6>, SNIP algorithm after Ryan et al.
    (1988) <doi:10.1016/0168-583X(88)90063-8>, 4S Peak Filling after
    Liland (2015) <doi:10.1016/j.mex.2015.02.009> and more.
License: GPL (>= 3)
URL: https://packages.tesselle.org/alkahest/,
        https://github.com/tesselle/alkahest
BugReports: https://github.com/tesselle/alkahest/issues
Depends: R (>= 3.3)
Encoding: UTF-8
RoxygenNote: 7.2.1
Imports: grDevices, methods, stats, utils
Suggests: knitr, Matrix, rmarkdown, testthat (>= 3.0.0)
Collate: 'AllGenerics.R' 'alkahest-package.R' 'baseline.R' 'data.R'
        'helpers.R' 'integrate.R' 'peaks.R' 'replace.R' 'resample.R'
        'rescale.R' 'signal.R' 'smooth.R' 'windows.R'
LazyData: true
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-09-15 09:25:48 UTC; nicolas
Author: Nicolas Frerebeau [aut, cre] (<https://orcid.org/0000-0001-5759-4944>,
    Université Bordeaux Montaigne),
  Brice Lebrun [ctb] (<https://orcid.org/0000-0001-7503-8685>)
Repository: CRAN
Date/Publication: 2022-09-15 10:00:02 UTC
