gnu: r-rcpp: Update to 0.12.16.
* gnu/packages/cran.scm (r-rcpp): Update to 0.12.16.
This commit is contained in:
parent
0e94780446
commit
dfd7299957
|
@ -426,13 +426,13 @@ error stream.")
|
||||||
(define-public r-rcpp
|
(define-public r-rcpp
|
||||||
(package
|
(package
|
||||||
(name "r-rcpp")
|
(name "r-rcpp")
|
||||||
(version "0.12.15")
|
(version "0.12.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Rcpp" version))
|
(uri (cran-uri "Rcpp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1pnv6sl4vdn69ygmgrb1b3gsigfdcfb56wnzikic93l8gkvdsvxv"))))
|
(base32 "1rm8hcy72p1jvxikvmkwg20pjqmvmfvqb45lfghmddp2adp67qfl"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://www.rcpp.org")
|
(home-page "http://www.rcpp.org")
|
||||||
(synopsis "Seamless R and C++ integration")
|
(synopsis "Seamless R and C++ integration")
|
||||||
|
|
Loading…
Reference in New Issue