简体   繁体   English

Quantstrat RStudio R Mac

[英]Quantstrat RStudio R Mac

I am trying to install the package Quantstrat on a Mac.我正在尝试在 Mac 上安装 Quantstrat 包。
I searched for help in internet but I did not find a solution.我在互联网上寻求帮助,但没有找到解决方案。
I already tried:我已经尝试过:

require(devtools)
install_github("braverock/quantstrat")

The error message I get is: Downloading GitHub repo braverock/quantstrat@master from URL https://api.github.com/repos/braverock/quantstrat/zipball/master Installation failed: Could not find build tools necessary to build quantstrat我收到的错误消息是:从 URL https://api.github.com/repos/braverock/quantstrat/zipball/master下载 GitHub repo braverock/quantstrat@master 安装失败:找不到构建 quantstrat 所需的构建工具

I solved the issue.我解决了这个问题。

I just needed to open "Xcode" in the Macbook and accept the new terms and conditions.我只需要在 Macbook 中打开“Xcode”并接受新的条款和条件。 Then I tried again and I was able to download and install Quantstrat.然后我再次尝试,我能够下载并安装 Quantstrat。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM