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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Dec 2 21:52:52 CET 2010


Author: romain
Date: 2010-12-02 21:52:52 +0100 (Thu, 02 Dec 2010)
New Revision: 2682

Modified:
   pkg/Rcpp/NAMESPACE
   pkg/Rcpp/inst/NEWS
Log:
update NEWS

Modified: pkg/Rcpp/NAMESPACE
===================================================================
--- pkg/Rcpp/NAMESPACE	2010-12-02 20:30:37 UTC (rev 2681)
+++ pkg/Rcpp/NAMESPACE	2010-12-02 20:52:52 UTC (rev 2682)
@@ -36,7 +36,7 @@
 
 S3method( .DollarNames, "C++Object" )
 S3method( .DollarNames, "Module" )
-exportMethods( prompt, show, .DollarNames, "formals<-" )
+exportMethods( prompt, show, .DollarNames, initialize, "formals<-" )
 
 export( 
     Module, Rcpp.package.skeleton, populate

Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS	2010-12-02 20:30:37 UTC (rev 2681)
+++ pkg/Rcpp/inst/NEWS	2010-12-02 20:52:52 UTC (rev 2682)
@@ -1,3 +1,8 @@
+0.9.0   (future)
+
+    o   The classic api was factored out in its own package RcppClassic, to be 
+        released
+
 0.8.9   2010-11-27
 
     o   Many improvements were made to in 'Rcpp modules':



More information about the Rcpp-commits mailing list