[Rcpp-commits] r569 - papers/rjournal

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Feb 4 18:03:40 CET 2010


Author: romain
Date: 2010-02-04 18:03:40 +0100 (Thu, 04 Feb 2010)
New Revision: 569

Modified:
   papers/rjournal/EddelbuettelFrancois.tex
Log:
minor formatting

Modified: papers/rjournal/EddelbuettelFrancois.tex
===================================================================
--- papers/rjournal/EddelbuettelFrancois.tex	2010-02-04 17:01:24 UTC (rev 568)
+++ papers/rjournal/EddelbuettelFrancois.tex	2010-02-04 17:03:40 UTC (rev 569)
@@ -472,7 +472,9 @@
 can be created by the following R code: 
 
 \begin{example}
-list( c( bar = 2L, foo = 1L) , c( bar = 2L, bling = 3L, foo = 1L) )
+list( 
+  c( bar = 2L, foo = 1L) , 
+  c( bar = 2L, bling = 3L, foo = 1L) )
 \end{example}
 
 The reversed conversion is implemented by variations of the 



More information about the Rcpp-commits mailing list