r-mass: Update version to 7.3-47 (#5885)

This commit is contained in:
lingnanyuan 2017-10-24 04:27:04 -05:00 committed by Todd Gamblin
parent cc06112959
commit 896d4c8d0c

View File

@ -29,7 +29,9 @@ class RMass(RPackage):
"""Functions and datasets to support Venables and Ripley, "Modern Applied """Functions and datasets to support Venables and Ripley, "Modern Applied
Statistics with S" (4th edition, 2002).""" Statistics with S" (4th edition, 2002)."""
homepage = "http://www.stats.ox.ac.uk/pub/MASS4/" homepage = "https://cran.r-project.org/web/packages/MASS/index.html"
url = "https://cran.r-project.org/src/contrib/MASS_7.3-45.tar.gz" url = "https://cran.r-project.org/src/contrib/MASS_7.3-47.tar.gz"
list_url = homepage
version('7.3-47', '2ef69aa9e25c0a445661a9877e117594')
version('7.3-45', 'aba3d12fab30f1793bee168a1efea88b') version('7.3-45', 'aba3d12fab30f1793bee168a1efea88b')