mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-ggm: Move to (gnu packages bioconductor).
* gnu/packages/cran.scm (r-ggm): Move this variable from here... * gnu/packages/bioconductor.scm (r-ggm): ...to here.
This commit is contained in:
parent
ae55cd9630
commit
8017eb0ae8
2 changed files with 24 additions and 23 deletions
|
@ -1569,6 +1569,30 @@ expressed genes in DNA microarray experiments.")
|
||||||
"This package implements some simple graph handling capabilities for R.")
|
"This package implements some simple graph handling capabilities for R.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
;; This is a CRAN package, but it depends on a Bioconductor package.
|
||||||
|
(define-public r-ggm
|
||||||
|
(package
|
||||||
|
(name "r-ggm")
|
||||||
|
(version "2.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "ggm" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"11wc6k2kj2ydy0dyks5mbvbhxm1r43id87anl1jg6dn0yv4m78di"))))
|
||||||
|
(properties `((upstream-name . "ggm")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-graph" ,r-graph)
|
||||||
|
("r-igraph" ,r-igraph)))
|
||||||
|
(home-page "https://cran.r-project.org/package=ggm")
|
||||||
|
(synopsis "Functions for graphical Markov models")
|
||||||
|
(description
|
||||||
|
"This package provides functions and datasets for maximum likelihood
|
||||||
|
fitting of some classes of graphical Markov models.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-codedepends
|
(define-public r-codedepends
|
||||||
(package
|
(package
|
||||||
(name "r-codedepends")
|
(name "r-codedepends")
|
||||||
|
|
|
@ -19965,29 +19965,6 @@ uses a trans-dimensional @dfn{Markov Chain Monte Carlo} (MCMC) approach based
|
||||||
on a continuous-time birth-death process.")
|
on a continuous-time birth-death process.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-ggm
|
|
||||||
(package
|
|
||||||
(name "r-ggm")
|
|
||||||
(version "2.5")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (cran-uri "ggm" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"11wc6k2kj2ydy0dyks5mbvbhxm1r43id87anl1jg6dn0yv4m78di"))))
|
|
||||||
(properties `((upstream-name . "ggm")))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(propagated-inputs
|
|
||||||
`(("r-graph" ,r-graph)
|
|
||||||
("r-igraph" ,r-igraph)))
|
|
||||||
(home-page "https://cran.r-project.org/package=ggm")
|
|
||||||
(synopsis "Functions for graphical Markov models")
|
|
||||||
(description
|
|
||||||
"This package provides functions and datasets for maximum likelihood
|
|
||||||
fitting of some classes of graphical Markov models.")
|
|
||||||
(license license:gpl2+)))
|
|
||||||
|
|
||||||
(define-public r-d3network
|
(define-public r-d3network
|
||||||
(package
|
(package
|
||||||
(name "r-d3network")
|
(name "r-d3network")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue