mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-batchtools: Add test inputs.
* gnu/packages/cran.scm (r-batchtools)[native-inputs]: Add r-testthat. Change-Id: I4393f838d095ec65fc20d267128f2f7e611a149d
This commit is contained in:
parent
e12e4e53d0
commit
b43817614e
1 changed files with 1 additions and 1 deletions
|
@ -28998,7 +28998,7 @@ (define-public r-batchtools
|
|||
r-stringi
|
||||
r-withr))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(list r-knitr r-testthat))
|
||||
(home-page "https://github.com/mllg/batchtools")
|
||||
(synopsis "Tools for computation on batch systems")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue