mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: Add r-domc.
* gnu/packages/statistics.scm (r-domc): New variable.
This commit is contained in:
parent
9003957e53
commit
66cf0f054d
1 changed files with 23 additions and 0 deletions
|
@ -2267,6 +2267,29 @@ (define-public r-doparallel
|
||||||
using the parallel package.")
|
using the parallel package.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-domc
|
||||||
|
(package
|
||||||
|
(name "r-domc")
|
||||||
|
(version "1.3.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "doMC" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0y47jl6g4f83r14pj8bafdzq1phj7bxy5dwyz3k43d2rr8phk8bn"))))
|
||||||
|
(properties `((upstream-name . "doMC")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-foreach" ,r-foreach)
|
||||||
|
("r-iterators" ,r-iterators)))
|
||||||
|
(home-page "http://cran.r-project.org/web/packages/doMC")
|
||||||
|
(synopsis "Foreach parallel adaptor for the 'parallel' package")
|
||||||
|
(description
|
||||||
|
"This package provides a parallel backend for the @code{%dopar%} function
|
||||||
|
using the multicore functionality of the parallel package.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-dt
|
(define-public r-dt
|
||||||
(package
|
(package
|
||||||
(name "r-dt")
|
(name "r-dt")
|
||||||
|
|
Loading…
Reference in a new issue