Installation
Installing RBloomberg from CRAN
To install the latest stable release of RBloomberg from CRAN:
install.packages("RBloomberg")
Installing RBloomberg from R-Forge
To install the latest daily build of the development version of RBloomberg from R-Forge:
install.packages("RBloomberg",repos="http://R-Forge.R-project.org")
Compiling and Installing RBloomberg
If you wish to compile RBloomberg as an R package yourself, you will need to download and install R Tools, and read the instructions for compiling R packages on Windows which is slightly more involved than on other platforms.
The RBloomberg source is available to download from the R-Forge project page, or by checking it out from the Subversion repository:
svn checkout svn://svn.r-forge.r-project.org/svnroot/rbloomberg
You may find working with Subversion is made easier by using SVK.
Latest News
- ...