gnu: r-abn: Update to 2.7-5.
* gnu/packages/bioconductor.scm (r-abn): Update to 2.7-5. [native-inputs]: Add r-r-rsp.master
parent
85a70cbde6
commit
aae17d3efa
|
@ -19674,14 +19674,14 @@ on the plot.")
|
||||||
(define-public r-abn
|
(define-public r-abn
|
||||||
(package
|
(package
|
||||||
(name "r-abn")
|
(name "r-abn")
|
||||||
(version "2.7-3")
|
(version "2.7-5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "abn" version))
|
(uri (cran-uri "abn" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02qmp3ky671fkpjq1vcb083zzvfn5gkf69rhvdlvg7siy5wrjll3"))))
|
"0ibznjhy7vmh2myarvmxy06rvddbpbarbp201px62mig2pb9aq4y"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list gsl))
|
(list gsl))
|
||||||
|
@ -19695,6 +19695,8 @@ on the plot.")
|
||||||
r-rcpparmadillo
|
r-rcpparmadillo
|
||||||
r-rgraphviz
|
r-rgraphviz
|
||||||
r-rjags))
|
r-rjags))
|
||||||
|
(native-inputs
|
||||||
|
(list r-r-rsp))
|
||||||
(home-page "https://r-bayesian-networks.org/")
|
(home-page "https://r-bayesian-networks.org/")
|
||||||
(synopsis "Modelling multivariate data with additive bayesian networks")
|
(synopsis "Modelling multivariate data with additive bayesian networks")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue