[Rcpp-commits] r2794 - pkg/Rcpp/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 17 02:15:45 CET 2010


Author: jmc
Date: 2010-12-17 02:15:45 +0100 (Fri, 17 Dec 2010)
New Revision: 2794

Modified:
   pkg/Rcpp/inst/NEWS
Log:
clarify item for not_initialized

Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS	2010-12-16 20:21:14 UTC (rev 2793)
+++ pkg/Rcpp/inst/NEWS	2010-12-17 01:15:45 UTC (rev 2794)
@@ -6,8 +6,9 @@
     o   Date::getYear() corrected (where addition of 1900 was not called for); 
         corresponding change in constructor from three ints made as well.
 
-    o   An Rcpp::not_initialized exception was added and forwarded to R if such
-        an object is used.
+    o   If an object is created but not initialized, attempting to use
+        it now gives a more sensible error message (by forwarding an
+        Rcpp::not_initialized exception to R).
 
     o   SubMatrix fixed, and Matrix types now have a nested ::Sub typedef
   



More information about the Rcpp-commits mailing list