[Rcpp-commits] r1913 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 5 12:11:37 CEST 2010


Author: edd
Date: 2010-08-05 12:11:37 +0200 (Thu, 05 Aug 2010)
New Revision: 1913

Modified:
   pkg/Rcpp/TODO
Log:
even more TODO


Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO	2010-08-05 10:06:22 UTC (rev 1912)
+++ pkg/Rcpp/TODO	2010-08-05 10:11:37 UTC (rev 1913)
@@ -46,9 +46,9 @@
         
 Syntactic sugar
 
-	o	Vector * Matrix, Matrix * Matrix
+    o	Vector * Matrix, Matrix * Matrix
 
-	o   duplicated, unique, count, sum, sqrt, log, log10, ln
+    o   duplicated, unique, count, sum, sqrt, log, log10, ln
     
     o   operator% 
     
@@ -65,7 +65,8 @@
     
     o   Compound operators: ++,--,+=, -=, ...
     
-    o	other stats functions : dnorm, etc ...
+    o	other statistical distribution functions : dnorm, etc ...
+        as well as qbinom, pbinom, rbinom, qpois, ppois, rpois, ...
     
     o	sum : deal with missing values
 



More information about the Rcpp-commits mailing list