mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-streamgraph: Add missing input.
* gnu/packages/bioinformatics.scm (r-streamgraph)[native-inputs]: Add r-testthat. Change-Id: I1209a467c5a966c916f0d0416c6c1e283ae9226d
This commit is contained in:
parent
99085d8fe4
commit
ebff90f017
1 changed files with 1 additions and 1 deletions
|
@ -1735,7 +1735,7 @@ (define-public r-streamgraph
|
|||
r-magrittr
|
||||
r-tidyr
|
||||
r-xts))
|
||||
(native-inputs (list r-knitr))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(home-page "https://github.com/hrbrmstr/streamgraph")
|
||||
(synopsis "Htmlwidget for building streamgraph visualizations")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue