[education/rkward] tests/analysis_plugins: Update test standard

Thomas Friedrichsmeier null at kde.org
Thu May 1 12:28:54 BST 2025


Git commit b0c61b39705e6ed74d30a48a04ff945cfa8d8ed3 by Thomas Friedrichsmeier.
Committed on 01/05/2025 at 11:28.
Pushed by tfry into branch 'master'.

Update test standard

M  +1    -1    tests/analysis_plugins/descriptive_stats.rkcommands.R

https://invent.kde.org/education/rkward/-/commit/b0c61b39705e6ed74d30a48a04ff945cfa8d8ed3

diff --git a/tests/analysis_plugins/descriptive_stats.rkcommands.R b/tests/analysis_plugins/descriptive_stats.rkcommands.R
index f30f24cbf..17d7d9303 100644
--- a/tests/analysis_plugins/descriptive_stats.rkcommands.R
+++ b/tests/analysis_plugins/descriptive_stats.rkcommands.R
@@ -17,7 +17,7 @@ for (i in 1:length (vars)) {
 	results[i, "sum"] <- try (sum (var, na.rm=TRUE))
 	results[i, "product"] <- try (prod (var, na.rm=TRUE))
 	results[i, "Median Absolute Deviation"] <- try (mad (var, constant = 1.4628, na.rm=TRUE))
-	results[i, "length of sample"] <- length (var)
+	results[i, "total length (N)"] <- length (var)
 	results[i, "number of NAs"] <- sum (is.na(var))
 }
 ## Print result


More information about the rkward-tracker mailing list