package 'Rbbg' is not available (for R ver

2019-01-26 12:37发布

How do I find out for which versions of R this package is available?

> install.packages("Rbbg", repos = "http://r.findata.org")
Warning: unable to access index for repository http://r.findata.org/src/contrib
Warning message:
package 'Rbbg' is not available (for R version 2.15.2)

标签: r bloomberg
2条回答
别忘想泡老子
2楼-- · 2019-01-26 13:00

You can find out by browsing the bin directory at http://r.findata.org/

You're using Windows, right?


The source code for Rbbg is available on github at https://github.com/johnlaing/blpwrapper

查看更多
祖国的老花朵
3楼-- · 2019-01-26 13:04

Part of the issue here that is non-standard is it's looking for source by default, rather than binary.

Warning in install.packages :
  unable to access index for repository http://r.findata.org/src/contrib

http://r.findata.org/src/ does not exist, but http://r.findata.org/bin does

查看更多
登录 后发表回答