guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: r-d3network: Fix typo "This package".


From: guix-commits
Subject: 03/05: gnu: r-d3network: Fix typo "This package".
Date: Fri, 6 Mar 2020 23:14:02 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 92f4583208002a3e5da88d6c607cd5c2ffed66ca
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Fri Mar 6 19:58:28 2020 -0800

    gnu: r-d3network: Fix typo "This package".
    
    * gnu/packages/cran (r-d3network)[description]: Fix typo.
---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 12f6833..a305a01 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19978,7 +19978,7 @@ on a continuous-time birth-death process.")
     (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+)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]