gnu: r-ggpattern: Add test inputs.

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

Change-Id: I16a73fdf63d981639d8deb917981d0c7e9b39ad6
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:59:36 +01:00 committed by Andreas Enge
parent cbb27418a0
commit be3bf1f428
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -25148,7 +25148,7 @@ (define-public r-ggpattern
r-rlang
r-scales
r-vctrs))
(native-inputs (list r-knitr r-ragg r-rmarkdown))
(native-inputs (list r-knitr r-ragg r-rmarkdown r-testthat))
(home-page "https://github.com/coolbutuseless/ggpattern")
(synopsis "Ggplot2 pattern geoms")
(description