gnu: r-rcpp: Update to 0.12.18.

* gnu/packages/cran.scm (r-rcpp): Update to 0.12.18.
master
Tobias Geerinckx-Rice 2018-08-23 03:48:54 +02:00
parent 02489a6646
commit 51dbad04c5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -482,13 +482,13 @@ processes. Most of its code is based on the @code{psutil} Python package.")
(define-public r-rcpp
(package
(name "r-rcpp")
(version "0.12.17")
(version "0.12.18")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rcpp" version))
(sha256
(base32 "08xg8h3w25sdb3xr18g9pa0x8cirkdgljqapxmw56ss1j9fc89s2"))))
(base32 "006kpg2ph109rh1l13lqk26pp4as4fvl5661vrcczjygacgd1v7w"))))
(build-system r-build-system)
(home-page "http://www.rcpp.org")
(synopsis "Seamless R and C++ integration")