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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Nov 26 23:00:31 CET 2010


Author: edd
Date: 2010-11-26 23:00:30 +0100 (Fri, 26 Nov 2010)
New Revision: 2544

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/inst/NEWS
Log:
reindent for ChangeLog
add a stanza for 0.8.9 to NEWS -- this needs entries


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2010-11-26 20:03:18 UTC (rev 2543)
+++ pkg/Rcpp/ChangeLog	2010-11-26 22:00:30 UTC (rev 2544)
@@ -1,38 +1,40 @@
 2010-11-26  Romain Francois <romain at r-enthusiasts.com>
 
-    * inst/include/Rcpp/vector/Vector.h: List::create( _["foo"] ) sets the SEXP 
-    to R_MissingArg, usueful for formal arguments specifications, simpler form
-    than List::create( _["foo"] = R_MissingArg )
-    
-    * inst/include/Rcpp/macros/unroll.h: helper macro RCPP_UNROLL_LOOP
-    
-    * inst/include/Rcpp/vector/MatrixColumn.h: added MatrixColumn::operator=( MatrixColumn& )
-    otherwise it gets synthetized by the compiler
-    
-    * inst/include/Rcpp/vector/MatrixRow.h: same for MatrixRow
-    
-    * inst/include/Rcpp/vector/Matrix.h: added Matrix( SubMatrix ) and
-    Matrix::operator=( SubMatrix )
-    
+	* inst/include/Rcpp/vector/Vector.h: List::create( _["foo"] ) sets
+	the SEXP to R_MissingArg, usueful for formal arguments
+	specifications, simpler form than List::create( _["foo"] =
+	R_MissingArg )
+
+	* inst/include/Rcpp/macros/unroll.h: helper macro RCPP_UNROLL_LOOP
+
+	* inst/include/Rcpp/vector/MatrixColumn.h: added
+	MatrixColumn::operator=( MatrixColumn& ) otherwise it gets
+	synthetized by the compiler
+
+	* inst/include/Rcpp/vector/MatrixRow.h: same for MatrixRow
+
+	* inst/include/Rcpp/vector/Matrix.h: added Matrix( SubMatrix ) and
+	Matrix::operator=( SubMatrix )
+
 2010-11-25  Romain Francois <romain at r-enthusiasts.com>
 
-    * inst/include/Rcpp/module/Module_generated_function.h: new .function with
-    formal argument specification
-    
-    * inst/include/Rcpp/module/Module_generated_CppFunction.h: helper classes
-    for the above
-    
-    * R/Module.R: using the formal argument specification if available
-    
-    * R/populate.R: new R function populate to dump the contents of a module
-    into an environment or a namespace
-    
-    * man/populate.Rd: documentation for populate
-    
+	* inst/include/Rcpp/module/Module_generated_function.h: new .function
+	with formal argument specification
+
+	* inst/include/Rcpp/module/Module_generated_CppFunction.h: helper
+	classes for the above
+
+	* R/Module.R: using the formal argument specification if available
+
+	* R/populate.R: new R function populate to dump the contents of a
+	module into an environment or a namespace
+
+	* man/populate.Rd: documentation for populate
+
 2010-11-24  Romain Francois <romain at r-enthusiasts.com>
 
-    * R/00_classes.R: formals<- method for C++Function that allows to set default 
-    arguments, etc .. to a C++ function
+	* R/00_classes.R: formals<- method for C++Function that allows to set
+	default arguments, etc .. to a C++ function
 
 2010-11-23  Dirk Eddelbuettel  <edd at debian.org>
 

Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS	2010-11-26 20:03:18 UTC (rev 2543)
+++ pkg/Rcpp/inst/NEWS	2010-11-26 22:00:30 UTC (rev 2544)
@@ -1,3 +1,7 @@
+0.8.9   2010-11-28 
+
+    o   Lots of modules stuff to be filled in here 
+
 0.8.8   2010-11-01
 
     o   New syntactic shortcut to extract rows and columns of a Matrix. 



More information about the Rcpp-commits mailing list