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:
parent
84675e50d1
commit
08addef275
1 changed files with 1 additions and 1 deletions
|
@ -33,9 +33,9 @@ class RBindrcpp(RPackage):
|
|||
url = "https://cran.r-project.org/src/contrib/bindrcpp_0.2.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/bindrcpp"
|
||||
|
||||
version('0.2.2', '48130709eba9d133679a0e959e49a7b14acbce4f47c1e15c4ab46bd9e48ae467')
|
||||
version('0.2', '2ed7f19fd9a12587f882d90060e7a343')
|
||||
|
||||
depends_on('r@3.4.0:3.4.9')
|
||||
depends_on('r-rcpp', type=('build', 'run'))
|
||||
depends_on('r-bindr', type=('build', 'run'))
|
||||
depends_on('r-plogr', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue