[rkward-cvs] SF.net SVN: rkward-code:[4864] trunk/rkward/rkward/plugins/data/ recode_categorical.js
m-eik at users.sf.net
m-eik at users.sf.net
Wed Oct 1 14:16:27 UTC 2014
Revision: 4864
http://sourceforge.net/p/rkward/code/4864
Author: m-eik
Date: 2014-10-01 14:16:25 +0000 (Wed, 01 Oct 2014)
Log Message:
-----------
one closing bracket to many?
Modified Paths:
--------------
trunk/rkward/rkward/plugins/data/recode_categorical.js
Modified: trunk/rkward/rkward/plugins/data/recode_categorical.js
===================================================================
--- trunk/rkward/rkward/plugins/data/recode_categorical.js 2014-10-01 14:07:50 UTC (rev 4863)
+++ trunk/rkward/rkward/plugins/data/recode_categorical.js 2014-10-01 14:16:25 UTC (rev 4864)
@@ -21,7 +21,7 @@
if (default_values == "copy") {
echo (input + ")\n");
} else {
- echo ('rep (' + default_values == "na" ? 'NA' : getString ("other_custom.valuequoted") + ', length.out = length (' + input + ')))\n');
+ echo ('rep (' + default_values == "na" ? 'NA' : getString ("other_custom.valuequoted") + ', length.out = length (' + input + '))\n');
}
// Make replacements
More information about the rkward-tracker
mailing list