mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
4d9edaea55
commit
b584e5f1fe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue