mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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:
parent
becffeed99
commit
40c2749a1e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue