I would start R with the command: http_proxy="http://SERVER:3128" R and then from R I would try: install.packages("Rcmdr", dep = TRUE, method = "wget") provided that you have wget installed on your system (which I think).