[Rcpp-commits] r2135 - in pkg/Rcpp: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Sep 18 15:40:43 CEST 2010


Author: edd
Date: 2010-09-18 15:40:43 +0200 (Sat, 18 Sep 2010)
New Revision: 2135

Modified:
   pkg/Rcpp/TODO
   pkg/Rcpp/inst/THANKS
Log:
whitespace fix in TODO
added Martyn to THANKS


Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO	2010-09-18 02:54:56 UTC (rev 2134)
+++ pkg/Rcpp/TODO	2010-09-18 13:40:43 UTC (rev 2135)
@@ -39,14 +39,14 @@
 Syntactic sugar
 
     o	recycling : binary operators and math functions of 2 or more arguments
-    need to recycle their arguments. 
+        need to recycle their arguments. 
     
     o	not sure rep should be lazy, i.e. rep( x, 4 ) fetches x[i] 4 times, 
 	maybe we should use LazyVector like in outer to somehow cache the 
 	result when it is judged expensive to calculate
 	
     o	The current impl of "diff" might cause problems (e.g. with ifelse) due to 
-    laziness, it is probably best to not make it lazy
+        laziness, it is probably best to not make it lazy
 
     o 	crossprod
 	

Modified: pkg/Rcpp/inst/THANKS
===================================================================
--- pkg/Rcpp/inst/THANKS	2010-09-18 02:54:56 UTC (rev 2134)
+++ pkg/Rcpp/inst/THANKS	2010-09-18 13:40:43 UTC (rev 2135)
@@ -1,12 +1,13 @@
 
 In alphabetical order:
 
-Laurent Gautier         for help on R internals
+Laurent Gautier         for helpful discussions on R internals
 Alistair Gee		for a patch making ColDatum more robust
 Uwe Ligges              for help with Windows (32 and 64 bit) build issues
+Martyn Plummer          for help with Solaris build issues
 David Reiss             for the first-ever contributed patch (Rcpp*View)
-Brian Ripley            for help Win64 build issues
+Brian Ripley            for help with Win64 + Solaris build issues
 Dominick Samperi        for starting what we now call the Classic Rcpp
 Oleg Sklyar             for the incredibly cool inline package
-Luke Tierney            for help on R internals
+Luke Tierney            for helpful discussions on R internals
 Simon Urbanek           for help on OS X build issues and with R internals



More information about the Rcpp-commits mailing list