mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-biocdockermanager: Add missing inputs.
* gnu/packages/bioconductor.scm (r-biocdockermanager)[native-inputs]: Add r-testthat. Change-Id: I22918f6024bcd2e31f7707ee2dcd2a98061a6136
This commit is contained in:
parent
8c914f51ee
commit
850ec1b9c0
1 changed files with 1 additions and 1 deletions
|
@ -25212,7 +25212,7 @@ (define-public r-biocdockermanager
|
|||
r-memoise
|
||||
r-readr
|
||||
r-whisker))
|
||||
(native-inputs (list r-knitr))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(home-page "https://bioconductor.org/packages/BiocDockerManager")
|
||||
(synopsis "Access and manage Bioconductor Docker images")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue