[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/41: gnu: Add r-als.
From: |
guix-commits |
Subject: |
18/41: gnu: Add r-als. |
Date: |
Wed, 9 Jan 2019 09:44:55 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit d28be7b76b58fd86cfc6fa5f0fa6ad95b1e633c6
Author: Ricardo Wurmus <address@hidden>
Date: Wed Jan 9 14:53:07 2019 +0100
gnu: Add r-als.
* gnu/packages/cran.scm (r-als): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 32f2595..44f79a5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9283,3 +9283,34 @@ linear order on both variables.")
\"Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and
Life Sciences\" by Ron Wehrens, Springer (2011).")
(license license:gpl2+)))
+
+(define-public r-als
+ (package
+ (name "r-als")
+ (version "0.0.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "ALS" version))
+ (sha256
+ (base32
+ "1swrn39vy50fazkpf97r7c542gkj6mlvy8gmcxllg7mf2mqx546a"))))
+ (properties `((upstream-name . "ALS")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-iso" ,r-iso)
+ ("r-nnls" ,r-nnls)))
+ (home-page "https://cran.r-project.org/web/packages/ALS")
+ (synopsis "Multivariate curve resolution alternating least squares")
+ (description
+ "Alternating least squares is often used to resolve components
+contributing to data with a bilinear structure; the basic technique may be
+extended to alternating constrained least squares. This package provides an
+implementation of @dfn{multivariate curve resolution alternating least
+squares} (MCR-ALS).
+
+Commonly applied constraints include unimodality, non-negativity, and
+normalization of components. Several data matrices may be decomposed
+simultaneously by assuming that one of the two matrices in the bilinear
+decomposition is shared between datasets.")
+ (license license:gpl2+)))
- 07/41: gnu: Add r-tfmpvalue., (continued)
- 07/41: gnu: Add r-tfmpvalue., guix-commits, 2019/01/09
- 04/41: gnu: Add r-flare., guix-commits, 2019/01/09
- 11/41: gnu: Add r-reportr., guix-commits, 2019/01/09
- 09/41: gnu: Add r-shades., guix-commits, 2019/01/09
- 14/41: gnu: Add r-kohonen., guix-commits, 2019/01/09
- 15/41: gnu: Add r-nnls., guix-commits, 2019/01/09
- 06/41: gnu: Add r-splitstackshape., guix-commits, 2019/01/09
- 02/41: gnu: Add r-rpostgresql., guix-commits, 2019/01/09
- 12/41: gnu: Add r-tractor-base., guix-commits, 2019/01/09
- 01/41: gnu: Add r-rspectra., guix-commits, 2019/01/09
- 18/41: gnu: Add r-als.,
guix-commits <=
- 10/41: gnu: Add r-ore., guix-commits, 2019/01/09
- 20/41: gnu: Add r-pixmap., guix-commits, 2019/01/09
- 23/41: gnu: Add r-bigrquery., guix-commits, 2019/01/09
- 33/41: gnu: Add r-assertive-types., guix-commits, 2019/01/09
- 32/41: gnu: Add r-assertive-reflection., guix-commits, 2019/01/09
- 36/41: gnu: Add r-assertive-datetimes., guix-commits, 2019/01/09
- 16/41: gnu: Add r-iso., guix-commits, 2019/01/09
- 17/41: gnu: Add r-chemometricswithr., guix-commits, 2019/01/09
- 24/41: gnu: Add r-gmp., guix-commits, 2019/01/09
- 25/41: gnu: Add r-rmpfr., guix-commits, 2019/01/09