mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-bioassayr: Add missing input.
* gnu/packages/bioconductor.scm (r-bioassayr)[native-inputs]: Add r-knitr.
This commit is contained in:
parent
fca68e34fb
commit
faaf2b3571
1 changed files with 2 additions and 0 deletions
|
@ -7109,6 +7109,8 @@ (define-public r-bioassayr
|
||||||
("r-rjson" ,r-rjson)
|
("r-rjson" ,r-rjson)
|
||||||
("r-rsqlite" ,r-rsqlite)
|
("r-rsqlite" ,r-rsqlite)
|
||||||
("r-xml" ,r-xml)))
|
("r-xml" ,r-xml)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/TylerBackman/bioassayR")
|
(home-page "https://github.com/TylerBackman/bioassayR")
|
||||||
(synopsis "Cross-target analysis of small molecule bioactivity")
|
(synopsis "Cross-target analysis of small molecule bioactivity")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue