mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-anvilbase: Add test inputs.
* gnu/packages/bioconductor.scm (r-anvilbase)[native-inputs]: Add r-testthat. Change-Id: Ibde3d1cef89fac272f4755fe57c8ea1e806e5f2e
This commit is contained in:
parent
b8d962b15b
commit
3687138f99
1 changed files with 1 additions and 1 deletions
|
@ -3930,7 +3930,7 @@ to transform JSON responses to formats more amenable to manipulation in R.")
|
||||||
(properties `((upstream-name . "AnVILBase")))
|
(properties `((upstream-name . "AnVILBase")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-dplyr r-httr r-httr2 r-jsonlite r-tibble))
|
(propagated-inputs (list r-dplyr r-httr r-httr2 r-jsonlite r-tibble))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr r-testthat))
|
||||||
(home-page "https://github.com/Bioconductor/AnVILBase")
|
(home-page "https://github.com/Bioconductor/AnVILBase")
|
||||||
(synopsis "Generic functions for interacting with the AnVIL system")
|
(synopsis "Generic functions for interacting with the AnVIL system")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue