Installing Quantstrat Issues. I am running the latest versions of R, RStudio, and Rtools. I have installed devtools / remotes packages and cannot seem to get quantstrat installed. enter image description here
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I had similar problems too. Installing quantstrat via cmd works well for me. Here are the steps:
- Create a folder for packages i.e RPackages\
- Download the file from github to that specific folder and extract the files to the library name. i.e RPackages\quantstrat\
- go on command line and goto RPackages
- Type"
R CMD build quantstrat
- If it was successful, you will get a message like "building 'package_name_version_number.tar.gz'"
- Now type:
R CMD INSTALL package_name_version_number.tar.gz
Let me know if you have any other challenges.