[rkward-cvs] SF.net SVN: rkward:[4043] branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/ example_session.tex

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue Nov 22 15:54:14 UTC 2011


Revision: 4043
          http://rkward.svn.sourceforge.net/rkward/?rev=4043&view=rev
Author:   tfry
Date:     2011-11-22 15:54:13 +0000 (Tue, 22 Nov 2011)
Log Message:
-----------
Fix bad quote in code example

Modified Paths:
--------------
    branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/example_session.tex

Modified: branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/example_session.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/example_session.tex	2011-11-22 15:34:16 UTC (rev 4042)
+++ branches/jss_dec_10/FINAL_JSS_TEX/FINAL_splitted/example_session.tex	2011-11-22 15:54:13 UTC (rev 4043)
@@ -41,8 +41,8 @@
 The generated \proglang{R} code can be revealed by clicking on the ``Code'' button:
 
 \begin{Code}
-read.csv(file=`/media/software/experiment.txt',
-         na.strings = `NA', nrows = -1, skip = 0,
+read.csv(file='/media/software/experiment.txt',
+         na.strings = 'NA', nrows = -1, skip = 0,
          check.names = TRUE, strip.white = FALSE, blank.lines.skip = TRUE)
 \end{Code}
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the rkward-tracker mailing list