me
/
guix
Archived
1
0
Fork 0

gnu: r-raster: Update to 3.5-2.

* gnu/packages/cran.scm (r-raster): Update to 3.5-2.
[propagated-inputs]: Add r-terra.
master
Ricardo Wurmus 2021-11-01 17:52:22 +00:00
parent de43669e60
commit cf4d90becc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -10120,18 +10120,19 @@ used to teach mathematics, statistics, computation and modeling.")
(define-public r-raster
(package
(name "r-raster")
(version "3.4-13")
(version "3.5-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "raster" version))
(sha256
(base32
"120k4bkgwddrx8ijgdhsgjz8g8dxcwp9bx3kfzrhw00q1b289hir"))))
"0wixw1ixnmcmkwczpj8m90c76727zira2rl4ighashggydkm2mlr"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rcpp" ,r-rcpp)
("r-sp" ,r-sp)))
("r-sp" ,r-sp)
("r-terra" ,r-terra)))
(home-page "https://www.rspatial.org/")
(synopsis "Geographic data analysis and modeling")
(description