Displaying 4 results from an estimated 4 matches for "gproxy1".
Did you mean:
mproxy1
2002 Jun 18
2
Problems with url/download and http_proxy
I would like to use the getBioC.R script from
http://www.bioconductor.org/getBioC.R to install the biobase packages.
Unfortunately, url() and download.file() die when trying to talk to my
proxy:
> getBioC("exprs")
connect: Cannot assign requested address
unable to connect to 'gproxy1.pfizer.com'.
connect: Cannot assign requested address
unable to connect to 'gproxy1.pfizer.com'.
connect: Cannot assign requested address
unable to connect to 'gproxy1.pfizer.com'.
connect: Cannot assign requested address
unable to connect to 'gproxy1.pfizer.com'....
2002 Jun 18
2
Problems with url/download and http_proxy
I would like to use the getBioC.R script from
http://www.bioconductor.org/getBioC.R to install the biobase packages.
Unfortunately, url() and download.file() die when trying to talk to my
proxy:
> getBioC("exprs")
connect: Cannot assign requested address
unable to connect to 'gproxy1.pfizer.com'.
connect: Cannot assign requested address
unable to connect to 'gproxy1.pfizer.com'.
connect: Cannot assign requested address
unable to connect to 'gproxy1.pfizer.com'.
connect: Cannot assign requested address
unable to connect to 'gproxy1.pfizer.com'....
2002 Jun 19
0
[R] Problems with url/download and http_proxy
This does seem to fix my problem:
> Sys.getenv("http_proxy")
http_proxy
"http://gproxy1.pfizer.com/"
> url("http://cran.r-project.org/src/contrib/PACKAGES",'r')
description
"http://cran.r-project.org/src/contrib/PACKAGES"
class...
2002 Jun 19
0
FW: [R] Problems with url/download and http_proxy (PR#1689)
...supposed to be required, so rather than fix the docs can
anyone fix the problem?
On Tue, 18 Jun 2002, Warnes, Gregory R wrote:
>
> Just adding the trailing slash doesn't seem to help:
>
> > Sys.getenv('http_proxy')
> http_proxy
> "http://gproxy1.pfizer.com/"
>
> > url("http://cran.r-project.org/src/contrib/PACKAGES",'r')
> connect: Cannot assign requested address
> unable to connect to 'gproxy1.pfizer.com'.
> Error in url("http://cran.r-project.org/src/contrib/PACKAGES", "...