mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-bayesfactor: Update to 0.9.12-4.4.
* gnu/packages/statistics.scm (r-bayesfactor): Update to 0.9.12-4.4. [propagated-inputs]: Remove r-gtools.
This commit is contained in:
parent
64c520fef6
commit
ee30369c47
1 changed files with 2 additions and 3 deletions
|
@ -6669,19 +6669,18 @@ (define-public r-effects
|
|||
(define-public r-bayesfactor
|
||||
(package
|
||||
(name "r-bayesfactor")
|
||||
(version "0.9.12-4.3")
|
||||
(version "0.9.12-4.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BayesFactor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"171hbr445v8mq4hqi1k8q3h8zqsccwjv0a2mj98h9b77667ziyfw"))))
|
||||
"02bhlamnkxp9wqi2cp1i0dxmqdf3y3l872ad9z39xwripbi4kc7a"))))
|
||||
(properties `((upstream-name . "BayesFactor")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-coda
|
||||
r-gtools
|
||||
r-hypergeo
|
||||
r-matrix
|
||||
r-matrixmodels
|
||||
|
|
Loading…
Reference in a new issue