gnu: r-automap: Update to 1.1-1.
* gnu/packages/cran.scm (r-automap): Update to 1.1-1. [propagated-inputs]: Remove r-maptools; add r-sf and r-stars.
This commit is contained in:
parent
8cad279fa0
commit
abc7774dc2
@ -37920,21 +37920,22 @@ supports @command{sf} and @command{stars}.")
|
||||
(define-public r-automap
|
||||
(package
|
||||
(name "r-automap")
|
||||
(version "1.0-16")
|
||||
(version "1.1-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "automap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jz0p28gmx9cpzv4cz0xhbml3w1inf2nsd2ynbhmfxg5rm2f7dca"))))
|
||||
"11l6iygq66jg11lilwjmf7l250dcvhilx6zv2lm746rjzchwga0s"))))
|
||||
(properties `((upstream-name . "automap")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-ggplot2
|
||||
r-gstat
|
||||
r-lattice
|
||||
r-maptools
|
||||
r-reshape
|
||||
r-sp))
|
||||
r-sf
|
||||
r-sp
|
||||
r-stars))
|
||||
(home-page "https://cran.r-project.org/package=automap")
|
||||
(synopsis "Automatic interpolation package")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user