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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

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