r-rmpi: added list_url and updated md5 (#5698)

This commit is contained in:
Yifan Zhu 2017-10-13 19:35:06 -05:00 committed by Christoph Junghans
parent ad8b9522d6
commit e6109381fc

View file

@ -31,9 +31,9 @@ class RRmpi(RPackage):
homepage = "http://www.stats.uwo.ca/faculty/yu/Rmpi"
url = "https://cran.r-project.org/src/contrib/Rmpi_0.6-6.tar.gz"
list_url = "https://cran.rstudio.com/web/packages/Rmpi/index.html"
version('0.6-6', '59ae8ce62ff0ff99342d53942c745779')
version('0.6-6', 'a6fa2ff5e1cd513334b4e9e9e7a2286f')
depends_on('mpi')
depends_on('r@2.15.1:')