[R] Simple problem

Prof Brian Ripley ripley at stats.ox.ac.uk
Sat Dec 31 13:32:25 CET 2011


On 31/12/2011 10:27, Ronaldo Reis Júnior wrote:
> Hi,
>
> when I use the install.packages() function this make a download of
> packages, try do compile/install packages and delete the downloaded
> file. But if the compilation of package fail, I need to make the
> download again because R delete all downloaded file. How I can make
> install.packages dont delete the downloaded file automatically to be
> used again in case of compilation fail?

Well, it doesn't.  As it says, it leaves them in the session temporary 
directory.  And it has an argument to change the location ... see the 
help page.

> Thanks
> Ronaldo


-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list