guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/41: gnu: Add r-chemometricswithr.


From: guix-commits
Subject: 17/41: gnu: Add r-chemometricswithr.
Date: Wed, 9 Jan 2019 09:44:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9401f56b814d9ff68b280d0df853823e56865ab7
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 9 14:51:08 2019 +0100

    gnu: Add r-chemometricswithr.
    
    * gnu/packages/cran.scm (r-chemometricswithr): New variable.
---
 gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b06c350..32f2595 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9256,3 +9256,30 @@ the combination of non-negative and non-positive 
constraints.")
 order (univariate) isotonic regression and bivariate isotonic regression with
 linear order on both variables.")
     (license license:gpl2+)))
+
+(define-public r-chemometricswithr
+  (package
+    (name "r-chemometricswithr")
+    (version "0.1.11")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ChemometricsWithR" version))
+       (sha256
+        (base32
+         "00z09bplm5qvd31y7m4b4knsrl0n27j9635m1gdak6lg4db4nxrd"))))
+    (properties
+     `((upstream-name . "ChemometricsWithR")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-devtools" ,r-devtools)
+       ("r-kohonen" ,r-kohonen)
+       ("r-mass" ,r-mass)
+       ("r-pls" ,r-pls)))
+    (home-page "https://github.com/rwehrens/CWR";)
+    (synopsis "Chemometrics with R")
+    (description
+     "This package provides functions and scripts used in the book
+\"Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and
+Life Sciences\" by Ron Wehrens, Springer (2011).")
+    (license license:gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]