[Rcpp-commits] r2843 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 6 22:29:09 CET 2011


Author: dmbates
Date: 2011-01-06 22:29:08 +0100 (Thu, 06 Jan 2011)
New Revision: 2843

Modified:
   pkg/Rcpp/ChangeLog
Log:


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2011-01-06 21:07:48 UTC (rev 2842)
+++ pkg/Rcpp/ChangeLog	2011-01-06 21:29:08 UTC (rev 2843)
@@ -1,3 +1,13 @@
+2011-01-06  Douglas Bates  <bates at stat.wisc.edu>
+
+	* R/zzz.R (.onLoad): Don't call init_Rcpp_cache here. 
+
+	* src/Rcpp_init.c: Don't register init_Rcpp_cache.  It should only
+	be called once and it is called in the C function R_init_Rcpp.
+
+	* NAMESPACE: Use registered symbols instead of relisting them.
+	Registration allows for checking the number of arguments.
+
 2011-01-04  Dirk Eddelbuettel  <edd at debian.org>
 
 	* src/debugging.cpp: Treat the *BSD flavours like Windows and offer



More information about the Rcpp-commits mailing list