r-bindrcpp: add new version (#8950)

* r-bindrcpp: add new version

* r-bindrcpp: version ordering and removing r version restriction
This commit is contained in:
Levi Baber 2018-08-11 09:21:05 -05:00 committed by Adam J. Stewart
parent 84675e50d1
commit 08addef275

View file

@ -33,9 +33,9 @@ class RBindrcpp(RPackage):
url = "https://cran.r-project.org/src/contrib/bindrcpp_0.2.tar.gz" url = "https://cran.r-project.org/src/contrib/bindrcpp_0.2.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/bindrcpp" list_url = "https://cran.r-project.org/src/contrib/Archive/bindrcpp"
version('0.2.2', '48130709eba9d133679a0e959e49a7b14acbce4f47c1e15c4ab46bd9e48ae467')
version('0.2', '2ed7f19fd9a12587f882d90060e7a343') version('0.2', '2ed7f19fd9a12587f882d90060e7a343')
depends_on('r@3.4.0:3.4.9')
depends_on('r-rcpp', type=('build', 'run')) depends_on('r-rcpp', type=('build', 'run'))
depends_on('r-bindr', type=('build', 'run')) depends_on('r-bindr', type=('build', 'run'))
depends_on('r-plogr', type=('build', 'run')) depends_on('r-plogr', type=('build', 'run'))