new versions of r-dplyr,r-plogr,r-rlang (#9313)

This commit is contained in:
Strahinja Trecakov 2018-09-24 12:22:04 -06:00 committed by Todd Gamblin
parent e227542500
commit 82f19f72f7
3 changed files with 12 additions and 6 deletions

View File

@ -29,15 +29,18 @@ class RDplyr(RPackage):
"""A fast, consistent tool for working with data frame like objects, both """A fast, consistent tool for working with data frame like objects, both
in memory and out of memory.""" in memory and out of memory."""
homepage = "https://github.com/hadley/dplyr" homepage = "https://cran.r-project.org/package=dplyr"
url = "https://cran.r-project.org/src/contrib/dplyr_0.7.4.tar.gz" url = "https://cran.r-project.org/src/contrib/dplyr_0.7.6.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/dplyr" list_url = "https://cran.r-project.org/src/contrib/Archive/dplyr"
version('0.7.5', sha256='2fbd8f316a59670076d43a0fe854654621941ee5f621ea5f0185a3f5daafda50')
version('0.7.4', '9edee9b2db9831c2438054d0d2c1647d') version('0.7.4', '9edee9b2db9831c2438054d0d2c1647d')
version('0.7.3', 'f9760b796917747e9dcd927ebb531c7d') version('0.7.3', 'f9760b796917747e9dcd927ebb531c7d')
version('0.5.0', '1fcafcacca70806eea2e6d465cdb94ef') version('0.5.0', '1fcafcacca70806eea2e6d465cdb94ef')
depends_on('r-tidyselect@0.2.3', type=('build', 'run'))
depends_on('r-assertthat', type=('build', 'run')) depends_on('r-assertthat', type=('build', 'run'))
depends_on('r-bindr@0.1.1', type=('build', 'run'))
depends_on('r-r6', type=('build', 'run')) depends_on('r-r6', type=('build', 'run'))
depends_on('r-rcpp', type=('build', 'run')) depends_on('r-rcpp', type=('build', 'run'))
depends_on('r-tibble', type=('build', 'run')) depends_on('r-tibble', type=('build', 'run'))

View File

@ -30,7 +30,9 @@ class RPlogr(RPackage):
'LinkingTo: plogr' to 'DESCRIPTION', and '#include <plogr.h>' 'LinkingTo: plogr' to 'DESCRIPTION', and '#include <plogr.h>'
in your C++ modules to use it.""" in your C++ modules to use it."""
homepage = "https://cran.r-project.org/web/packages/plogr/index.html" homepage = "https://cran.r-project.org/package=plogr"
url = "https://cran.r-project.org/src/contrib/plogr_0.1-1.tar.gz" url = "https://cran.r-project.org/src/contrib/plogr_0.2.0.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/plogr" list_url = "https://cran.r-project.org/src/contrib/Archive/plogr"
version('0.2.0', sha256='0e63ba2e1f624005fe25c67cdd403636a912e063d682eca07f2f1d65e9870d29')
version('0.1-1', '5ee46ed21b5c571d02900219098517c0') version('0.1-1', '5ee46ed21b5c571d02900219098517c0')

View File

@ -29,10 +29,11 @@ class RRlang(RPackage):
"""A toolbox for working with base types, core R features like the """A toolbox for working with base types, core R features like the
condition system, and core 'Tidyverse' features like tidy evaluation.""" condition system, and core 'Tidyverse' features like tidy evaluation."""
homepage = "https://cran.r-project.org/web/packages/rlang/index.html" homepage = "https://cran.r-project.org/package=rlang"
url = "https://cran.r-project.org/src/contrib/rlang_0.1.4.tar.gz" url = "https://cran.r-project.org/src/contrib/rlang_0.2.2.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/rlang" list_url = "https://cran.r-project.org/src/contrib/Archive/rlang"
version('0.2.2', 'df2abf3a1936c503ed1edd4350ffb5f0')
version('0.1.4', 'daed5104d557c0cbfb4a654ec8ffb579') version('0.1.4', 'daed5104d557c0cbfb4a654ec8ffb579')
version('0.1.2', '170f8cf7b61898040643515a1746a53a') version('0.1.2', '170f8cf7b61898040643515a1746a53a')
version('0.1.1', '38a51a0b8f8487eb52b4f3d986313682') version('0.1.1', '38a51a0b8f8487eb52b4f3d986313682')