summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-06-13 16:42:29 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-06-13 16:42:29 +0200
commit6ccd88e8cb19a439526bb8d7b3b5a2c3872c825a (patch)
treeef4c36ab5d53b0fc5a157071a5bff841c96c8555 /gnu
parent13b8dcf58965289604c8c9858094467ae0d1b0a1 (diff)
downloadpatches-6ccd88e8cb19a439526bb8d7b3b5a2c3872c825a.tar
patches-6ccd88e8cb19a439526bb8d7b3b5a2c3872c825a.tar.gz
gnu: r-factoextra: Fix syntax error.
* gnu/packages/cran.scm (r-factoextra)[description]: Fix syntax error.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b59d4b2e92..82beb7b23a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4385,9 +4385,9 @@ structured in groups, etc. and hierarchical cluster analysis.")
(description
"This package provides some easy-to-use functions to extract and
visualize the output of multivariate data analyses, including
-@code{PCA} (Principal Component Analysis), @cod{CA} (Correspondence Analysis),
-@code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor Analysis of
-Mixed Data), @code{MFA} (Multiple Factor Analysis) and
+@code{PCA} (Principal Component Analysis), @code{CA} (Correspondence
+Analysis), @code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor
+Analysis of Mixed Data), @code{MFA} (Multiple Factor Analysis) and
@code{HMFA} (Hierarchical Multiple Factor Analysis) functions from different R
packages. It contains also functions for simplifying some clustering analysis
steps and provides ggplot2-based elegant data visualization.")