gpt4 book ai didi

r - 包 RQuantLib 不适用于 R 3.5.0

转载 作者:行者123 更新时间:2023-12-02 04:29:47 26 4
gpt4 key购买 nike

有没有其他人尝试为 R 3.5.0 加载 RQuantLib 包?

我试过了(以前有用过):

install.packages("drat", dependencies = TRUE)
drat::addRepo("ghrr")
install.packages("RQuantLib", type = "binary")

但得到错误信息:

Warning: unable to access index for repository https://ghrr.github.io/drat/bin/windows/contrib/3.5:

无法打开 URL“https://ghrr.github.io/drat/bin/windows/contrib/3.5/PACKAGES” '警告信息:包“RQuantLib”不可用(对于 R 版本 3.5.0)

最佳答案

你可以试试这个:

library(devtools)
install_github("eddelbuettel/rquantlib")

或等效(基于 Dirk Eddelbuette 的评论)

install.packages("RQuantLib", type="source")

关于r - 包 RQuantLib 不适用于 R 3.5.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50026518/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com