[Rcpp-devel] [ANN] Rcpp 0.9.3
Dirk Eddelbuettel
edd at debian.org
Tue Apr 5 21:53:10 CEST 2011
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 | edd at debian.org | http://dirk.eddelbuettel.com
More information about the Rcpp-devel
mailing list