From 7c913447b61b71da67e51e90df26b698d48119b7 Mon Sep 17 00:00:00 2001 From: carlodefalco Date: Thu, 2 Jul 2026 09:47:42 +0200 Subject: [PATCH] Fix typo in docstring of pca.m The value 'complete' was listed twice among the admissible values of the 'Rows' options, the second occurrence should be changed to 'all' --- inst/pca.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/pca.m b/inst/pca.m index 356dbc4c..e8e2b513 100644 --- a/inst/pca.m +++ b/inst/pca.m @@ -69,7 +69,7 @@ ## @qcode{"eig"}), the covariance of rows with missing data is computed using ## the available data, but the covariance matrix could be not positive definite, ## which triggers the termination of @code{pca}. -## @item @qcode{"complete"}, missing values are not allowed, @code{pca} +## @item @qcode{"all"}, missing values are not allowed, @code{pca} ## terminates with an error if there are any. ## @end itemize ##