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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jun 25 17:28:15 CEST 2010


Author: edd
Date: 2010-06-25 17:28:15 +0200 (Fri, 25 Jun 2010)
New Revision: 1741

Modified:
   pkg/Rcpp/NEWS
   pkg/Rcpp/inst/ChangeLog
Log:
keep the world abreast


Modified: pkg/Rcpp/NEWS
===================================================================
--- pkg/Rcpp/NEWS	2010-06-25 15:24:55 UTC (rev 1740)
+++ pkg/Rcpp/NEWS	2010-06-25 15:28:15 UTC (rev 1741)
@@ -36,8 +36,12 @@
 
     o   Rcpp Modules can now expose public data members
 
-    o   New classes Date and DateVector with proper 'new' API integration
+    o   New classes Date, Datetime, DateVector and DatetimeVector with proper
+        'new' API integration such as as(), wrap(), iterators, ...
 
+    o   The so-classic API headers have been moved to a subdirectory classic/
+        This should not affect client-code as only Rcpp.h was ever included.
+
     o   RcppDate now has a constructor from SEXP as well
 
     o   RcppDateVector and RcppDatetimeVector get constructors from int

Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog	2010-06-25 15:24:55 UTC (rev 1740)
+++ pkg/Rcpp/inst/ChangeLog	2010-06-25 15:28:15 UTC (rev 1741)
@@ -3,6 +3,8 @@
 	* inst/include/Rcpp/posix.h: anticipate R 2.12.0 switch of classes
 	POSIXt and POSIXct
 
+	* inst/include/classic: New home for the 'classic' API headers
+
 2010-06-24  Romain Francois <romain at r-enthusiasts.com>
 
 	* inst/include/Rcpp/vector/RangeIndexer.h: factored the RangeIndexer class
@@ -52,8 +54,8 @@
 
 2010-06-21  Dirk Eddelbuettel  <edd at debian.org>
 
-	* inst/examples/SugarBenchmark/: New example trying to benchmark
-	new syntactic 'sugar' classes
+	* inst/examples/SugarPerformance/: New example to benchmark the new
+	syntactic 'sugar' classes
 
 2010-06-19  Dirk Eddelbuettel  <edd at debian.org>
 



More information about the Rcpp-commits mailing list