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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 12 16:41:44 CEST 2010


Author: dmbates
Date: 2010-08-12 16:41:43 +0200 (Thu, 12 Aug 2010)
New Revision: 1992

Modified:
   pkg/Rcpp/inst/ChangeLog
Log:
Indenting to make emacs happier.


Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog	2010-08-12 14:36:44 UTC (rev 1991)
+++ pkg/Rcpp/inst/ChangeLog	2010-08-12 14:41:43 UTC (rev 1992)
@@ -1,55 +1,53 @@
 2010-08-12  Romain Francois <romain at r-enthusiasts.com>
 
-	* inst/include/Rcpp/sugar/math.h: replace previous versions of floor, abs, 
+	* inst/include/Rcpp/sugar/math.h: replace previous versions of floor, abs,
 	exp, ceil, ceiling with versions generated by the SUGAR_MATH_1 macro
 
 2010-08-11  Romain Francois <romain at r-enthusiasts.com>
 
-	* inst/include/Rcpp/vector/vector.h: Vector gains constructor 
-	taking size and function pointers, acting as generators : 
-	
+	* inst/include/Rcpp/vector/vector.h: Vector gains constructor
+	taking size and function pointers, acting as generators :
+
 		Vector( const int& siz, stored_type (*gen)(void), bool seed = true )
-		
+
 		template <typename U1>
     	Vector( const int& siz, stored_type (*gen)(U1), const U1& u1, bool seed = true)
-    	
+
     	template <typename U1, typename U2>
     	Vector( const int& siz, stored_type (*gen)(U1,U2), const U1& u1, const U2& u2, bool seed = true){
-    	
-    	so that for example : 
-    	
+
+    	so that for example :
+
     	NumericVector( 10, norm_rand ) generates a N(0,1) vector of size 10
-    
-    * inst/include/Rcpp/stats/random/rlnorm.h: Added rlnorm and rlnorm_
-    * inst/include/Rcpp/stats/random/rgamma.h: Added rgamma and rgamma_
-    * inst/include/Rcpp/stats/random/rt.h: Added rt and rt_
-    * inst/include/Rcpp/stats/random/rbinom.h: Added rbinom and rbinom_
-    * inst/include/Rcpp/stats/random/rnchisq.h: Added rnchisq and rnchisq_
-    * inst/include/Rcpp/stats/random/rgeom.h: Added rgeom and rgeom_
-    * inst/include/Rcpp/stats/random/rhyper.h: Added rhyper and rhyper_
-    * inst/include/Rcpp/stats/random/rnbinom_mu.h: Added rnbinom_mu and rnbinom_mu_
-    * inst/include/Rcpp/stats/random/rnbinom.h: Added rnbinom and rnbinom_
-    * inst/include/Rcpp/stats/random/rpois.h: Added rpois and rpois_
-    * inst/include/Rcpp/stats/random/rweibull.h: Added rweibull and rweibull_
-    * inst/include/Rcpp/stats/random/rlogis.h: Added rlogis and rlogis_
-    * inst/include/Rcpp/stats/random/rwilcox.h: Added rwilcox and rwilcox_
-    * inst/include/Rcpp/stats/random/rsignrank.h: Added rsignrank and rsignrank_
 
+	* inst/include/Rcpp/stats/random/rlnorm.h: Added rlnorm and rlnorm_
+	* inst/include/Rcpp/stats/random/rgamma.h: Added rgamma and rgamma_
+	* inst/include/Rcpp/stats/random/rt.h: Added rt and rt_
+	* inst/include/Rcpp/stats/random/rbinom.h: Added rbinom and rbinom_
+	* inst/include/Rcpp/stats/random/rnchisq.h: Added rnchisq and rnchisq_
+	* inst/include/Rcpp/stats/random/rgeom.h: Added rgeom and rgeom_
+	* inst/include/Rcpp/stats/random/rhyper.h: Added rhyper and rhyper_
+	* inst/include/Rcpp/stats/random/rnbinom_mu.h: Added rnbinom_mu and rnbinom_mu_
+	* inst/include/Rcpp/stats/random/rnbinom.h: Added rnbinom and rnbinom_
+	* inst/include/Rcpp/stats/random/rpois.h: Added rpois and rpois_
+	* inst/include/Rcpp/stats/random/rweibull.h: Added rweibull and rweibull_
+	* inst/include/Rcpp/stats/random/rlogis.h: Added rlogis and rlogis_
+	* inst/include/Rcpp/stats/random/rwilcox.h: Added rwilcox and rwilcox_
+	* inst/include/Rcpp/stats/random/rsignrank.h: Added rsignrank and rsignrank_
+
 	* inst/include/Rcpp/stats/random/rnorm.h: some optimization
-    
 	* inst/include/Rcpp/stats/random/rf.h: calculate n2/n1 just once
-    
 	* inst/include/Rcpp/sugar/SugarBlock.h : templates and macros to facilitate
 	generation of sugar functions that take one or two double parameters
-	
-	* inst/include/Rcpp/sugar/math.h: using SugarBlock to generate new 
-	sugar functions: 
-		(1 parameter) : gamma, lgamma, digamma, trigamma, tetragamma, 
-		pentagamma, expm1, log1p, factorial, lfactorial, 
+
+	* inst/include/Rcpp/sugar/math.h: using SugarBlock to generate new
+	sugar functions:
+		(1 parameter) : gamma, lgamma, digamma, trigamma, tetragamma,
+		pentagamma, expm1, log1p, factorial, lfactorial,
 		cos, acosh, atan, cos, cosh, log, log10, sqrt, sin, sinh, tan, tanh
-		
+
 		(2 parameter) : choose, lchoose, beta, lbeta, psigamma
-	
+
 2010-08-10  Douglas Bates  <bates at stat.wisc.edu>
 
 	* include/Rcpp/stats/nbinom[_mu].h: Replace conflicting data member name



More information about the Rcpp-commits mailing list