mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
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:
parent
0b6eb59920
commit
b26d9dc782
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue