all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Wiktor Żelazny" <wz@freeshell.de>
To: 55852@debbugs.gnu.org
Cc: "Wiktor Żelazny" <wz@freeshell.de>
Subject: [bug#55852] [PATCH 6/6] gnu: Add r-sungeo.
Date: Wed,  8 Jun 2022 19:05:16 +0200	[thread overview]
Message-ID: <20220608170516.2206-5-wz@freeshell.de> (raw)
In-Reply-To: <20220608170516.2206-1-wz@freeshell.de>

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8445aee0b5..ab913cef6c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33471,3 +33471,52 @@ (define-public r-measurements
 measurements easier.  One can convert between metric and imperial units, or
 calculate a dimension's unknown value from other dimensions' measurements.")
     (license license:gpl3)))
+
+(define-public r-sungeo
+  (package
+    (name "r-sungeo")
+    (version "0.2.288")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "SUNGEO" version))
+              (sha256
+               (base32
+                "0c8y0ngx1020rw2v00rxmq8syd72f41ckik5sg7gigg7d80gi31w"))
+              (modules '((guix build utils)))
+              (snippet '(begin
+                          ;; Fortunately, the package does not actually use
+                          ;; rmapshaper, which has got a js/node dependency.
+                          ;; The only occurrence is in R/point2poly_tess.R,
+                          ;; where it is commented out.
+                          (substitute* "DESCRIPTION"
+                            (("rmapshaper,") ""))
+                          (substitute* "NAMESPACE"
+                            (("importFrom\\(rmapshaper,ms_dissolve\\)
+") ""))
+                          #t))))
+    (properties `((upstream-name . "SUNGEO")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-automap
+                             r-cartogram
+                             r-data-table
+                             r-dplyr
+                             r-fasterize
+                             r-httr
+                             r-jsonlite
+                             r-measurements
+                             r-packcircles
+                             r-purrr
+                             r-rann
+                             r-raster
+                             r-rcpp
+                             r-rcurl
+                             r-rlang
+                             r-sf
+                             r-sp
+                             r-spdep))
+    (home-page "https://github.com/zhukovyuri/SUNGEO/")
+    (synopsis "Sub-National Geospatial Data Archive: Geoprocessing Toolkit")
+    (description
+     "Tools for integrating spatially-misaligned GIS datasets.  Part of the
+Sub-National Geospatial Data Archive System.")
+    (license license:gpl2)))
-- 
2.36.1





  parent reply	other threads:[~2022-06-08 17:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08 16:54 [bug#55852] [PATCH 1/6] gnu: Add r-spacetime Wiktor Żelazny
2022-06-08 17:05 ` [bug#55852] [PATCH 2/6] gnu: Add r-gstat Wiktor Żelazny
2022-06-08 17:05   ` [bug#55852] [PATCH 3/6] gnu: Add r-automap Wiktor Żelazny
2022-06-08 17:05   ` [bug#55852] [PATCH 4/6] gnu: Add r-cartogram Wiktor Żelazny
2022-06-08 17:05   ` [bug#55852] [PATCH 5/6] gnu: Add r-measurements Wiktor Żelazny
2022-06-08 17:05   ` Wiktor Żelazny [this message]
2022-07-01  8:38 ` bug#55852: [PATCH 1/6] gnu: Add r-spacetime Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220608170516.2206-5-wz@freeshell.de \
    --to=wz@freeshell.de \
    --cc=55852@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.