mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05: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