me
/
guix
Archived
1
0
Fork 0

gnu: r-spacetime: Update to 1.3-1.

* gnu/packages/cran.scm (r-spacetime): Update to 1.3-1.

Change-Id: I1fe54f97452c0dd738c6cfced56c406498de73c4
Ricardo Wurmus 2023-12-12 13:52:02 +01:00
parent 51702785da
commit 5ad3b5d786
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -40694,16 +40694,16 @@ API.")
(define-public r-spacetime
(package
(name "r-spacetime")
(version "1.3-0")
(version "1.3-1")
(source (origin
(method url-fetch)
(uri (cran-uri "spacetime" version))
(sha256
(base32
"06slxywh94g4k7dxnfs9g5yjvwjk2lxwydrjwawg0mgkqsjh569f"))))
"1kr12pbi6hqns30kqy4jv5pcm3lgfcfyc2gwaak1jbg894csahhr"))))
(properties `((upstream-name . "spacetime")))
(build-system r-build-system)
(propagated-inputs (list r-lattice r-sp r-zoo r-xts r-intervals))
(propagated-inputs (list r-intervals r-lattice r-sp r-xts r-zoo))
(native-inputs (list r-knitr))
(home-page "https://github.com/edzer/spacetime/")
(synopsis "Classes and methods for spatio-temporal data")