Blotter R 与 XTS 软件包一起使用

发布于 2024-12-05 08:11:32 字数 102 浏览 0 评论 0原文

大家好,有没有人注意到,自从 9 月 15 日的上次更新之后,blotter R 包就无法再从 Forge 下载了。

这是一个小故障还是整个包已被删除并且不再是开源的一部分?

Hi all has anyone noticed that since the last update on 15 Sep blotter R package is not possible to download anymore from the Forge.

Is this a glitch or the whole package has been taken down and is not anymore part of open source?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

很糊涂小朋友 2024-12-12 08:11:32

它仍然存在并且可以下载,但无法安装:

....
* 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

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

It is still there and can be downloaded, but not installed:

....
* 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

There seems to be a problem with building a package (FinancialInstrument) which is a dependency for blotter and thus things might not be working properlyin the R-Forge build system. Contact the maintainers via the R-Forge site for further help.

春夜浅 2024-12-12 08:11:32

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

You need to install FinancialInstrument. If you already have FinancialInstrument installed, you need to update it, as blotter now Depends on FinancialInstrument(>=0.6.3).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文