mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: r-ggsankey: Add missing inputs.
* gnu/packages/bioinformatics.scm (r-ggsankey)[native-inputs]: Add r-testthat. Change-Id: Iaafb75cc47e89a4a25232003d410f98c304ff021
This commit is contained in:
parent
92394b5116
commit
cc3d2e78ed
1 changed files with 1 additions and 0 deletions
|
@ -11993,6 +11993,7 @@ (define-public r-ggsankey
|
|||
r-purrr
|
||||
r-stringr
|
||||
r-tidyr))
|
||||
(native-inputs (list r-testthat))
|
||||
(home-page "https://github.com/davidsjoberg/ggsankey")
|
||||
(synopsis "Sankey, Alluvial and Sankey bump plots")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue