gnu: r-productplots: Add missing inputs.

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

Change-Id: Id1604a4859b2fef076dd1485b25ae185175173e0
This commit is contained in:
Ricardo Wurmus 2024-11-26 10:47:15 +01:00 committed by Andreas Enge
parent 4d9edaea55
commit b584e5f1fe
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -35715,7 +35715,7 @@ (define-public r-productplots
(properties `((upstream-name . "productplots")))
(build-system r-build-system)
(propagated-inputs (list r-ggplot2 r-plyr))
(native-inputs (list r-testthat))
(native-inputs (list r-reshape2 r-testthat))
(home-page "https://github.com/hadley/productplots")
(synopsis "Product plots for R")
(description