[Rcpp-commits] r1977 - pkg/Rcpp/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 10 17:12:11 CEST 2010


Author: dmbates
Date: 2010-08-10 17:12:11 +0200 (Tue, 10 Aug 2010)
New Revision: 1977

Modified:
   pkg/Rcpp/inst/ChangeLog
Log:
*** empty log message ***

Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog	2010-08-10 15:11:25 UTC (rev 1976)
+++ pkg/Rcpp/inst/ChangeLog	2010-08-10 15:12:11 UTC (rev 1977)
@@ -1,3 +1,8 @@
+2010-08-10  Douglas Bates  <bates at stat.wisc.edu>
+
+	* include/Rcpp/stats/nbinom[_mu].h: Replace conflicting data member name
+	'size' by 'siz'
+
 2010-08-10  Romain Francois <romain at r-enthusiasts.com>
 
 	* inst/include/Rcpp/stats/random/rnorm.h: Added rnorm and rnorm_
@@ -3,5 +8,5 @@
 
 	* inst/include/Rcpp/stats/random/runif.h: Added runif and runif_
-	
+
 	* inst/include/Rcpp/stats/random/rbeta.h: Added rbeta and rbeta_
 
@@ -24,12 +29,12 @@
 
 	* inst/include/Rcpp/vector/Vector.h: further dispatch to allow generators
 	to be passed to constructors of Vector
-	
-	* inst/include/Rcpp/traits/has_iterator.h: new SFINAE detection of 
+
+	* inst/include/Rcpp/traits/has_iterator.h: new SFINAE detection of
 	generators
-	
+
 	* inst/include/Rcpp/Generator.h : base template class for generators
-	
+
 2010-08-06  Douglas Bates  <bates at stat.wisc.edu>
 
 	* unitTests/runit.stats.R: Corrected instances of numeric



More information about the Rcpp-commits mailing list