mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-bacon: Add missing input.
* gnu/packages/bioconductor.scm (r-bacon)[native-inputs]: Add r-knitr.
This commit is contained in:
parent
faaf2b3571
commit
506cbeabaa
1 changed files with 2 additions and 0 deletions
|
@ -3901,6 +3901,8 @@ (define-public r-bacon
|
|||
`(("r-biocparallel" ,r-biocparallel)
|
||||
("r-ellipse" ,r-ellipse)
|
||||
("r-ggplot2" ,r-ggplot2)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/bacon/")
|
||||
(synopsis "Controlling bias and inflation in association studies")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue