gnu: r-cubature: Update to 2.0.4.1.
* gnu/packages/cran.scm (r-cubature): Update to 2.0.4.1. [native-inputs]: Add r-knitr.master
parent
1fdd9ebf77
commit
fbd4582a91
|
@ -4948,17 +4948,19 @@ applied econometric analysis.")
|
||||||
(define-public r-cubature
|
(define-public r-cubature
|
||||||
(package
|
(package
|
||||||
(name "r-cubature")
|
(name "r-cubature")
|
||||||
(version "2.0.4")
|
(version "2.0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "cubature" version))
|
(uri (cran-uri "cubature" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jpyq8j7x06dpiz29w48av879ygldzgls9z810192hsymkmfaz6r"))))
|
"006la36gxdikvmdnq4ny7ik7r30id4z3b3fqsl57dpqwkpsbsgrq"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-rcpp" ,r-rcpp)))
|
`(("r-rcpp" ,r-rcpp)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/bnaras/cubature")
|
(home-page "https://github.com/bnaras/cubature")
|
||||||
(synopsis "Adaptive multivariate integration over hypercubes")
|
(synopsis "Adaptive multivariate integration over hypercubes")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue