guix-commits
[Top][All Lists]
Advanced

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

08/112: gnu: Add r-rainbow.


From: guix-commits
Subject: 08/112: gnu: Add r-rainbow.
Date: Wed, 9 Dec 2020 16:06:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6279d2b6dd1216573e51e25b4479820b81c01a54
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 17:47:13 2020 +0100

    gnu: Add r-rainbow.
    
    * gnu/packages/cran.scm (r-rainbow): 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 e3451d9..5aa2b0d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19384,6 +19384,33 @@ and two dimensions, kernel estimation of univariate 
density functions
 conditional on one covariate, and multimodal regression.")
     (license license:gpl3)))
 
+(define-public r-rainbow
+  (package
+    (name "r-rainbow")
+    (version "3.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "rainbow" version))
+       (sha256
+        (base32
+         "11vfcck17d2xjc049ci5i8l1nqv345anmd110gdz7654i1pj9lb3"))))
+    (properties `((upstream-name . "rainbow")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-cluster" ,r-cluster)
+       ("r-colorspace" ,r-colorspace)
+       ("r-hdrcde" ,r-hdrcde)
+       ("r-ks" ,r-ks)
+       ("r-mass" ,r-mass)
+       ("r-pcapp" ,r-pcapp)))
+    (home-page "https://cran.r-project.org/web/packages/rainbow/";)
+    (synopsis "Bagplots, boxplots and rainbow plots for functional data")
+    (description
+     "This is a package for visualizing functional data and identifying
+functional outliers with bagplots, boxplots and rainbow plots.")
+    (license license:gpl3)))
+
 (define-public r-fda
   (package
     (name "r-fda")



reply via email to

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