Entering edit mode
qwertyui_period@yahoo.co.jp
▴
10
@qwertyui_periodyahoocojp-4782
Last seen 8.0 years ago
Hello,
I use R 3.3.1 on Win 7 through proxy server using ".Rprofile" in home directory that includes as below:
Sys.setenv(http_proxy="http://proxyserver:port")
options(repos="http://cloud.r-project.org/")
options(download.file.method="internal")
There is no problem to install packages of CRAN, however, I can't install Bioconductor packages because both source("https://bioconductor.org/biocLite.R") and source("http://bioconductor.org/biocLite.R") result in error. It seems my environment isn't available for access to the Bioconductor server. What should I do ?
Best regards,
J J
It would be helpful to provide the actual error.
Open a browser and see if it loads the URL.