This release combines a number of under-the-hood fixes and enhancements with one bug fix:
Rcpp:::LdFlags()
helper function to dynamically provide
linker options for packages using
Rcpp now defaults
to static linking on OS X as well. For installation from source dynamic
linking always worked, but not for binary installation (as e.g. from
CRAN). As on the other platforms,
this default can be overridden. Thanks to the
phylobase
team for patient help in tracking this down.[]
should now be faster due to some
enhancements in the internal representations.configure
now has a command-line option (as well as an
environment variable) to select support for the draft of the upcoming C++0x
standard.Rcpp.package.skeleton()
, modelled after
package.skeleton()
in R itself, helps to set up a new package
with support for using
Rcpp.As always, full details are in the ChangeLog on the Rcpp page which also leads to the downloads, the browseable doxygen docs and zip files of doxygen output for the standard formats. Questions, comments etc should go to the rcpp-devel mailing list off the R-Forge page