Rblpapi 0.3.6
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Time for a new release of Rblpapi — version 0.3.6 is now on CRAN. Rblpapi provides a direct interface between R and the Bloomberg Terminal via the C++ API provided by Bloomberg Labs (but note that a valid Bloomberg license and installation is required).
This is the seventh release since the package first appeared on CRAN last year. This release brings a very nice new function lookupSecurity() contributed by Kevin Jin as well as a number of small fixes and enhancements. Details below:
Changes in Rblpapi version 0.3.6 (2017-04-20)
bdhcan now store indoublepreventing overflow (Whit and John in #205 closing #163)
bdpdocumentation has another ovveride exampleA new function
lookupSecuritycan search for securities, optionally filtered by yellow key (Kevin Jin and Dirk in #216 and #217 closing #215)Added file
init.cwith calls toR_registerRoutines()andR_useDynamicSymbols(); also use.registration=TRUEinuseDynLibinNAMESPACE(Dirk in #220)
getBarsandgetTickscan now returndata.tableobjects (Dirk in #221)
bdshas improved internal protect logic viaRcpp::Shield(Dirk in #222)
Courtesy of CRANberries, there is also a diffstat report for the this release. As always, more detailed information is on the Rblpapi page. Questions, comments etc should go to the issue tickets system at the GitHub repo.
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.
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.