悬赏 100 个论坛币 已解决
安装Github的包CVPAT,失败。求助各位大神!!
> library(devtools)
> library(githubinstall)
> devtools::install_github("https://github.com/ECONshare/CVPAT")
Error: Failed to install 'unknown package' from GitHub:
HTTP error 404.
Not Found
Did you spell the repo owner (`ECONshare`) and repo name (`CVPAT`) correctly?
- If spelling is correct, check that you have the required permissions to access the repo.
求各位大神指教!!
最佳答案
ly_0 查看完整内容
这个CVPAT好像只是一个函数,并没有封装成包,按照他的说明(那个)安装好依赖包,把文件下载下来source一下应该就可以用了吧~
...