mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-memoise: Add test inputs.
* gnu/packages/statistics.scm (r-memoise)[native-inputs]: Add r-testthat. Change-Id: I203fdc395242cde6e849010862d8ba9ad3ff6ffe
This commit is contained in:
parent
01ee047e1b
commit
d0f2fc93cb
1 changed files with 1 additions and 0 deletions
|
@ -1744,6 +1744,7 @@ (define-public r-memoise
|
|||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-cachem r-rlang))
|
||||
(native-inputs (list r-testthat))
|
||||
(home-page "https://github.com/hadley/memoise")
|
||||
(synopsis "Memoise functions for R")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue