mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-dorng: Update to 1.8.6.
* gnu/packages/cran.scm (r-dorng): Update to 1.8.6. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
90375c84d9
commit
47bc08b492
1 changed files with 4 additions and 2 deletions
|
@ -18314,18 +18314,20 @@ (define-public r-capushe
|
|||
(define-public r-dorng
|
||||
(package
|
||||
(name "r-dorng")
|
||||
(version "1.8.3")
|
||||
(version "1.8.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "doRNG" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1aqzy646c6aggscmwninr1hz0z4nkxibmrg1mm77p2jnf1lh914c"))))
|
||||
"1qkxa3jxpnn5anhqycqcbk18kw87m9pl5m78q8d89ygihghascjh"))))
|
||||
(properties `((upstream-name . "doRNG")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-foreach r-iterators r-rngtools))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(home-page "https://renozao.github.io/doRNG/")
|
||||
(synopsis "Generic reproducible parallel backend for foreach loops")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue