1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 07:30:38 +02:00

gnu: r-rngtools: Add test inputs.

* gnu/packages/statistics.scm (r-rngtools)[native-inputs]: Add r-testthat.

Change-Id: I0ee205b763886e2223b2e68129662248dce6a47c
This commit is contained in:
Ricardo Wurmus
2024-11-22 12:00:32 +01:00
parent 690c2ccd84
commit b4f998d816

View File

@@ -4459,6 +4459,7 @@ package registries.")
(build-system r-build-system)
(propagated-inputs
(list r-digest))
(native-inputs (list r-testthat))
(home-page "https://renozao.github.io/rngtools")
(synopsis "Utility functions for working with random number generators")
(description