mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: r-dofuture: Add r-markdown.
* gnu/packages/cran.scm (r-dofuture)[native-inputs]: Add r-markdown.
This commit is contained in:
parent
273ee56bc2
commit
5f2704517c
1 changed files with 5 additions and 3 deletions
|
|
@ -14467,14 +14467,16 @@ both to consistency and asymptotic normality.")
|
|||
(properties `((upstream-name . "doFuture")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'set-HOME
|
||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||
(propagated-inputs
|
||||
(list r-foreach r-future r-future-apply r-globals r-iterators))
|
||||
(native-inputs
|
||||
(list r-r-rsp)) ; vignette builder
|
||||
(list r-markdown ;check phase requires markdown package
|
||||
r-r-rsp)) ;vignette builder
|
||||
(home-page "https://github.com/HenrikBengtsson/doFuture")
|
||||
(synopsis "Foreach parallel adapter using the future API")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue