[R] package installation failure virtualisation environment

Sven E. Templer sven.templer at gmail.com
Tue Oct 14 17:40:57 CEST 2014


Prevent graphic menues with:
options(menu.graphics = FALSE)
or and define repositories:
options(repos = c(CRAN = "http://cran.r-project.org"))

On 14 October 2014 17:00,  <rl at openmailbox.org> wrote:
> Subscribers,
>
> A version of R is installed in a virtual machine, which has complete
> internet access via the host.
>
> The following error occurs when a package is selected:
>
> install.packages([packagename], dependencies=TRUE)
> --- Please select a CRAN mirror for use in this session ---
> Killed
>
> The error also occurs with:
>
> install.packages()
>
> The process is killed as shown previously (but not the R session), after
> selection of a package in the Tcl/tk dialogue window.
>
> The error occurs both as root and normal user.
>
> Any suggestions please to solve?
>
> R.version
>                _
> platform       i686-pc-linux-gnu
> arch           i686
> os             linux-gnu
> system         i686, linux-gnu
> status
> major          3
> minor          1.1
> year           2014
> month          07
> day            10
> svn rev        66115
> language       R
> version.string R version 3.1.1 (2014-07-10)
> nickname       Sock it to Me
>
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list