首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >与XTS包一起使用的Blotter R

与XTS包一起使用的Blotter R
EN

Stack Overflow用户
提问于 2011-09-20 12:00:47
回答 2查看 846关注 0票数 0

大家好,有没有人注意到自从9月15日的最后一次更新以来,R包不可能再从Forge下载了。

这是一个小故障,还是整个包都被删除了,不再是开源的一部分?

EN

回答 2

Stack Overflow用户

发布于 2011-09-20 17:12:36

它仍然在那里,可以下载,但不能安装:

代码语言:javascript
复制
....
* installing *source* package ‘FinancialInstrument’ ...
** R
** data
** demo
** preparing package for lazy loading
Loading required package: Defaults
Loading required package: xts
Loading required package: zoo
Loading required package: TTR
Error : object ‘as.Date’ is not exported by 'namespace:zoo'
ERROR: lazy loading failed for package ‘FinancialInstrument’
* removing ‘/home/gavin/R/libs/FinancialInstrument’
ERROR: dependency ‘FinancialInstrument’ is not available for package ‘blotter’
* removing ‘/home/gavin/R/libs/blotter’

The downloaded packages are in
    ‘/tmp/RtmpKtHp8W/downloaded_packages’
Warning messages:
1: In install.packages("blotter", repos = "http://R-Forge.R-project.org",  :
  installation of package 'FinancialInstrument' had non-zero exit status
2: In install.packages("blotter", repos = "http://R-Forge.R-project.org",  :
  installation of package 'blotter' had non-zero exit status

在构建一个依赖于blotter的包(FinancialInstrument)时似乎存在问题,因此在R-Forge构建系统中可能无法正常工作。通过R-Forge站点联系维护人员以获得进一步的帮助。

票数 1
EN

Stack Overflow用户

发布于 2011-09-28 08:34:56

您需要安装FinancialInstrument。如果你已经安装了FinancialInstrument,你需要更新它,因为blotter现在依赖于FinancialInstrument(>=0.6.3)。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/7479984

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档