gnu: r-assertive-data-us: Add missing input.

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

Change-Id: Ib2e5540aa6fb409cf807b51871eb80f87d221c5b
This commit is contained in:
Ricardo Wurmus 2024-11-30 18:59:44 +01:00 committed by Andreas Enge
parent f9af512739
commit 93f9e60a9d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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