gnu: r-assertive-types: Add missing input.

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

Change-Id: I58ef096504602989de101b744362b115fcb67f27
This commit is contained in:
Ricardo Wurmus 2024-11-29 21:46:17 +01:00
parent ee88301053
commit bf177fb732
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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