[rkward-cvs] SF.net SVN: rkward-code:[4863] trunk/rkward/tests/analysis_plugins.R

tfry at users.sf.net tfry at users.sf.net
Wed Oct 1 14:07:52 UTC 2014


Revision: 4863
          http://sourceforge.net/p/rkward/code/4863
Author:   tfry
Date:     2014-10-01 14:07:50 +0000 (Wed, 01 Oct 2014)
Log Message:
-----------
Fix correlation_matrix test

Modified Paths:
--------------
    trunk/rkward/tests/analysis_plugins.R

Modified: trunk/rkward/tests/analysis_plugins.R
===================================================================
--- trunk/rkward/tests/analysis_plugins.R	2014-09-30 14:06:35 UTC (rev 4862)
+++ trunk/rkward/tests/analysis_plugins.R	2014-10-01 14:07:50 UTC (rev 4863)
@@ -36,7 +36,7 @@
 			rk.call.plugin ("rkward::corr_matrix", do_p.state="", method.string="polychoric", use.string="pairwise", x.available="test10y\ntest10a", submit.mode="submit")
 
 			rk.call.plugin ("rkward::corr_matrix", do_p.state="", method.string="pearson", use.string="pairwise", x.available="women[[\"weight\"]]\nwomen[[\"height\"]]", submit.mode="submit")
-		}),
+		}, libraries=c("polycor")),
 		new ("RKTest", id="correlation_matrix_plot", call=function () {
 			rk.call.plugin ("rkward::cor_graph", digits.real="3.00", method.string="pearson", scale.state="TRUE", use.string="pairwise.complete.obs", x.available="rock", submit.mode="submit")
 		}),





More information about the rkward-tracker mailing list