mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-cytolib: Update to 2.0.3.
* gnu/packages/bioconductor.scm (r-cytolib): Update to 2.0.3. [inputs]: Add zlib. [propagated-inputs]: Add r-bh, r-rcpp, r-rcpparmadillo, r-rcppparallel, r-rhdf5lib, and r-rprotobuflib. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
0c2573e7f1
commit
3c73d7c5e4
1 changed files with 13 additions and 2 deletions
|
@ -5858,16 +5858,27 @@ cluster count and membership by stability evidence in unsupervised analysis.")
|
||||||
(define-public r-cytolib
|
(define-public r-cytolib
|
||||||
(package
|
(package
|
||||||
(name "r-cytolib")
|
(name "r-cytolib")
|
||||||
(version "1.8.0")
|
(version "2.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "cytolib" version))
|
(uri (bioconductor-uri "cytolib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zk5i09k782lw6297gl3rh0g4fxswr2ang8dgqj7p0814l7h15k9"))))
|
"123d1wlymq8r8d83as380h1dgw6v4s317acyvp1lsg2cpfp3gslj"))))
|
||||||
(properties `((upstream-name . "cytolib")))
|
(properties `((upstream-name . "cytolib")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(inputs
|
||||||
|
`(("zlib" ,zlib)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-bh" ,r-bh)
|
||||||
|
("r-rcpp" ,r-rcpp)
|
||||||
|
("r-rcpparmadillo" ,r-rcpparmadillo)
|
||||||
|
("r-rcppparallel" ,r-rcppparallel)
|
||||||
|
("r-rhdf5lib" ,r-rhdf5lib)
|
||||||
|
("r-rprotobuflib" ,r-rprotobuflib)))
|
||||||
(home-page "https://bioconductor.org/packages/cytolib/")
|
(home-page "https://bioconductor.org/packages/cytolib/")
|
||||||
(synopsis "C++ infrastructure for working with gated cytometry")
|
(synopsis "C++ infrastructure for working with gated cytometry")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue