Rcpp 0.9.3 is now on CRAN; the NEWS entry is below and a little more is at
http://dirk.eddelbuettel.com/blog/2011/04/05#rcpp_0.9.3 This release improves a few internal things and buildability on various newer systems, fixes one real bug and updates the main intro vignette. No real new features. Cheers, Dirk 0.9.3 2011-04-05 o Fixed a bug in which modules code was not behaving when compiled twice as can easily happen with inline'ed version o Exceptions code includes exception_defines.h only when g++ is 4.5 or younger as the file no longer exists with g++-4.6 o The documentation Makefile now uses the $R_HOME environment variable o The documentation Makefile no longer calls clean in the all target o C++ conformance issue found by clang/llvm addressed by re-ordering declarations in grow.h as unqualified names must be declared before they are used, even when used within templates o The 'long long' typedef now depends on C++0x being enabled as this was not a feature in C++98; this suppresses a new g++-4.5 warning o The Rcpp-introduction vignette was updated to the forthcoming JSS paper -- Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com _______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel