[Rcpp-commits] r1593 - in pkg/Rcpp: . inst/doc/Rcpp-FAQ

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jun 18 11:38:39 CEST 2010


Author: romain
Date: 2010-06-18 11:38:39 +0200 (Fri, 18 Jun 2010)
New Revision: 1593

Modified:
   pkg/Rcpp/TODO
   pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw
Log:
Rcpp training course in FAQ

Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO	2010-06-18 08:38:16 UTC (rev 1592)
+++ pkg/Rcpp/TODO	2010-06-18 09:38:39 UTC (rev 1593)
@@ -91,8 +91,15 @@
 			...
 		}
     	
-		but the syntax above seems more natural. maybe not.
+		but the syntax above seems more natural. maybe not. Or we can add an 
+		operator int() and do this: 
 		
+		if( all( x < 5 ) == TRUE ){
+			...
+		}
+    	
+		not sure what is best
+		
 Testing
 
 	o	we need to update the doRUnit.R file and replace : 

Modified: pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw	2010-06-18 08:38:16 UTC (rev 1592)
+++ pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw	2010-06-18 09:38:39 UTC (rev 1593)
@@ -330,6 +330,10 @@
 Sure you can. Just send us an email, and we will be happy to discuss the
 request..
 
+\subsection{I want to learn quickly. Do you provide training courses.}
+
+Yes. Just send us an email.
+
 \bibliographystyle{abbrvnat}
 \bibliography{Rcpp}
 



More information about the Rcpp-commits mailing list