gpt4 book ai didi

r - 安装 RQuantLib

转载 作者:行者123 更新时间:2023-12-04 10:58:16 24 4
gpt4 key购买 nike

我尝试从 RStudio 安装 RQuantLib,但它给我带来了问题。

我将我的 R 版本更新到 3.3.1 并尝试使用作者网页上推荐的安装包的常用方法 (install.packages("RQuantLib")) (http://dirk.eddelbuettel.com/code/rquantlib.html) ).但是,它给出了以下错误消息:

Warning in install.packages :
package ‘RQuantLib’ is not available (for R version 3.3.1)

我也试过在不同的电脑上安装它,但我得到了同样的错误信息。

有没有其他人遇到同样的问题或知道哪里出了问题?谢谢!

最佳答案

根据您的评论,您使用的是 Windows。根据 README.md 的这一部分

Windows Binaries

Starting with release 0.4.3, binaries are provided via the ghrr drat repo and can be installed as

R> drat::addRepo("ghrr") # maybe use 'install.packages("drat")' first
R> install.packages(RQuantLib)

您可以从这个非 CRAN 存储库安装预构建的 Windows 二进制文件——我刚刚为 QuantLib 1.8.1 更新了它。

编辑:显然现在即使在 Windows 上也必须说 type="binary"。这是我保留的虚拟机的日志:

R> drat::addRepo("ghrr")
R> options("repos")
$repos
CRAN ghrr
"https://cloud.r-project.org" "https://ghrr.github.io/drat/"

R> install.packages("RQuantLib", type="binary")
Installing package into c:/opt/R-library
(as lib is unspecified)
trying URL 'https://ghrr.github.io/drat/bin/windows/contrib/3.3/RQuantLib_0.4.3.zip'
Content type 'application/zip' length 7993848 bytes (7.6 MB)
downloaded 7.6 MB

package RQuantLib successfully unpacked and MD5 sums checked

The downloaded binary packages are in
C:\Users\[redacted]\AppData\Local\Temp\RtmpAHvBmo\downloaded_packages
R>

我将更新 README.md 网页。

关于r - 安装 RQuantLib,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39849542/

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