[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: Add r-baseline.
From: |
guix-commits |
Subject: |
03/06: gnu: Add r-baseline. |
Date: |
Sun, 22 Jan 2023 03:09:30 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 63b7039cc188dd510aee2702f26c3d1f1861b95b
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Tue Jan 17 13:25:35 2023 +0100
gnu: Add r-baseline.
* gnu/packages/cran.scm (r-baseline): New variable.
---
gnu/packages/cran.scm | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5f23298e15..d94e2d4c59 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2018 Sandeep Subramanian <sandeepsubramanian94@gmail.com>
;;; Copyright © 2018 Charlie Ritter <chewzeirta@posteo.net>
;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen@fastmail.net>
-;;; Copyright © 2018, 2020, 2021, 2022 Mădălin Ionel Patrașcu
<madalinionel.patrascu@mdc-berlin.de>
+;;; Copyright © 2018, 2020-2023 Mădălin Ionel Patrașcu
<madalinionel.patrascu@mdc-berlin.de>
;;; Copyright © 2018 Laura Lazzati <laura.lazzati.15@gmail.com>
;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
@@ -9313,6 +9313,34 @@ with a simple base32 encoder/decoder suited for case
insensitive file
systems.")
(license license:gpl3)))
+(define-public r-baseline
+ (package
+ (name "r-baseline")
+ (version "1.3-4")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "baseline" version))
+ (sha256
+ (base32
+ "1kl68zvyi2zd73jy3axrvrymwn4y6l4pd62nz0fciwbgkjhz3yyx"))))
+ (properties `((upstream-name . "baseline")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-gwidgets2tcltk ;for GUI
+ r-limsolve
+ r-sparsem))
+ (home-page "https://github.com/khliland/baseline/")
+ (synopsis "Baseline correction of spectra")
+ (description
+ "This package is a collection of baseline correction algorithms. Beside
+those it provides a framework and a Tcl/Tk enabled GUI for optimizing baseline
+algorithm parameters. Typical use is the removal of the background effects
from
+spectra, which are originating from various types of spectroscopy and
spectrometry.
+Also, there is a possibility of optimizing this with regard to regression or
+classification results. Correction methods include polynomial fitting,
weighted
+local smoothers and many more.")
+ (license license:gpl2)))
+
(define-public r-radiant-data
(package
(name "r-radiant-data")
- branch master updated (bbc8f4c29e -> 3d9516344e), guix-commits, 2023/01/22
- 03/06: gnu: Add r-baseline.,
guix-commits <=
- 02/06: gnu: Add r-gwidgets2tcltk., guix-commits, 2023/01/22
- 01/06: gnu: Add r-gwidgets2., guix-commits, 2023/01/22
- 04/06: gnu: Add r-missforest., guix-commits, 2023/01/22
- 05/06: gnu: Add r-speaq., guix-commits, 2023/01/22
- 06/06: gnu: Add r-alpsnmr., guix-commits, 2023/01/22