gnu: r-rcppprogress: Add test inputs.

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

Change-Id: I37c1ff5f31c716d5b2ccc0f50a87616cf54bba52
This commit is contained in:
Ricardo Wurmus 2024-11-22 12:00:36 +01:00 committed by Andreas Enge
parent ecad0087a7
commit 52e2ab510c
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -6515,6 +6515,7 @@ (define-public r-rcppprogress
"0j2b37gwjpgmrnr00srdzm751hzlpsjb54ph63xxmcdfnwhlnqmi"))))
(properties `((upstream-name . "RcppProgress")))
(build-system r-build-system)
(native-inputs (list r-testthat))
(home-page "https://github.com/kforner/rcpp_progress")
(synopsis "Interruptible progress bar for C++ in R packages")
(description