gnu: r-rcmdcheck: Add test inputs.

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

Change-Id: I9a658bd234d013fd92d326335df544a46a8c5f9b
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:59:25 +01:00 committed by Andreas Enge
parent becffeed99
commit 40c2749a1e
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -20418,6 +20418,7 @@ (define-public r-rcmdcheck
r-sessioninfo
r-withr
r-xopen))
(native-inputs (list r-testthat))
(home-page "https://github.com/r-Lib/rcmdcheck#readme")
(synopsis "Run R CMD check from R and capture results")
(description