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:
Ricardo Wurmus 2024-11-26 17:39:33 +01:00 committed by Andreas Enge
parent 99085d8fe4
commit ebff90f017
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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