gnu: r-rematch2: Add test inputs.

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

Change-Id: If89c749f53b963e759225b0a75ea08f6671c0ada
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:59:38 +01:00 committed by Andreas Enge
parent de72e5a043
commit 93266bf84e
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -25608,6 +25608,7 @@ correlation matrix between effect size estimates is known.")
(build-system r-build-system)
(propagated-inputs
(list r-tibble))
(native-inputs (list r-testthat))
(home-page "https://github.com/r-lib/rematch2")
(synopsis "Tidy output from regular expression matching")
(description