guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: Add r-mapplots.


From: guix-commits
Subject: 01/10: gnu: Add r-mapplots.
Date: Fri, 29 Mar 2019 14:28:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1fab2cf811a686ee0be3f64226e34ee86b4102ab
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 29 17:43:25 2019 +0100

    gnu: Add r-mapplots.
    
    * gnu/packages/cran.scm (r-mapplots): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0d49875..4e3b2d8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13795,3 +13795,24 @@ species accumulation curve, or the library complexity 
curve in high-throughput
 genomic sequencing.  The package includes both parametric and nonparametric
 methods, as described by Deng C, et al. (2018).")
     (license license:gpl3)))
+
+(define-public r-mapplots
+  (package
+    (name "r-mapplots")
+    (version "1.5.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "mapplots" version))
+       (sha256
+        (base32
+         "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/mapplots/";)
+    (synopsis "Data visualization on maps")
+    (description
+     "This package helps you create simple maps; add sub-plots like pie plots
+to a map or any other plot; format, plot and export gridded data.  The package
+was developed for displaying fisheries data but most functions can be used for
+more generic data visualisation.")
+    (license license:gpl2+)))



reply via email to

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