r-testit: Update version to 0.7 (#5852)

This commit is contained in:
lingnanyuan 2017-10-24 04:22:23 -05:00 committed by Todd Gamblin
parent 6b87875d81
commit 4b50598252

View file

@ -30,7 +30,9 @@ class RTestit(RPackage):
"""Provides two convenience functions assert() and test_pkg() to facilitate """Provides two convenience functions assert() and test_pkg() to facilitate
testing R packages.""" testing R packages."""
homepage = "https://github.com/yihui/testit" homepage = "https://cran.r-project.org/package=testit"
url = "https://cran.r-project.org/src/contrib/testit_0.5.tar.gz" url = "https://cran.r-project.org/src/contrib/testit_0.5.tar.gz"
list_url = homepage
version('0.7', 'cfc5f5c66aa644fbf53efc4b29d18e8c')
version('0.5', 'f206d3cbdc5174e353d2d05ba6a12e59') version('0.5', 'f206d3cbdc5174e353d2d05ba6a12e59')