Skip to content

Commit

Permalink
r-dosnow: add v1.0.19 (spack#20888)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennpj authored Jan 15, 2021
1 parent 52d2d24 commit e1fd840
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion var/spack/repos/builtin/packages/r-dosnow/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@


class RDosnow(RPackage):
"""Provides a parallel backend for the %dopar% function using the snow
"""Foreach Parallel Adaptor for the 'snow' Package
Provides a parallel backend for the %dopar% function using the snow
package of Tierney, Rossini, Li, and Sevcikova."""

homepage = "https://cloud.r-project.org/package=doSNOW"
url = "https://cloud.r-project.org/src/contrib/doSNOW_1.0.18.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/doSNOW"

version('1.0.19', sha256='4cd2d080628482f4c6ecab593313d7e42516f5ff13fbf9f90e461fcad0580738')
version('1.0.18', sha256='70e7bd82186e477e3d1610676d4c6a75258ac08f104ecf0dcc971550ca174766')

depends_on('r@2.5.0:', type=('build', 'run'))
Expand Down

0 comments on commit e1fd840

Please sign in to comment.