gnu: r-d3network: Fix typo "This package".

* gnu/packages/cran (r-d3network)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2020-03-06 19:58:28 -08:00
parent 5b309c6242
commit 92f4583208
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -19978,7 +19978,7 @@ (define-public r-d3network
(home-page "http://christophergandrud.github.io/d3Network/")
(synopsis "Create D3 JavaScript network, tree, dendrogram, and Sankey graphs")
(description
"This packages is intended to make it easy to create D3 JavaScript
"This package is intended to make it easy to create D3 JavaScript
network, tree, dendrogram, and Sankey graphs from R using data frames.")
(license license:gpl3+)))