我在Ubuntu 12.04上安裝了RStudio 0.97.168。當我嘗試安裝gstat庫,我得到下面的錯誤R通過代理連接到Ubuntu
install.packages("gstat", dependencies=TRUE)
Warning in install.packages :
cannot open: HTTP status was '407 Proxy Authentication Required'
Warning in install.packages :
cannot open: HTTP status was '407 Proxy Authentication Required'
Warning in install.packages :
unable to access index for repository http://software.rc.fas.harvard.edu/mirrors/R/src/contrib
Warning in install.packages :
package ‘gstat’ is not available (for R version 2.14.1)
我看到像--intenet
和setInternet(TRUE)
解決方案,僅適用於Windows操作系統。
請提供幫助,瞭解我需要進行的修改以獲取我的大學代理嗎?
看看http://techmonks.net/how-to-make-your-linux-applications-use-proxy/ –
@保羅,我的網絡代理設置使用我的大學代理。我對其他應用程序沒有任何問題。這對於RStudio非常具體。 – user1142937
@subash,你指的是什麼「其他應用程序」,你在哪裏設置了代理?這很可能不是特定於RStudio,而是R或程序在命令行運行。你有成功運行,比如說'wget'或'apt-get upgrade'與你當前的設置嗎? – A5C1D2H2I1M1N2O1R2T1