add version 1.3.7 to r-domc (#20885)
This commit is contained in:
parent
8697cf826d
commit
7b80796882
1 changed files with 4 additions and 1 deletions
|
@ -7,13 +7,16 @@
|
|||
|
||||
|
||||
class RDomc(RPackage):
|
||||
"""Provides a parallel backend for the %dopar% function using
|
||||
"""Foreach Parallel Adaptor for 'parallel'
|
||||
|
||||
Provides a parallel backend for the %dopar% function using
|
||||
the multicore functionality of the parallel package."""
|
||||
|
||||
homepage = "https://cloud.r-project.org/package=doMC"
|
||||
url = "https://cloud.r-project.org/src/contrib/doMC_1.3.4.tar.gz"
|
||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/doMC"
|
||||
|
||||
version('1.3.7', sha256='defab27adc298a6746896d83251f8355d62c01012d51ef96d491875a2e74b54d')
|
||||
version('1.3.6', sha256='2977fc9e2dc54d85d45b4a36cd286dff72834fbc73f38b6ee45a6eb8557fc9b2')
|
||||
version('1.3.4', sha256='76a1092fca59b441e6f89eb7e2fb3a12de807f736a217949c80339f20c958778')
|
||||
|
||||
|
|
Loading…
Reference in a new issue