[Rcpp-commits] r2798 - pkg/Rcpp/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Dec 18 05:14:19 CET 2010
Author: edd
Date: 2010-12-18 05:14:19 +0100 (Sat, 18 Dec 2010)
New Revision: 2798
Modified:
pkg/Rcpp/inst/NEWS
Log:
add keep NEW au courant
Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS 2010-12-18 04:09:46 UTC (rev 2797)
+++ pkg/Rcpp/inst/NEWS 2010-12-18 04:14:19 UTC (rev 2798)
@@ -3,9 +3,6 @@
o The classic api was factored out in its own package RcppClassic which is
released concurrently with this version.
- o Date::getYear() corrected (where addition of 1900 was not called for);
- corresponding change in constructor from three ints made as well.
-
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).
@@ -22,6 +19,13 @@
o Added a sprintf template intended for logging and error messages
+ o Date::getYear() corrected (where addition of 1900 was not called for);
+ corresponding change in constructor from three ints made as well.
+
+ o Date() and Datetime() constructors from string received a missing
+ conversion to int and double following strptime. The default format
+ string for the Datetime() strptime call was also corrected.
+
o A few minor fixes throughout, see ChangeLog
0.8.9 2010-11-27
More information about the Rcpp-commits
mailing list