gnu: r-ggghost: Add test inputs.

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

Change-Id: Ic3fb46eb08aa1860bedddc0effe930b91ee20212
This commit is contained in:
Ricardo Wurmus 2024-11-22 11:59:46 +01:00 committed by Andreas Enge
parent 141328625b
commit f2f79265da
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -28125,6 +28125,7 @@ wrap.")
(properties `((upstream-name . "ggghost")))
(build-system r-build-system)
(propagated-inputs (list r-animation r-ggplot2))
(native-inputs (list r-testthat))
(home-page "https://github.com/jonocarroll/ggghost")
(synopsis "Capture the spirit of your ggplot2 calls")
(description