guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: Add r-mpm.


From: guix-commits
Subject: 08/16: gnu: Add r-mpm.
Date: Thu, 28 Mar 2019 13:25:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 409a13fe76621567e128ba519c8c92fc517cdc94
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 28 18:11:31 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 04c0f79..599fd6b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13586,3 +13586,27 @@ using the three.js visualization library.")
 learning benchmark problems, including, e.g., several data sets from the UCI
 repository.")
     (license license:gpl2)))
+
+(define-public r-mpm
+  (package
+    (name "r-mpm")
+    (version "1.0-22")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "mpm" version))
+       (sha256
+        (base32
+         "0wijw8v0wmbfrda5564cmnp788qmlkk21yn5cp5qk8aprm9l1fnk"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-kernsmooth" ,r-kernsmooth)
+       ("r-mass" ,r-mass)))
+    (home-page "http://mpm.r-forge.r-project.org";)
+    (synopsis "Multivariate projection methods")
+    (description
+     "This is a package for exploratory graphical analysis of multivariate
+data, specifically gene expression data with different projection methods:
+principal component analysis, correspondence analysis, spectral map
+analysis.")
+    (license license:gpl2+)))



reply via email to

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