[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/21: gnu: r-pheatmap: Move to (gnu packages cran).
From: |
guix-commits |
Subject: |
03/21: gnu: r-pheatmap: Move to (gnu packages cran). |
Date: |
Mon, 25 Nov 2019 08:05:49 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 5b720c15d1842b203d133ba46d91749f66ba07cc
Author: Ricardo Wurmus <address@hidden>
Date: Sun Nov 24 14:06:16 2019 +0100
gnu: r-pheatmap: Move to (gnu packages cran).
* gnu/packages/statistics.scm (r-pheatmap): Move from here...
* gnu/packages/cran.scm (r-pheatmap): ...to here.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
gnu/packages/statistics.scm | 24 ------------------------
2 files changed, 23 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 82ff17d..d612719 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -123,6 +123,29 @@ provides methods for automatically determining breaks and
labels for axes and
legends.")
(license license:expat)))
+(define-public r-pheatmap
+ (package
+ (name "r-pheatmap")
+ (version "1.0.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "pheatmap" version))
+ (sha256
+ (base32
+ "1hdh74az3vyzz6dqa311rhxdm74n46lyr03p862kn80p0kp9d7ap"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-gtable" ,r-gtable)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-scales" ,r-scales)))
+ (home-page "https://cran.r-project.org/web/packages/pheatmap")
+ (synopsis "Pretty heatmaps")
+ (description
+ "This package provides an implementation of heatmaps that offers more
+control over dimensions and appearance.")
+ (license license:gpl2+)))
+
(define-public r-ellipsis
(package
(name "r-ellipsis")
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index ea91126..a83e792 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -848,30 +848,6 @@ functions of regression coefficients, and @code{epredict}
methods that handle
non-estimable cases correctly.")
(license license:gpl2+)))
-(define-public r-pheatmap
- (package
- (name "r-pheatmap")
- (version "1.0.12")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "pheatmap" version))
- (sha256
- (base32
- "1hdh74az3vyzz6dqa311rhxdm74n46lyr03p862kn80p0kp9d7ap"))))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-gtable" ,r-gtable)
- ("r-rcolorbrewer" ,r-rcolorbrewer)
- ("r-scales" ,r-scales)))
- (home-page
- "https://cran.r-project.org/web/packages/pheatmap")
- (synopsis "Pretty heatmaps")
- (description
- "This package provides an implementation of heatmaps that offers more
-control over dimensions and appearance.")
- (license license:gpl2+)))
-
(define-public r-labeling
(package
(name "r-labeling")
- 04/21: gnu: r-digest: Update to 0.6.23., (continued)
- 04/21: gnu: r-digest: Update to 0.6.23., guix-commits, 2019/11/25
- 06/21: gnu: r-rcppeigen: Update to 0.3.3.7.0., guix-commits, 2019/11/25
- 15/21: gnu: r-sjplot: Update to 2.8.0., guix-commits, 2019/11/25
- 13/21: gnu: r-parameters: Update to 0.3.0., guix-commits, 2019/11/25
- 19/21: gnu: r-bookdown: Update to 0.16., guix-commits, 2019/11/25
- 21/21: gnu: guile-gi: Update to 0.2.1., guix-commits, 2019/11/25
- 01/21: gnu: r-scales: Move to (gnu packages cran)., guix-commits, 2019/11/25
- 16/21: gnu: r-tidytree: Update to 0.3.0., guix-commits, 2019/11/25
- 02/21: gnu: r-scales: Update to 1.1.0., guix-commits, 2019/11/25
- 05/21: gnu: r-rlang: Update to 0.4.2., guix-commits, 2019/11/25
- 03/21: gnu: r-pheatmap: Move to (gnu packages cran).,
guix-commits <=
- 12/21: gnu: r-abn: Update to 2.2., guix-commits, 2019/11/25
- 08/21: gnu: r-insight: Update to 0.7.0., guix-commits, 2019/11/25
- 07/21: gnu: Add r-effectsize., guix-commits, 2019/11/25
- 14/21: gnu: r-tidyverse: Update to 1.3.0., guix-commits, 2019/11/25
- 17/21: gnu: r-rnifti: Update to 1.0.0., guix-commits, 2019/11/25
- 10/21: gnu: r-prodlim: Update to 2019.11.13., guix-commits, 2019/11/25
- 20/21: gnu: Add bsequencer., guix-commits, 2019/11/25
- 11/21: gnu: r-limsolve: Update to 1.5.6., guix-commits, 2019/11/25
- 18/21: gnu: r-protviz: Update to 0.5.1., guix-commits, 2019/11/25
- 09/21: gnu: r-webshot: Update to 0.5.2., guix-commits, 2019/11/25