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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jun 22 01:45:45 CEST 2012


Author: edd
Date: 2012-06-22 01:45:45 +0200 (Fri, 22 Jun 2012)
New Revision: 3638

Modified:
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/inst/NEWS
Log:
updated DESCRIPTION and NEWS in prepation of 0.9.11 release


Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2012-06-21 17:28:41 UTC (rev 3637)
+++ pkg/Rcpp/DESCRIPTION	2012-06-21 23:45:45 UTC (rev 3638)
@@ -38,7 +38,7 @@
  been factored out of Rcpp into the package RcppClassic, and it is still
  available for code relying on the older interface. New development should 
  always use this Rcpp package instead.
-Depends: R (>= 2.12.0)
+Depends: R (>= 2.15.1)
 Imports: methods
 Suggests: RUnit, inline, rbenchmark
 URL: http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/Rcpp

Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS	2012-06-21 17:28:41 UTC (rev 3637)
+++ pkg/Rcpp/inst/NEWS	2012-06-21 23:45:45 UTC (rev 3638)
@@ -1,4 +1,4 @@
-0.9.11. 2012-xx-yy
+0.9.11  2012-06-22
 
     o   New member function for vectors (and lists etc) containsElementNamed() 
         which returns a boolean indicating if the given element name is present
@@ -7,17 +7,24 @@
         carrying functions already present from the corresponding unit test
 	which was also slightly expanded; and added more comments to the code 
 
+    o   Rcpp modules can now be loaded via loadRcppModules() from .onLoad(),
+        or via loadModule("moduleName") from any R file 
+
     o   Extended functionality to let R modify C++ clases imported via modules
+        documented in help(setRcppClass)
 
     o   Support compilation in Cygwin thanks to a patch by Dario Buttari
 
-    o   Small extensions to the Rcpp-FAQ and the Rcpp-modules vignettes
+    o   Extensions to the Rcpp-FAQ and the Rcpp-modules vignettes
 
+    o   The minium version of R is now 2.15.1 which is required for some of
+        the Rcpp modules support 
+
 0.9.10  2012-02-16
 
     o   Rearrange headers so that Rcpp::Rcout can be used by RcppArmadillo et al
 
-    o   New Rcpp sugar function mapply (for limited to two or three input vectors)
+    o   New Rcpp sugar function mapply (limited to two or three input vectors)
 
     o   Added custom version of the Rcpp sugar diff function for numeric vectors
         skipping unncesserry checks for NA



More information about the Rcpp-commits mailing list