guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Remove duplicate definition of r-heatmaply.


From: Ricardo Wurmus
Subject: 01/01: gnu: Remove duplicate definition of r-heatmaply.
Date: Tue, 5 Jun 2018 08:00:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a64e30ed9edbe4692db6b8310c01a442b8db1db4
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jun 5 13:59:15 2018 +0200

    gnu: Remove duplicate definition of r-heatmaply.
    
    * gnu/packages/cran.scm (r-heatmaply): Remove duplicate.
---
 gnu/packages/cran.scm | 42 +-----------------------------------------
 1 file changed, 1 insertion(+), 41 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f4f1403..10cdd1b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2566,47 +2566,6 @@ dissimilarity plots, and visual assessment of cluster 
tendency plots (VAT and
 iVAT).")
     (license license:gpl3)))
 
-(define-public r-heatmaply
-  (package
-    (name "r-heatmaply")
-    (version "0.14.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (cran-uri "heatmaply" version))
-       (sha256
-        (base32
-         "03p2caclhfgqgpx3wwck5h06jy3mxgs05gjmwkb7hmwghkjh41jc"))))
-    (build-system r-build-system)
-    (propagated-inputs
-     `(("r-assertthat" ,r-assertthat)
-       ("r-colorspace" ,r-colorspace)
-       ("r-dendextend" ,r-dendextend)
-       ("r-ggplot2" ,r-ggplot2)
-       ("r-gplots" ,r-gplots)
-       ("r-htmlwidgets" ,r-htmlwidgets)
-       ("r-knitr" ,r-knitr) ; needed for vignettes
-       ("r-magrittr" ,r-magrittr)
-       ("r-plotly" ,r-plotly)
-       ("r-rcolorbrewer" ,r-rcolorbrewer)
-       ("r-reshape2" ,r-reshape2)
-       ("r-scales" ,r-scales)
-       ("r-seriation" ,r-seriation)
-       ("r-viridis" ,r-viridis)
-       ("r-webshot" ,r-webshot)))
-    (home-page "https://cran.r-project.org/package=heatmaply";)
-    (synopsis "Interactive cluster heat maps using plotly")
-    (description "Heatmaps are used in many fields for visualizing
-observations, correlations, missing values patterns, and more.  Interactive
-heatmaps allow the inspection of specific value by hovering the mouse over a
-cell, as well as zooming into a region of the heatmap by dragging a rectangle
-around the relevant area.  This work is based on the @code{ggplot2} and
address@hidden engine.  It produces similar heatmaps as @code{heatmap.2} or
address@hidden, with the advantage of speed, the ability to zoom from the
-dendrogram panes, and the placing of factor variables in the sides of the
-heatmap.")
-    (license (list license:gpl2 license:gpl3))))
-
 (define-public r-xfun
   (package
     (name "r-xfun")
@@ -3269,6 +3228,7 @@ exponentiation.")
        ("r-ggplot2" ,r-ggplot2)
        ("r-gplots" ,r-gplots)
        ("r-htmlwidgets" ,r-htmlwidgets)
+       ("r-knitr" ,r-knitr) ; needed for vignettes
        ("r-magrittr" ,r-magrittr)
        ("r-plotly" ,r-plotly)
        ("r-rcolorbrewer" ,r-rcolorbrewer)



reply via email to

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