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:
Ricardo Wurmus 2024-11-22 12:00:26 +01:00 committed by Andreas Enge
parent 01ee047e1b
commit d0f2fc93cb
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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