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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Apr 19 03:06:43 CEST 2012


Author: edd
Date: 2012-04-19 03:06:41 +0200 (Thu, 19 Apr 2012)
New Revision: 3577

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/inst/NEWS
Log:
new minor number in Version to distinguish this version with John's patch
added ChangeLog and NEWS for John's patch


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2012-04-18 23:14:46 UTC (rev 3576)
+++ pkg/Rcpp/ChangeLog	2012-04-19 01:06:41 UTC (rev 3577)
@@ -1,4 +1,10 @@
+2012-04-18  John M Chambers  <jmc at r-project.org>
 
+	* R/RcppClass.R: New version of setRcppClass, allowing R classes to
+	extend C++ classes used via Rcpp modules
+	* R/loadModule.R: New function, replaces uses of .onLoad()
+	* man/*: Added/updated corresponding documentation
+
 2012-04-07  Romain Francois  <romain at r-enthusiasts.com>
 
 	* inst/include/Rcpp/vector/Vector.h: bug fix. reported on Rcpp-devel

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2012-04-18 23:14:46 UTC (rev 3576)
+++ pkg/Rcpp/DESCRIPTION	2012-04-19 01:06:41 UTC (rev 3577)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.9.10.2
+Version: 0.9.10.3
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Douglas Bates and John Chambers

Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS	2012-04-18 23:14:46 UTC (rev 3576)
+++ pkg/Rcpp/inst/NEWS	2012-04-19 01:06:41 UTC (rev 3577)
@@ -3,6 +3,8 @@
     o   New member function for vectors (and lists etc) containsElementNamed() 
         which returns a boolean indicating if the given element name is present
 
+    o   Extended functionality to let R modify C++ clases imported via modules
+
 0.9.10  2012-02-16
 
     o   Rearrange headers so that Rcpp::Rcout can be used by RcppArmadillo et al



More information about the Rcpp-commits mailing list