mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: r-sungeo: Update to 1.3.0.
* gnu/packages/cran.scm (r-sungeo): Update to 1.3.0. [source]: Remove obsolete snippet. [propagated-inputs]: Remove r-sp; add r-rmapshaper. [native-inputs]: Add r-codetools. Change-Id: Iceca0e28314f31e326b7d7f8d4a03a71b770025f
This commit is contained in:
parent
6b10c8c334
commit
2a2785c1a6
1 changed files with 5 additions and 14 deletions
|
@ -42932,26 +42932,17 @@ (define-public r-measurements
|
||||||
(define-public r-sungeo
|
(define-public r-sungeo
|
||||||
(package
|
(package
|
||||||
(name "r-sungeo")
|
(name "r-sungeo")
|
||||||
(version "1.1.1")
|
(version "1.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "SUNGEO" version))
|
(uri (cran-uri "SUNGEO" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sy9kw3nr69jf33034kcnv418lqyz6sfrd01646i7dfsm64aydp2"))
|
"0ydwsrgqknngx7567xwfhwj1jdmi4ip1jxkb5jdy41f7ysy1myd0"))))
|
||||||
(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\\)
|
|
||||||
") ""))))))
|
|
||||||
(properties `((upstream-name . "SUNGEO")))
|
(properties `((upstream-name . "SUNGEO")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list r-codetools)) ;recommended package for checking field assignments
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-automap
|
(list r-automap
|
||||||
r-cartogram
|
r-cartogram
|
||||||
|
@ -42967,8 +42958,8 @@ (define-public r-sungeo
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-rcurl
|
r-rcurl
|
||||||
r-rlang
|
r-rlang
|
||||||
|
r-rmapshaper
|
||||||
r-sf
|
r-sf
|
||||||
r-sp
|
|
||||||
r-spdep
|
r-spdep
|
||||||
r-stringr
|
r-stringr
|
||||||
r-terra))
|
r-terra))
|
||||||
|
|
Loading…
Reference in a new issue