gnu: r-beachmat: Update to 2.4.0.
* gnu/packages/bioinformatics.scm (r-beachmat): Update to 2.4.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
87d5444d9f
commit
16dd6bacaa
1 changed files with 4 additions and 2 deletions
|
@ -10957,19 +10957,21 @@ packages.")
|
||||||
(define-public r-beachmat
|
(define-public r-beachmat
|
||||||
(package
|
(package
|
||||||
(name "r-beachmat")
|
(name "r-beachmat")
|
||||||
(version "2.2.1")
|
(version "2.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "beachmat" version))
|
(uri (bioconductor-uri "beachmat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bpnlw2kdy9yc2vq948k980r0j25ipb80llhvn0j3kxjiwyfgs3i"))))
|
"1vl6jbf9ia78cm4ikdb8vz04jv4b46zhvg5i006c63a9pzw7zhxi"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biocgenerics" ,r-biocgenerics)
|
`(("r-biocgenerics" ,r-biocgenerics)
|
||||||
("r-delayedarray" ,r-delayedarray)
|
("r-delayedarray" ,r-delayedarray)
|
||||||
("r-matrix" ,r-matrix)))
|
("r-matrix" ,r-matrix)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/beachmat")
|
(home-page "https://bioconductor.org/packages/beachmat")
|
||||||
(synopsis "Compiling Bioconductor to handle each matrix type")
|
(synopsis "Compiling Bioconductor to handle each matrix type")
|
||||||
(description "This package provides a consistent C++ class interface for a
|
(description "This package provides a consistent C++ class interface for a
|
||||||
|
|
Reference in a new issue