[rkward-cvs] [rkward] /: Fix typos

Yuri Chornoivan yurchor at ukr.net
Wed Dec 3 19:09:48 UTC 2014


Git commit 150736821735541b7ea460fe8905197731fc14c5 by Yuri Chornoivan.
Committed on 03/12/2014 at 19:09.
Pushed by yurchor into branch 'master'.

Fix typos

M  +1    -1    packages/rkwarddev/R/id.R
M  +1    -1    packages/rkwarddev/man/id.Rd
M  +2    -2    rkward/plugins/analysis/variances/levene_test.rkh
M  +2    -2    rkward/plugins/plots/cor_graph.rkh
M  +1    -1    rkward/plugins/uni1.2/code.js
M  +1    -1    tests/analysis_plugins/basic_statistics_a.rkcommands.R
M  +1    -1    tests/analysis_plugins/basic_statistics_a.rkout

http://commits.kde.org/rkward/150736821735541b7ea460fe8905197731fc14c5

diff --git a/packages/rkwarddev/R/id.R b/packages/rkwarddev/R/id.R
index ce74616..1516545 100644
--- a/packages/rkwarddev/R/id.R
+++ b/packages/rkwarddev/R/id.R
@@ -26,7 +26,7 @@
 #' 
 #' @param ... One or several character strings and/or \code{XiMpLe.node} objects with plugin nodes,
 #'   and/or objects of classes \code{rk.JS.arr}, \code{rk.JS.opt} or \code{rk.JS.var}, simply separated by comma.
-#' @param quote Logical, it the character strings sould be deparsed, so they come out "as-is" when
+#' @param quote Logical, it the character strings should be deparsed, so they come out "as-is" when
 #'    written to files, e.g. by \code{cat}.
 #' @param collapse Character string, defining if and how the individual elements should be glued together.
 #' @param js Logical, if \code{TRUE} returns JavaScript varaible names for \code{XiMpLe.node} objects.
diff --git a/packages/rkwarddev/man/id.Rd b/packages/rkwarddev/man/id.Rd
index acfaa6c..b37c1cf 100644
--- a/packages/rkwarddev/man/id.Rd
+++ b/packages/rkwarddev/man/id.Rd
@@ -10,7 +10,7 @@ id(..., quote = FALSE, collapse = "", js = TRUE)
 and/or objects of classes \code{rk.JS.arr}, \code{rk.JS.opt} or \code{rk.JS.var},
       simply separated by comma.}
 
-\item{quote}{Logical, it the character strings sould be deparsed,
+\item{quote}{Logical, it the character strings should be deparsed,
       so they come out "as-is" when
 written to files, e.g. by \code{cat}.}
 
diff --git a/rkward/plugins/analysis/variances/levene_test.rkh b/rkward/plugins/analysis/variances/levene_test.rkh
index dd2b1c6..750b5b9 100644
--- a/rkward/plugins/analysis/variances/levene_test.rkh
+++ b/rkward/plugins/analysis/variances/levene_test.rkh
@@ -1,11 +1,11 @@
 <!DOCTYPE rkhelp>
 <document>
 	<summary>
-		This test performs the Levene's test for homeogeneity of variance across groups.
+		This test performs the Levene's test for homogeneity of variance across groups.
 	</summary>
 
 	<usage>
-		Select the response variable and the factor defining groups to test for homeogeneity of variance across groups.
+		Select the response variable and the factor defining groups to test for homogeneity of variance across groups.
 	</usage>
 
 	<settings>
diff --git a/rkward/plugins/plots/cor_graph.rkh b/rkward/plugins/plots/cor_graph.rkh
index 458b18a..128872e 100644
--- a/rkward/plugins/plots/cor_graph.rkh
+++ b/rkward/plugins/plots/cor_graph.rkh
@@ -14,8 +14,8 @@ Choose one or more objects to be plotted. Choose the method to be used, how to t
 		<caption id="tab_options"/>
 		<setting id="method">Indicates which correlation coefficient (or covariance) is to be computed. One of "pearson", "kendall", or "spearman", can be used</setting>
 		<setting id="use">Select how to treat missing values. If use is "whole cases" then missing values are handled by casewise deletion. If use has the value "pairwise" then the correlation between each pair of variables is computed using all complete pairs of observations on those variables. This can result in covariance or correlation matrices which are not positive semidefinite. "pairwise" only works with the "pearson" method for cov and var.</setting>
-		<setting id="digits">Select how many digits after decimal point sould be shown</setting>
-		<setting id="scale">Select it if you want to scale text according to the (absolut) correlation value. </setting>
+		<setting id="digits">Select how many digits after decimal point should be shown</setting>
+		<setting id="scale">Select it if you want to scale text according to the (absolute) correlation value. </setting>
 	</settings>
 	<related>
 		<ul>
diff --git a/rkward/plugins/uni1.2/code.js b/rkward/plugins/uni1.2/code.js
index 89650ca..fb72c26 100644
--- a/rkward/plugins/uni1.2/code.js
+++ b/rkward/plugins/uni1.2/code.js
@@ -96,7 +96,7 @@ function calculate () {
 function printout () {
 	header = new Header (i18n ("Univariate statistics")).addFromUI ("narm");
 	if (getBoolean("trim.state")) {
-		header.add (i18n ("Proprotion of trimmed values for trimmed mean"), getString ("pourcent"));
+		header.add (i18n ("Proportion of trimmed values for trimmed mean"), getString ("pourcent"));
 	}
 	if (getBoolean("mad.state")) {
 		header.add (i18n ("Constant for the MAD estimation"), getString ("constMad"));
diff --git a/tests/analysis_plugins/basic_statistics_a.rkcommands.R b/tests/analysis_plugins/basic_statistics_a.rkcommands.R
index 9db0abb..221d2fa 100644
--- a/tests/analysis_plugins/basic_statistics_a.rkcommands.R
+++ b/tests/analysis_plugins/basic_statistics_a.rkcommands.R
@@ -34,7 +34,7 @@ for (i in 1:length (vars)) {
 .GlobalEnv$my.data <- results
 ## Print result
 rk.header ("Univariate statistics", parameters=list("Omit missing values"="yes",
-	"Proprotion of trimmed values for trimmed mean"="0.05",
+	"Proportion of trimmed values for trimmed mean"="0.05",
 	"Constant for the MAD estimation"="1.4628",
 	"Winsorized values for Huber estimator"="1.50",
 	"Tolerance in Huber estimator"="0.07",
diff --git a/tests/analysis_plugins/basic_statistics_a.rkout b/tests/analysis_plugins/basic_statistics_a.rkout
index 8ed864f..cc75105 100644
--- a/tests/analysis_plugins/basic_statistics_a.rkout
+++ b/tests/analysis_plugins/basic_statistics_a.rkout
@@ -1,7 +1,7 @@
 <h1>Univariate statistics</h1>
 <h2>Parameters</h2>
 <ul><li>Omit missing values: yes</li>
-<li>Proprotion of trimmed values for trimmed mean: 0.05</li>
+<li>Proportion of trimmed values for trimmed mean: 0.05</li>
 <li>Constant for the MAD estimation: 1.4628</li>
 <li>Winsorized values for Huber estimator: 1.50</li>
 <li>Tolerance in Huber estimator: 0.07</li>





More information about the rkward-tracker mailing list