mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: r-anytime: Update to 0.3.13.
* gnu/packages/cran.scm (r-anytime): Update to 0.3.13. [native-inputs]: Add r-rcpp. Change-Id: Ifae40fa0dadc44b932ec150ee8bdd5f59bb881a3
This commit is contained in:
@@ -47187,19 +47187,19 @@ statistical shape analysis and archetypal analysis.")
|
||||
(define-public r-anytime
|
||||
(package
|
||||
(name "r-anytime")
|
||||
(version "0.3.12")
|
||||
(version "0.3.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "anytime" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sqmwsn32dy9qykk90ksl3447pdfgwanlfmpi7pwk26jj6d00hax"))))
|
||||
"05bpdwsyifiaf94335ghlnfhw5kw182whh5s69iaqr51wbn8pdcc"))))
|
||||
(properties `((upstream-name . "anytime")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-bh
|
||||
r-rcpp))
|
||||
(native-inputs (list r-tinytest))
|
||||
(native-inputs (list r-rcpp r-tinytest))
|
||||
(home-page "https://dirk.eddelbuettel.com/code/anytime.html")
|
||||
(synopsis "Converter of input to POSIXct or Date")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user