RQuantLib 0.3.8
[This article was first published on Thinking inside the box , and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
A bug-fix release RQuantLib 0.3.8
is now on CRAN and
in Debian.
RQuantLib
combines (some of) the quantitative analytics of
QuantLib with the
R statistical computing environment and language.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Thanks to Helmut Heiming who noticed a side-effec t from the
DiscountCurve
functions: the Quantlib-global variable
determining the evaluation date was overriden; this could affect subsequent
curve-related pricers. This is now fixed, and we added a new function
setEvaluationDate
to set this date from R too. We added this
call in some of the examples in the manual pages. Otherwise two very minor
build system tweaks were added, but no other changes were made
Thanks to CRANberries, there is also a diff to the previous release 0.3.7. Full changelog details, examples and more details about this package are at my RQuantLib page.
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.