CRANberries also provides a short report with changes from the previous release. More information is on the RInside page. Questions, comments etc should go to the rcpp-devel mailing list off the Rcpp R-Forge page.Changes in RInside version 0.2.11 (2014-02-11)
Updated for Rcpp 0.11.0:
Updated initialization by assigning global environment via pointer only after R itself has been initialized – with special thanks to Kevin Ushey for the fix
Updated
DESCRIPTION
withImports:
instead ofDepends:
Added correspondiing
importFrom(Rcpp, evalCpp)
toNAMESPACE
Noted in all
inst/examples/*/Makefile
that Rcpp no longer requires a library argument, but left code for backwards compatibility in case 0.11.0 is not yet installed.Added
--vanilla --slave
to default arguments for R initializationAdded a few more explicit
#include
statements in theqt
example which Qt 5.1 now appears to require – with thanks to Spencer Behling for the patchAdded new MPI example with worker functions and RInside instance, kindly contributed by Nicholas Pezolano and Martin Morgan
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.