https://github.com/cran/baseline
Raw File
Tip revision: 03477216144db034b8ea97ac5b94d3559b8635ca authored by Kristian Hovde Liland on 18 November 2023, 11:40:07 UTC
version 1.3-5
Tip revision: 0347721
DESCRIPTION
Encoding: UTF-8
Package: baseline
Type: Package
Title: Baseline Correction of Spectra
Version: 1.3-5
Date: 2023-11-18
Authors@R: c(person(given = "Kristian Hovde", 
                    family = "Liland", 
                    role = c("aut","cre"), 
                    email="kristian.liland@nmbu.no", 
                    comment = c(ORCID = "0000-0001-6468-9423")), 
             person(given = "Bjørn-Helge", 
                    family = "Mevik", 
                    role=c("aut")), 
             person(given = "Roberto", 
                    family = "Canteri", 
                    role=c("ctb")))
Maintainer: Kristian Hovde Liland <kristian.liland@nmbu.no>
Description: Collection of baseline correction algorithms, along with a framework and a Tcl/Tk enabled GUI for optimising baseline algorithm parameters. Typical use of the package is for removing background effects from spectra originating from various types of spectroscopy and spectrometry, possibly optimizing this with regard to regression or classification results. Correction methods include polynomial fitting, weighted local smoothers and many more.
License: GPL-2
Depends: R (>= 3.5.0)
Imports: graphics, SparseM, grDevices, stats, methods, limSolve
Suggests: gWidgets2, gWidgets2tcltk, IDPmisc, lattice, pls, MASS
LazyLoad: true
LazyData: true
URL: https://github.com/khliland/baseline/
BugReports: https://github.com/khliland/baseline/issues/
ZipData: true
NeedsCompilation: no
Packaged: 2023-11-18 11:16:05 UTC; kristian
Author: Kristian Hovde Liland [aut, cre]
    (<https://orcid.org/0000-0001-6468-9423>),
  Bjørn-Helge Mevik [aut],
  Roberto Canteri [ctb]
Repository: CRAN
Date/Publication: 2023-11-18 11:40:07 UTC
back to top