RInside 0.2.7
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
A new version 0.2.7 of
RInside
is now available via CRAN.
RInside provides
a set of convenience classes which facilitate embedding of
R
inside of C++ applications and programs, using the classes and functions provided by the
Rcpp R and C++
integration package.
This release adds two new examples subdirectories demonstrating use of
RInside with,
respectively, RcppArmadillo and RcppEigen. We extended the ‘web application’
example using the Wt toolkit by
adding CSS and XML support, and added another new example motivated by a
StackOverflow question. CMake support has been added for Windows as well
thanks to Peter Aberline—he also contributed CMake code for the two new
example directories but that contribution made it only into SVN and not this release.
All changes since the last release are summarized below in the NEWS file entry:
Changes in RInside version 0.2.7 (2012-08-12)
New fifth examples subdirectory ‘armadillo’ with two new
examples showing how to combine RInside with RcppArmadilloNew sixth examples subdirectory ‘eigen’ with two new examples
showing how to combine RInside with RcppEigenPrettified the Wt example ‘web application’ with CSS use, also added
and XML file with simple headers and description textNew example rinside_sample12 motivated by StackOverflow
question on usingsample()
from CAdded CMake build support on Windows for the examples
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.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.