r-cluster: Update version to 2.0.6. (#5618)

This commit is contained in:
lingnanyuan 2017-10-05 11:21:44 -05:00 committed by Christoph Junghans
parent 58609c5b67
commit a66eb716a7

View File

@ -31,7 +31,9 @@ class RCluster(RPackage):
(1990) "Finding Groups in Data"."""
homepage = "https://cran.r-project.org/web/packages/cluster/index.html"
url = "https://cran.r-project.org/src/contrib/cluster_2.0.5.tar.gz"
url = "https://cran.rstudio.com/src/contrib/cluster_2.0.6.tar.gz"
list_url = homepage
version('2.0.6', 'e7d0660b05c65f4d886ebf7f046939ab')
version('2.0.5', '7330f209ebce960bdee1a6d6679cb85a')
version('2.0.4', 'bb4deceaafb1c42bb1278d5d0dc11e59')