r-ggvis: Update version to 0.4.3 (#5532)

* pr-quantities: add version & py-numpy conflict (#5307)

* r-ggvis: Update version to 0.4.3

* Update package.py

* Update package.py
This commit is contained in:
lingnanyuan 2017-09-28 14:13:47 -05:00 committed by Christoph Junghans
parent 0962088776
commit aa40509fa0

View file

@ -31,8 +31,10 @@ class RGgvis(RPackage):
and web graphics from 'vega'."""
homepage = "http://ggvis.rstudio.com/"
url = "https://cran.r-project.org/src/contrib/ggvis_0.4.2.tar.gz"
url = "https://cran.rstudio.com/src/contrib/ggvis_0.4.3.tar.gz"
list_url = homepage
version('0.4.3', '30297d464278a7974fb125bcc7d84e77')
version('0.4.2', '039f45e5c7f1e0652779163d7d99f922')
depends_on('r-assertthat', type=('build', 'run'))