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

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

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

View file

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