mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-filesstrings: Add test inputs.
* gnu/packages/cran.scm (r-filesstrings)[native-inputs]: Add r-testthat. Change-Id: Id3df7a51fefbe7aa6d3e4ae2b05a2a06342a368b
This commit is contained in:
parent
a8752b35b1
commit
9b0452ea36
1 changed files with 1 additions and 1 deletions
|
@ -31879,7 +31879,7 @@ (define-public r-filesstrings
|
|||
r-stringi
|
||||
r-stringr
|
||||
r-withr))
|
||||
(native-inputs (list r-knitr))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(home-page "https://github.com/rorynolan/filesstrings")
|
||||
(synopsis "Handy file and string manipulation")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue