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:
parent
0962088776
commit
aa40509fa0
1 changed files with 3 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue