RcppGSL 0.2.1 and 0.2.2
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Changes in version 0.2.2 (2014-05-31)
A subtle bug (tickled only by clang on some OS versions) in vector and matrix view initialization was corrected by Kevin Ushey
Changes in version 0.2.1 (2014-05-26)
And courtesy of CRANberries, a summaries of changes to release 0.2.0 and this week’s release 0.2.1 are available. More information is on the RcppGSL page. Questions, comments etc should go to the rcpp-devel mailing list off the R-Forge page.
Added new example based on B-splines example in GSL manual illustrating simple GSL use via Rcpp attributes
Vignette compilation has been reverted to using highlight since version 0.4.2 or greater can be used as a vignette engine (with R 3.0.* or later).
Vignette compilation is now being done by
R CMD build
as R 3.0.0 supports different vignette engines, so the vignette build process has been simplified. A convenience helper script has also been added for command-line builds.Unit tests now use
sourceCpp()
instead ofcxxfunction()
from the inline packageThe
DESCRIPTION
file now usesSuggests: Rcpp
(instead ofDepends: Rcpp
) to permit building of the vignetteThe package now takes advantage of the simplified build process available with Rcpp (>= 0.11.0)
Similar updates to the build process were made for the example package included with RcppGSL
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.
To leave a comment for the author, please follow the link and comment on their blog: Thinking inside the box .
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.