mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-codedepends: Add test inputs.
* gnu/packages/bioconductor.scm (r-codedepends)[native-inputs]: Add r-runit. Change-Id: I264122f1894f85bdef9ffc4e9d3a0172a8b89fbc
This commit is contained in:
parent
1fec0ccd6c
commit
a90cdd3b88
1 changed files with 1 additions and 1 deletions
|
@ -13814,7 +13814,7 @@ signals directly in the Bruker format.")
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-codetools r-graph r-xml))
|
(list r-codetools r-graph r-xml))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr r-runit))
|
||||||
(home-page "https://cran.r-project.org/web/packages/CodeDepends")
|
(home-page "https://cran.r-project.org/web/packages/CodeDepends")
|
||||||
(synopsis "Analysis of R code for reproducible research and code comprehension")
|
(synopsis "Analysis of R code for reproducible research and code comprehension")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue