GNU bug report logs -
#55852
[PATCH 1/6] gnu: Add r-spacetime.
Previous Next
Reported by: Wiktor Żelazny <wz <at> freeshell.de>
Date: Wed, 8 Jun 2022 16:55:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 2 years and 327 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.