gnu: r-raster: Update to 2.8-19.
* gnu/packages/cran.scm (r-raster): Update to 2.8-19. [home-page]: Use HTTPS. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>master
parent
98808c8aed
commit
aff13de323
|
@ -13,6 +13,7 @@
|
||||||
;;; Copyright © 2018 Laura Lazzati <laura.lazzati.15@gmail.com>
|
;;; Copyright © 2018 Laura Lazzati <laura.lazzati.15@gmail.com>
|
||||||
;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
|
||||||
|
;;; Copyright © 2018 Brett Gilio <brettg@posteo.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -6589,19 +6590,19 @@ used to teach mathematics, statistics, computation and modeling.")
|
||||||
(define-public r-raster
|
(define-public r-raster
|
||||||
(package
|
(package
|
||||||
(name "r-raster")
|
(name "r-raster")
|
||||||
(version "2.8-4")
|
(version "2.8-19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "raster" version))
|
(uri (cran-uri "raster" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14pcfznxm5kdwd908axkr9v1l0hzxlrwd8kwrz0liqnfh9cx5rsa"))))
|
"1lmhf7p7is8ai7lv7zsj2rdzf83j7ccl4x7a9vwxxa824zy4bkf4"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-rcpp" ,r-rcpp)
|
`(("r-rcpp" ,r-rcpp)
|
||||||
("r-sp" ,r-sp)))
|
("r-sp" ,r-sp)))
|
||||||
(home-page "http://www.rspatial.org/")
|
(home-page "https://www.rspatial.org/")
|
||||||
(synopsis "Geographic data analysis and modeling")
|
(synopsis "Geographic data analysis and modeling")
|
||||||
(description
|
(description
|
||||||
"The package implements basic and high-level functions for reading,
|
"The package implements basic and high-level functions for reading,
|
||||||
|
|
Reference in New Issue