unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57401] [PATCH 1/3] gnu: Add r-mapdata.
@ 2022-08-25  9:44 Wiktor Żelazny
  2022-08-25 10:09 ` [bug#57401] [PATCH 2/3] gnu: Add r-climatol Wiktor Żelazny
  2022-12-29 22:31 ` bug#57401: [PATCH 1/3] gnu: Add r-mapdata Ricardo Wurmus
  0 siblings, 2 replies; 4+ messages in thread
From: Wiktor Żelazny @ 2022-08-25  9:44 UTC (permalink / raw)
  To: 57401; +Cc: Wiktor Żelazny

From: Wiktor Żelazny <wzelazny@vurv.cz>

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ed541dd720..8a2302fca6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -34431,3 +34431,23 @@ (define-public r-sungeo
      "Tools for integrating spatially-misaligned GIS datasets.  Part of the
 Sub-National Geospatial Data Archive System.")
     (license license:gpl2)))
+
+(define-public r-mapdata
+  (package
+    (name "r-mapdata")
+    (version "2.3.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "mapdata" version))
+              (sha256
+               (base32
+                "0xnxh73rgcq55zrw81a2bq8yd67bxc2rafp4shf6nyrqj04iip0y"))))
+    (properties `((upstream-name . "mapdata")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-maps))
+    (home-page "https://cran.r-project.org/package=mapdata")
+    (synopsis "Extra Map Databases")
+    (description
+     "This is a supplement to the @code{maps} package providing the larger
+and/or higher-resolution databases.")
+    (license license:gpl2)))

base-commit: 98457ba47be4e8fc48a5d6256787c7a8dbd82b31
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-29 22:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25  9:44 [bug#57401] [PATCH 1/3] gnu: Add r-mapdata Wiktor Żelazny
2022-08-25 10:09 ` [bug#57401] [PATCH 2/3] gnu: Add r-climatol Wiktor Żelazny
2022-08-25 10:09   ` [bug#57401] [PATCH 3/3] gnu: Add r-climaemet Wiktor Żelazny
2022-12-29 22:31 ` bug#57401: [PATCH 1/3] gnu: Add r-mapdata Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).