r-dplyr: Update version to 0.7.3 (#5531)
* pr-quantities: add version & py-numpy conflict (#5307) * r-dplyr: Update version to 0.7.3 * Update package.py * Update package.py
This commit is contained in:
parent
ac98e0978a
commit
0962088776
1 changed files with 3 additions and 1 deletions
|
@ -30,8 +30,10 @@ class RDplyr(RPackage):
|
||||||
in memory and out of memory."""
|
in memory and out of memory."""
|
||||||
|
|
||||||
homepage = "https://github.com/hadley/dplyr"
|
homepage = "https://github.com/hadley/dplyr"
|
||||||
url = "https://cran.r-project.org/src/contrib/dplyr_0.5.0.tar.gz"
|
url = "https://cran.rstudio.com/src/contrib/dplyr_0.7.3.tar.gz"
|
||||||
|
list_url = homepage
|
||||||
|
|
||||||
|
version('0.7.3', 'f9760b796917747e9dcd927ebb531c7d')
|
||||||
version('0.5.0', '1fcafcacca70806eea2e6d465cdb94ef')
|
version('0.5.0', '1fcafcacca70806eea2e6d465cdb94ef')
|
||||||
|
|
||||||
depends_on('r-assertthat', type=('build', 'run'))
|
depends_on('r-assertthat', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue