mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-oai: Add test inputs.
* gnu/packages/cran.scm (r-oai)[native-inputs]: Add r-testthat. Change-Id: I35e4c51881ca20cd240fe2920548b9746e5c62e0
This commit is contained in:
parent
d8dd9c3a52
commit
5d637e9ccc
1 changed files with 1 additions and 1 deletions
|
@ -36255,7 +36255,7 @@ (define-public r-oai
|
|||
(propagated-inputs
|
||||
(list r-httr r-plyr r-stringr r-tibble r-xml2))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(list r-knitr r-testthat))
|
||||
(home-page "https://github.com/ropensci/oai/")
|
||||
(synopsis "General purpose OAI-PMH services client")
|
||||
(description "@code{oai} provides a general purpose client to work with
|
||||
|
|
Loading…
Reference in a new issue