mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bayesfactor: Update to 0.9.12-4.3.
* gnu/packages/statistics.scm (r-bayesfactor): Update to 0.9.12-4.3.
This commit is contained in:
parent
afe3f9f51d
commit
c6e46ce44b
1 changed files with 2 additions and 2 deletions
|
@ -6470,14 +6470,14 @@ various statistical models with linear predictors.")
|
||||||
(define-public r-bayesfactor
|
(define-public r-bayesfactor
|
||||||
(package
|
(package
|
||||||
(name "r-bayesfactor")
|
(name "r-bayesfactor")
|
||||||
(version "0.9.12-4.2")
|
(version "0.9.12-4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "BayesFactor" version))
|
(uri (cran-uri "BayesFactor" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z083v7is21gm0a458jm5ph3xfdm7mh29a6sg2r1njq82f8x3s3g"))))
|
"171hbr445v8mq4hqi1k8q3h8zqsccwjv0a2mj98h9b77667ziyfw"))))
|
||||||
(properties `((upstream-name . "BayesFactor")))
|
(properties `((upstream-name . "BayesFactor")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue