gnu: r-downloader: Add test inputs.

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

Change-Id: I48e37fba8e50427b0af56aad6745cd0b0d6e58e6
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:59:47 +01:00 committed by Andreas Enge
parent c6541ce25d
commit cd88d860ed
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -28388,6 +28388,7 @@ compatibility of dependent packages for some time.")
(build-system r-build-system)
(propagated-inputs
(list r-digest))
(native-inputs (list r-testthat))
(home-page "https://github.com/wch/downloader")
(synopsis "Download files over HTTP and HTTPS")
(description