R包加载失败,提示无法连接到服务器时的解决办法:https://www.zhihu.com/question/29532233?sort=created
1.添加一行:options(download.file.method="libcurl")
2.换源,先用中国的源试一试,如果是新的包,就换到Austria 上面,他是主库,新包会先放在它上面的
R包加载失败,提示无法连接到服务器时的解决办法:https://www.zhihu.com/question/29532233?sort=created
1.添加一行:options(download.file.method="libcurl")
2.换源,先用中国的源试一试,如果是新的包,就换到Austria 上面,他是主库,新包会先放在它上面的