Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试加载 Rcmdr 时,它开始加载包,然后在加载效果后冻结。我附上了控制台的图片。我不确定发生了什么,我尝试重新安装 R 和 Rstudio 以及软件包。
我有同样的问题。R 需要的软件包leaps和aplpack要安装的。Rcmdr之后工作正常
leaps
aplpack
Rcmdr
为了避免以后出现类似问题,下次添加dependencies = TRUE:
dependencies = TRUE
install.packages("package-name", dependencies = TRUE)