gnu: r-binman: Add test inputs.

* gnu/packages/cran.scm (r-binman)[native-inputs]: Add r-testthat.

Change-Id: I5310ad454d12ba673d7fdc925664de1e339d2206
This commit is contained in:
Ricardo Wurmus 2024-11-22 12:00:15 +01:00 committed by Andreas Enge
parent a07348a9db
commit 297870aa58
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -37333,7 +37333,7 @@ (define-public r-binman
r-semver
r-xml2
r-yaml))
(native-inputs (list r-knitr))
(native-inputs (list r-knitr r-testthat))
(home-page "https://github.com/ropensci/binman")
(synopsis "Binary download manager")
(description