diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2022-01-08 16:04:29 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2022-01-08 16:39:25 -0800 |
commit | 84f6a80ca665b6d2faea4fd889ca72f805b1c6c3 (patch) | |
tree | 2ba5867531065bbe23e4527ceea19f1ef88c9cdd /gnu | |
parent | 61cd7853d178cfcf675bcbcbd66966585b804e9e (diff) | |
download | guix-84f6a80ca665b6d2faea4fd889ca72f805b1c6c3.tar guix-84f6a80ca665b6d2faea4fd889ca72f805b1c6c3.tar.gz |
gnu: r-intergraph: Fix grammar.
* gnu/packages/cran.scm (r-intergraph)[description]: Fix grammar.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 920026c34b..9c28c9bec6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -9550,7 +9550,7 @@ through permutation testing.") (home-page "http://mbojan.github.io/intergraph") (synopsis "Coercion routines for network data objects") (description - "Functions implemented in this package allow to coerce (i.e. convert) + "Functions implemented in this package allow coercing (i.e. convert) network data between classes provided by other R packages. Currently supported classes are those defined in packages @code{network} and @code{igraph}.") |