Since RcppDate (classic class) is moving out of Rcpp I'm trying to use Rcpp::Date and there seems to be a small problem.
getYear() method adds 1900 when it shouldn't, so 2001 becoms 3901, for example. I assume that Rcpp::Date and Rcpp::Datetime are intended to be replacements for RcppDate and RcppDatetime, resp., but they seem to be missing std::ostream operator<<(). Rcpp::Date also seems to have more timezone related logic. Is there documentation on this? Thanks, Dominick
_______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
