r-rcpp: Update version to 0.12.13 (#5526)
* pr-quantities: add version & py-numpy conflict (#5307) * r-rcpp: Update version to 0.12.13 * r-rcpp: Correct url.
This commit is contained in:
parent
4e4247dd18
commit
38ea408126
1 changed files with 3 additions and 1 deletions
|
@ -37,8 +37,10 @@ class RRcpp(RPackage):
|
|||
last two."""
|
||||
|
||||
homepage = "http://dirk.eddelbuettel.com/code/rcpp.html"
|
||||
url = "https://cran.r-project.org/src/contrib/Rcpp_0.12.9.tar.gz"
|
||||
url = "https://cran.rstudio.com/src/contrib/Rcpp_0.12.13.tar.gz"
|
||||
list_url = homepage
|
||||
|
||||
version('0.12.13', '5186d119132bfe07f66da74c50b190a4')
|
||||
version('0.12.12', '97b36a3b567e3438067c4a7d0075fd90')
|
||||
version('0.12.11', 'ea1710213cbb1d91b1d0318e6fa9aa37')
|
||||
version('0.12.9', '691c49b12794507288b728ede03668a5')
|
||||
|
|
Loading…
Reference in a new issue