me
/
guix
Archived
1
0
Fork 0

gnu: r-bdgraph: Update to 2.67.

* gnu/packages/cran.scm (r-bdgraph): Update to 2.67.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2022-05-28 08:30:44 +02:00
parent 10ec759fb4
commit 64a8d5df5a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -25077,18 +25077,20 @@ output in R.")
(define-public r-bdgraph (define-public r-bdgraph
(package (package
(name "r-bdgraph") (name "r-bdgraph")
(version "2.65") (version "2.67")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "BDgraph" version)) (uri (cran-uri "BDgraph" version))
(sha256 (sha256
(base32 (base32
"0rg3wi9xwsbj90gb60p3vzkfrf76hwh47nc6fwv6c21yzd3s7vm4")))) "0s2j4462zlgyjnqvvvxg4lynhmwwnjaw1cr1chzmagfvaj94qhhz"))))
(properties `((upstream-name . "BDgraph"))) (properties `((upstream-name . "BDgraph")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-igraph)) (list r-igraph))
(native-inputs
(list r-knitr))
(home-page "https://www.uva.nl/profile/a.mohammadi") (home-page "https://www.uva.nl/profile/a.mohammadi")
(synopsis "Bayesian structure learning in graphical models") (synopsis "Bayesian structure learning in graphical models")
(description (description