GNU bug report logs - #30570
Patches submitted on behalf of Nextjournal

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Wed, 21 Feb 2018 19:34:01 UTC

Severity: normal

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 30570 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: 30570 <at> debbugs.gnu.org
Subject: [PATCH 04/16] gnu: Add r-mapproj.
Date: Wed, 21 Feb 2018 14:35:08 -0500
* gnu/packages/geo.scm (r-mapproj): New variable.
---
 gnu/packages/geo.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 367895018..8e066197d 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -399,3 +399,25 @@ development.")
 Projection code and larger maps are in separate packages ('mapproj' and
 'mapdata').")
    (license license:gpl2)))
+
+(define-public r-mapproj
+  (package
+   (name "r-mapproj")
+   (version "1.2-5")
+   (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "mapproj" version))
+       (sha256
+        (base32
+         "0rjz37r4rizk2c6jaf54f0kfb60dqv6b262cnhiwjl55d4x6l0pk"))))
+   (build-system r-build-system)
+   (propagated-inputs `(("r-maps" ,r-maps)))
+   (home-page "https://cran.r-project.org/web/packages/mapproj")
+   (synopsis "Map projection in R")
+   (description "This package converts latitude/longitude into projected
+coordinates.")
+   (license (list license:gpl2 ; The R interface
+                  (license:non-copyleft ; The C code
+                    "https://www.gnu.org/licenses/license-list.en.html#lucent102"
+                    "Lucent Public License Version 1.02")))))
-- 
2.16.1





This bug report was last modified 7 years and 66 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.