emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#57401: closed ([PATCH 1/3] gnu: Add r-mapdata.)


From: GNU bug Tracking System
Subject: bug#57401: closed ([PATCH 1/3] gnu: Add r-mapdata.)
Date: Thu, 29 Dec 2022 22:32:02 +0000

Your message dated Thu, 29 Dec 2022 23:31:32 +0100
with message-id <87tu1d7sfi.fsf@elephly.net>
and subject line [PATCH 1/3] gnu: Add r-mapdata.
has caused the debbugs.gnu.org bug report #57401,
regarding [PATCH 1/3] gnu: Add r-mapdata.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57401: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57401
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/3] gnu: Add r-mapdata. Date: Thu, 25 Aug 2022 11:44:52 +0200
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




--- End Message ---
--- Begin Message --- Subject: [PATCH 1/3] gnu: Add r-mapdata. Date: Thu, 29 Dec 2022 23:31:32 +0100 User-agent: mu4e 1.8.13; emacs 28.2
Applied, thank you!

-- 
Ricardo


--- End Message ---

reply via email to

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