Kishor Tappita | 16 Jul 2012 14:45
Picon

problem with installing R pacakges

Dear R- Users,

I am unable to install R packages over the internet. Below is my session
information. My guess is that this may be
a proxy issue. I have set the http_proxy_user : my user id(network id) :
password (machine password) .

The error I get is as below

> install.packages("MASS")
Warning: unable to access index for repository
http://ftp.iitm.ac.in/cran/bin/windows/contrib/2.15
Warning: unable to access index for repository
http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.15
Warning message:
package ‘MASS’ is not available (for R version 2.15.1)

Below is my session info. I searched in the archives but was not able to
find the issue. Please excuse me if this
is a repost.

> sessionInfo()
R version 2.15.1 (2012-06-22)
Platform: x86_64-pc-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=English_India.1252  LC_CTYPE=English_India.1252
LC_MONETARY=English_India.1252 LC_NUMERIC=C
LC_TIME=English_India.1252
attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base
(Continue reading)

Uwe Ligges | 17 Jul 2012 21:16
Picon
Favicon

Re: problem with installing R pacakges


On 16.07.2012 14:45, Kishor Tappita wrote:
> Dear R- Users,
>
> I am unable to install R packages over the internet. Below is my session
> information. My guess is that this may be
> a proxy issue. I have set the http_proxy_user : my user id(network id) :
> password (machine password) .

Maybe not correctly?

Please see what the R for Windows FAQs say about using proxies. If that 
does not help, ask your local sysadmin. We cannot help.

Uwe Ligges

>
> The error I get is as below
>
>> install.packages("MASS")
> Warning: unable to access index for repository
> http://ftp.iitm.ac.in/cran/bin/windows/contrib/2.15
> Warning: unable to access index for repository
> http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.15
> Warning message:
> package ‘MASS’ is not available (for R version 2.15.1)
>
> Below is my session info. I searched in the archives but was not able to
> find the issue. Please excuse me if this
> is a repost.
(Continue reading)

Kishor Tappita | 18 Jul 2012 03:07
Picon

Re: problem with installing R pacakges

Dear Uwe,

I will enter the correct user::password values and try again. As per your
suggestion I will contact the local sysadmin
if required.

Thanks for your help.

Regards,
Kishor

On Wed, Jul 18, 2012 at 12:46 AM, Uwe Ligges <
ligges <at> statistik.tu-dortmund.de> wrote:

>
>
> On 16.07.2012 14:45, Kishor Tappita wrote:
>
>> Dear R- Users,
>>
>> I am unable to install R packages over the internet. Below is my session
>> information. My guess is that this may be
>> a proxy issue. I have set the http_proxy_user : my user id(network id) :
>> password (machine password) .
>>
>
>
> Maybe not correctly?
>
> Please see what the R for Windows FAQs say about using proxies. If that
(Continue reading)


Gmane