gnu: r-rcmdcheck: Add missing inputs.

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

Change-Id: Id4389d7c6d1c8bce5af67bcbf6d3e04956f58c9b
This commit is contained in:
Ricardo Wurmus 2024-11-27 10:13:09 +01:00
parent 0f2aef7905
commit 5ae3a6d466
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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