[Rcpp-commits] r2242 - papers/rjournal

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 29 06:05:00 CEST 2010


Author: edd
Date: 2010-09-29 06:04:59 +0200 (Wed, 29 Sep 2010)
New Revision: 2242

Modified:
   papers/rjournal/EddelbuettelFrancois.tex
Log:
change one nona() to noNA() in actual text


Modified: papers/rjournal/EddelbuettelFrancois.tex
===================================================================
--- papers/rjournal/EddelbuettelFrancois.tex	2010-09-29 01:48:22 UTC (rev 2241)
+++ papers/rjournal/EddelbuettelFrancois.tex	2010-09-29 04:04:59 UTC (rev 2242)
@@ -788,7 +788,7 @@
 Rcpp sugar allows manipulation of entire subsets of vectors at once, thanks to 
 the \code{Range} class. Rcpp sugar uses techniques such as expression templates, 
 lazy evaluation and loop unrolling to generate very efficient code. 
-The \code{nona} template function marks its argument to indicates that it does 
+The \code{noNA} template function marks its argument to indicates that it does 
 not contain any missing values---an assumption made implicitly by other 
 versions---allowing sugar to compute the individual operations without having
 to test for missing values. 



More information about the Rcpp-commits mailing list