[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/28: gnu: Add r-tmaptools.
From: |
guix-commits |
Subject: |
22/28: gnu: Add r-tmaptools. |
Date: |
Mon, 15 Mar 2021 05:55:32 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit 3095255b7bdb194479dbc58d6d51dff752b3352f
Author: Lars-Dominik Braun <ldb@leibniz-psychology.org>
AuthorDate: Mon Mar 15 10:38:48 2021 +0100
gnu: Add r-tmaptools.
* gnu/packages/cran.scm (r-tmaptools): New variable.
---
gnu/packages/cran.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3581d51..a539042 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27909,3 +27909,35 @@ light-weight geometry library used by
@url{http://postgis.net/,PostGIS}.")
(raster and vector data cubes) in @code{R}, using @code{GDAL} bindings provided
by @code{sf}, and @code{NetCDF} bindings by @code{ncmeta} and @code{RNetCDF}.")
(license license:asl2.0)))
+
+(define-public r-tmaptools
+ (package
+ (name "r-tmaptools")
+ (version "3.1-1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "tmaptools" version))
+ (sha256
+ (base32
+ "0bal3czrdr93qig8s5cf5szld5vjbbks67rismfhlkmlgw6wp2gx"))))
+ (properties `((upstream-name . "tmaptools")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-dichromat" ,r-dichromat)
+ ("r-lwgeom" ,r-lwgeom)
+ ("r-magrittr" ,r-magrittr)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-sf" ,r-sf)
+ ("r-stars" ,r-stars)
+ ("r-units" ,r-units)
+ ("r-viridislite" ,r-viridislite)
+ ("r-xml" ,r-xml)))
+ (home-page
+ "https://github.com/mtennekes/tmaptools")
+ (synopsis "Thematic Map Tools")
+ (description
+ "Set of tools for reading and processing spatial data. The aim is to
+supply the workflow to create thematic maps. This package also facilitates
+@code{tmap}, the package for visualizing thematic maps.")
+ (license license:gpl3)))
- 09/28: gnu: Add r-textclean., (continued)
- 09/28: gnu: Add r-textclean., guix-commits, 2021/03/15
- 10/28: gnu: Add r-striprtf., guix-commits, 2021/03/15
- 13/28: gnu: Add r-streamr, guix-commits, 2021/03/15
- 18/28: gnu: Add r-readtext., guix-commits, 2021/03/15
- 16/28: gnu: Add r-pdftools., guix-commits, 2021/03/15
- 05/28: gnu: Add r-textshape., guix-commits, 2021/03/15
- 15/28: gnu: Add r-qpdf., guix-commits, 2021/03/15
- 19/28: gnu: Add r-packcircles., guix-commits, 2021/03/15
- 20/28: gnu: Add r-lwgeom., guix-commits, 2021/03/15
- 21/28: gnu: Add r-stars., guix-commits, 2021/03/15
- 22/28: gnu: Add r-tmaptools.,
guix-commits <=
- 17/28: gnu: Add r-antiword., guix-commits, 2021/03/15
- 23/28: gnu: Add r-rworldmap., guix-commits, 2021/03/15
- 24/28: gnu: Add r-rtweet., guix-commits, 2021/03/15
- 28/28: gnu: Add r-textplot., guix-commits, 2021/03/15
- 26/28: gnu: Add r-eyelinker., guix-commits, 2021/03/15
- 25/28: gnu: Add r-intervals., guix-commits, 2021/03/15
- 27/28: gnu: Add r-btm., guix-commits, 2021/03/15