mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
0f2aef7905
commit
5ae3a6d466
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue