在RStudio上面安装软件包时一直提示"cannot open compressed file'RSiena_1.3.14.1/DESCRIPTION',probable reason'No such file or directory'
Error in install.packages:cannot open the connection
在RStudio上面安装软件包时一直提示"cannot open compressed file'RSiena_1.3.14.1/DESCRIPTION',probable reason'No such file or directory'
Error in install.packages:cannot open the connection
收起
可以右下侧packages里面本地安装,一定要用命令安装的话要改个参数,type默认source是针对于tar.gz文件的,你这个包是zip得用win.binary
install.packages("path/to/local/package/package_name.zip", repos = NULL, type = "win.binary")
报告相同问题?