Installing the caret package in R

心不动则不痛 提交于 2019-12-12 05:35:20

问题


How long does it generally take to install caret package in R? I ran install.packages('caret', dependencies = TRUE), and R has been running the install for close to an hour now. Is this normal?


回答1:


It shouldn't take that long, I actually had to install the Caret package on one of my machines earlier today and it took less than a minute. Sounds like you might want to check your connection speed.




回答2:


With dependencies, it can take a while, mine took about 30mins and my download speed was around 18Mbps max, it had 648 dependencies as of Nov19. With-out dependencies, it is fast, as the answer from the_SJC suggests.



来源:https://stackoverflow.com/questions/46795087/installing-the-caret-package-in-r

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!