mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: r-digest: Update to 0.6.33.
* gnu/packages/statistics.scm (r-digest): Update to 0.6.33. [native-inputs]: Add r-simplermarkdown.
This commit is contained in:
parent
febe08ee8a
commit
138d0dd9ad
1 changed files with 3 additions and 2 deletions
|
@ -956,19 +956,20 @@ effects of different types of color-blindness.")
|
||||||
(define-public r-digest
|
(define-public r-digest
|
||||||
(package
|
(package
|
||||||
(name "r-digest")
|
(name "r-digest")
|
||||||
(version "0.6.31")
|
(version "0.6.33")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "digest" version))
|
(uri (cran-uri "digest" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1f9isi4i2502f88c2sh4l461hgyary2aa02zd47pb9mc1r4lya2s"))))
|
(base32 "06bq696wpmn8ivbrpxw0qlcf835kc515m8jfv9zbwf8ndf42qw5y"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; Vignettes require r-knitr, which requires r-digest, so we have to
|
;; Vignettes require r-knitr, which requires r-digest, so we have to
|
||||||
;; disable them and the tests.
|
;; disable them and the tests.
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:configure-flags (list "--no-build-vignettes")))
|
#:configure-flags (list "--no-build-vignettes")))
|
||||||
|
(native-inputs (list r-simplermarkdown))
|
||||||
(home-page "https://dirk.eddelbuettel.com/code/digest.html")
|
(home-page "https://dirk.eddelbuettel.com/code/digest.html")
|
||||||
(synopsis "Create cryptographic hash digests of R objects")
|
(synopsis "Create cryptographic hash digests of R objects")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue