mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-rxnat: Add missing inputs.
* gnu/packages/cran.scm (r-rxnat)[native-inputs]: Add r-testthat. Change-Id: If18efa654f8b1c85655a4d3f403a796e0613b698
This commit is contained in:
parent
c1b4fb5d51
commit
6a350a2556
1 changed files with 1 additions and 1 deletions
|
@ -37145,7 +37145,7 @@ (define-public r-rxnat
|
|||
(propagated-inputs
|
||||
(list r-httr r-rcurl r-tibble))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(list r-knitr r-testthat))
|
||||
(home-page "https://cran.r-project.org/web/packages/Rxnat/")
|
||||
(synopsis "Queries and extracts images from neuroimaging datasets")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue