guix-commits
[Top][All Lists]
Advanced

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

03/324: gnu: Add r-aplot.


From: guix-commits
Subject: 03/324: gnu: Add r-aplot.
Date: Sat, 5 Jun 2021 03:14:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d5c08f11e1c17a10625d413b1aa7350218f61dfc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 4 16:07:03 2021 +0200

    gnu: Add r-aplot.
    
    * gnu/packages/cran.scm (r-aplot): 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 ab21707..eee883a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17673,6 +17673,33 @@ making it possible to download files over HTTPS across 
platforms.  The
 external dependencies.  This package has is implemented purely in R.")
     (license license:gpl2)))
 
+(define-public r-aplot
+  (package
+    (name "r-aplot")
+    (version "0.0.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "aplot" version))
+       (sha256
+        (base32
+         "08kqrm9r57l8zgij897wpp428l4i50qfhp7y78r3pk5pjz37bsan"))))
+    (properties `((upstream-name . "aplot")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ggplot2" ,r-ggplot2)
+       ("r-magrittr" ,r-magrittr)
+       ("r-patchwork" ,r-patchwork)))
+    (home-page "https://github.com/YuLab-SMU/aplot";)
+    (synopsis "Decorate a ggplot with associated information")
+    (description
+     "Users may want to align plots with associated information that requires
+axes to be exactly matched in subplots, e.g. hierarchical clustering with a
+heatmap.  This package provides utilities to align associated subplots to a
+main plot at different sides (left, right, top and bottom) with axes exactly
+matched.")
+    (license license:artistic2.0)))
+
 (define-public r-rex
   (package
     (name "r-rex")



reply via email to

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