gnu: r-assertive-numbers: Add test input.

* gnu/packages/cran.scm (r-assertive-numbers)[native-inputs]: Add r-testthat.

Change-Id: Ib76e20c5955e8e8da5bbad0740311032a28032f4
This commit is contained in:
Ricardo Wurmus 2024-11-25 14:09:10 +01:00 committed by Andreas Enge
parent c4075db316
commit 2dafa0d2d5
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -23403,6 +23403,7 @@ (define-public r-assertive-numbers
(build-system r-build-system)
(propagated-inputs
(list r-assertive-base))
(native-inputs (list r-testthat))
(home-page "https://bitbucket.org/richierocks/assertive.numbers")
(synopsis "Assertions to check properties of numbers")
(description