r-tibble: update version. (#5439)

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

* r-tibble: Update version to 1.3.4
This commit is contained in:
lingnanyuan 2017-09-23 10:00:02 -05:00 committed by Christoph Junghans
parent c6a3f4cf9b
commit 9fdcc147a7

View File

@ -29,9 +29,10 @@ class RTibble(RPackage):
"""Provides a 'tbl_df' class that offers better checking and printing
capabilities than traditional data frames."""
homepage = "https://github.com/hadley/tibble"
url = "https://cran.r-project.org/src/contrib/tibble_1.2.tar.gz"
homepage = "https://github.com/tidyverse/tibble"
url = "https://cran.rstudio.com/src/contrib/tibble_1.3.4.tar.gz"
list_url = homepage
version('1.3.4', '298e81546f999fb0968625698511b8d3')
version('1.2', 'bdbc3d67aa16860741add6d6ec20ea13')
version('1.1', '2fe9f806109d0b7fadafb1ffafea4cb8')