gnu: r-bdgraph: Update to 2.67.
* gnu/packages/cran.scm (r-bdgraph): Update to 2.67. [native-inputs]: Add r-knitr.master
parent
10ec759fb4
commit
64a8d5df5a
|
@ -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
|
||||||
|
|
Reference in New Issue