mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-options: Add test inputs.
* gnu/packages/cran.scm (r-options)[native-inputs]: Add r-testthat. Change-Id: Ice6cd139e89262abcb0e601e0d2cab34039c28ee
This commit is contained in:
parent
af8e30507b
commit
288deb5f98
1 changed files with 1 additions and 1 deletions
|
@ -26889,7 +26889,7 @@ (define-public r-options
|
|||
(base32 "02qnbipdmnw01f40300pg1ycrcbnr37f8yiqbabm6jznf6r4ihm9"))))
|
||||
(properties `((upstream-name . "options")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(home-page "https://dgkf.github.io/options/")
|
||||
(synopsis "Simple, consistent package options")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue