gnu: r-productplots: Add test inputs.

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

Change-Id: I8c9fe4ab4610063028b6ee17c6ac180b7b8f58cd
This commit is contained in:
Ricardo Wurmus 2024-11-22 12:00:08 +01:00
parent 0b6eb59920
commit b26d9dc782
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -35508,6 +35508,7 @@ interesting features. iheatmapr uses the plotly library for interactivity.")
(properties `((upstream-name . "productplots")))
(build-system r-build-system)
(propagated-inputs (list r-ggplot2 r-plyr))
(native-inputs (list r-testthat))
(home-page "https://github.com/hadley/productplots")
(synopsis "Product plots for R")
(description