r-vsn: new package (#6210)

* r-hexbin: updated md5

* r-vsn: created new package
This commit is contained in:
Yifan Zhu
2017-11-08 20:51:35 -06:00
committed by Christoph Junghans
parent 7848e0d4b6
commit b110cd0b12
2 changed files with 54 additions and 1 deletions

View File

@@ -34,6 +34,6 @@ class RHexbin(RPackage):
url = "https://cran.r-project.org/src/contrib/hexbin_1.27.1.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/hexbin"
version('1.27.1', '7f380390c6511e97df10a810a3b3bb7c')
version('1.27.1', '7590ed158f8a57a71901bf6ca26f81be')
depends_on('r-lattice', type=('build', 'run'))