i am connecting through my mobile connection,which don't have proxy setting i can access internet in browser using "automatically detect setting",i get error when trying below
> source("http://bioconductor.org/biocLite.R") Error in file(file, "r", encoding = encoding) : cannot open the connection In addition: Warning message: In file(file, "r", encoding = encoding) : InternetOpenUrl failed: 'ÿÄÿLM×Ëw€%' i set proxy as none by > Sys.setenv(no_proxy="") > Sys.getenv("http_proxy") [1] "" is there any way to tell R about "auto detect setting" for mobile connections -- View this message in context: http://r.789695.n4.nabble.com/how-to-make-http-proxy-setting-as-automatically-detect-tp4625521.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.