[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+)))
- branch master updated (32e0f90 -> 51e98f7), guix-commits, 2019/03/29
- 01/10: gnu: Add r-mapplots.,
guix-commits <=
- 03/10: gnu: Add r-gofuncr., guix-commits, 2019/03/29
- 04/10: gnu: Add r-abaenrichment., guix-commits, 2019/03/29
- 02/10: gnu: Add r-abadata., guix-commits, 2019/03/29
- 07/10: gnu: Add r-allelicimbalance., guix-commits, 2019/03/29
- 05/10: gnu: Add r-annotationfuncs., guix-commits, 2019/03/29
- 08/10: gnu: Add r-aucell., guix-commits, 2019/03/29
- 06/10: gnu: Add r-annotationtools., guix-commits, 2019/03/29
- 10/10: gnu: Add r-yamss., guix-commits, 2019/03/29
- 09/10: gnu: Add r-ebimage., guix-commits, 2019/03/29