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:
Ricardo Wurmus 2024-11-22 11:59:59 +01:00 committed by Andreas Enge
parent a8752b35b1
commit 9b0452ea36
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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