mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biobroom: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-biobroom): Update to 1.40.0. [native-inputs]: Add r-magrittr. Change-Id: I18611d5d8eabf600963ff2edcba41db18a12c0ad
This commit is contained in:
parent
5b06ac319d
commit
46c5a1aef5
1 changed files with 3 additions and 3 deletions
|
@ -23873,20 +23873,20 @@ available bioactivity data.")
|
|||
(define-public r-biobroom
|
||||
(package
|
||||
(name "r-biobroom")
|
||||
(version "1.38.0")
|
||||
(version "1.40.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biobroom" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ihzrx46320fxhbxvxk4c87bidvj2m2cy6qxya61n7p807qqq76q"))))
|
||||
"13c5cj8wmkhrghri5vrwrb3vzxs7vmcxn5ffib1rckxdm65hxby7"))))
|
||||
(properties `((upstream-name . "biobroom")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase r-broom r-dplyr r-tidyr))
|
||||
(native-inputs
|
||||
(list r-deseq2 r-edger r-knitr r-testthat))
|
||||
(list r-deseq2 r-edger r-knitr r-magrittr r-testthat))
|
||||
(home-page "https://github.com/StoreyLab/biobroom")
|
||||
(synopsis "Turn Bioconductor objects into tidy data frames")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue