guix-commits
[Top][All Lists]
Advanced

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

11/43: gnu: Add r-hexbin.


From: Ricardo Wurmus
Subject: 11/43: gnu: Add r-hexbin.
Date: Tue, 26 Apr 2016 15:06:41 +0000

rekado pushed a commit to branch master
in repository guix.

commit bae79538528ce20139d18bc3ee68dba405e0a612
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Apr 20 14:14:41 2016 +0200

    gnu: Add r-hexbin.
    
    * gnu/packages/statistics.scm (r-hexbin): New variable.
---
 gnu/packages/statistics.scm |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 44553d5..8992024 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2442,6 +2442,29 @@ that reshape did.  In particular, built-in methods only 
work for data frames,
 and tidyr provides no margins or aggregation.")
     (license license:expat)))
 
+(define-public r-hexbin
+  (package
+    (name "r-hexbin")
+    (version "1.27.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "hexbin" version))
+       (sha256
+        (base32
+         "0xi6fbf1fvyn2gffr052n3viibqzpr3603sgi4xaminbzja4syjh"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-lattice" ,r-lattice)))
+    (native-inputs
+     `(("gfortran" ,gfortran)))
+    (home-page "http://github.com/edzer/hexbin";)
+    (synopsis "Hexagonal binning routines")
+    (description
+     "This package provides binning and plotting functions for hexagonal bins.
+It uses and relies on grid graphics and formal (S4) classes and methods.")
+    (license license:gpl2+)))
+
 (define-public r-plotly
   (package
     (name "r-plotly")



reply via email to

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