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:
Ricardo Wurmus 2024-11-26 17:41:08 +01:00
parent 92394b5116
commit cc3d2e78ed
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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