mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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.
This commit is contained in:
parent
1fdd9ebf77
commit
fbd4582a91
1 changed files with 4 additions and 2 deletions
|
@ -4948,17 +4948,19 @@ (define-public r-urca
|
|||
(define-public r-cubature
|
||||
(package
|
||||
(name "r-cubature")
|
||||
(version "2.0.4")
|
||||
(version "2.0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cubature" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jpyq8j7x06dpiz29w48av879ygldzgls9z810192hsymkmfaz6r"))))
|
||||
"006la36gxdikvmdnq4ny7ik7r30id4z3b3fqsl57dpqwkpsbsgrq"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-rcpp" ,r-rcpp)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/bnaras/cubature")
|
||||
(synopsis "Adaptive multivariate integration over hypercubes")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue