[R] package installation failure virtualisation environment

Sven E. Templer sven.templer at gmail.com
Wed Oct 15 11:13:01 CEST 2014


did you check the connection in R via for example:

head(readLines("http://cran.r-project.org/web/licenses/GPL-3"))

which should yield:

[1] "                    GNU GENERAL PUBLIC LICENSE"
[2] "                       Version 3, 29 June 2007"
[3] ""
[4] " Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>"
[5] " Everyone is permitted to copy and distribute verbatim copies"
[6] " of this license document, but changing it is not allowed."

On 15 October 2014 10:51,  <rl at openmailbox.org> wrote:
> On 2014-10-14 15:40, Sven E. Templer wrote:
>>
>> Prevent graphic menues with:
>> options(menu.graphics = FALSE)
>
>
> Same response after a pause: 'Killed'
>
>> or and define repositories:
>> options(repos = c(CRAN = "http://cran.r-project.org"))
>>
>
> Same response after a pause: 'Killed'
>
>



More information about the R-help mailing list