me
/
guix
Archived
1
0
Fork 0

gnu: r-spatial: Update to 7.3-15.

* gnu/packages/statistics.scm (r-spatial): Update to 7.3-15.
master
Ricardo Wurmus 2022-01-23 13:33:42 +01:00
parent 847537563d
commit 9d5e4f4828
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -736,14 +736,14 @@ classification, regression and survival trees.")
(define-public r-spatial
(package
(name "r-spatial")
(version "7.3-14")
(version "7.3-15")
(source
(origin
(method url-fetch)
(uri (cran-uri "spatial" version))
(sha256
(base32
"0dlafq744mahxpb13llmsrg54fzww8ld1nbxmr7m851gff11kk2j"))))
"1vwc7ingskdj1k4nq418x9yl3cw699pckb9xh5a1yp3g9plknqg5"))))
(build-system r-build-system)
(home-page "http://www.stats.ox.ac.uk/pub/MASS4/")
(synopsis "Functions for kriging and point pattern analysis")