1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-13 16:40:40 +02: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:
Ricardo Wurmus
2024-11-22 12:00:26 +01:00
parent 50e86ce9e1
commit a4867f04df

View File

@@ -1744,6 +1744,7 @@ understand the language at a deeper level.")
(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