gnu: r-rcpp: Update to 0.12.10.
* gnu/packages/statistics.scm (r-rcpp): Update to 0.12.10.
This commit is contained in:
parent
9948b8e24c
commit
69a8ed6a12
|
@ -814,13 +814,13 @@ Munsell colour system.")
|
|||
(define-public r-rcpp
|
||||
(package
|
||||
(name "r-rcpp")
|
||||
(version "0.12.8")
|
||||
(version "0.12.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Rcpp" version))
|
||||
(sha256
|
||||
(base32 "0is1vql1q82g7yakad4skx707ip0fx3rgdwv9a8mi8259gly2qji"))))
|
||||
(base32 "108p485agxwgmnl9p54vsyy94w96lcimlk08v71ddm77gfl13y2f"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.rcpp.org")
|
||||
(synopsis "Seamless R and C++ Integration")
|
||||
|
|
Loading…
Reference in New Issue