[R] packages install dependencies

Uwe Ligges ligges at statistik.tu-dortmund.de
Mon Apr 16 19:06:19 CEST 2012



On 16.04.2012 15:41, mail.bioinfo at fr.netgrs.com wrote:
> Hello R-Members
>
>
>
> I have to install several R packages on a Unix server which doesn't have internet connection.
>
> I downloaded some packages manually and I installed it from source using the command R CMD INSTALL and it's work but in some cases I can't install the package because of the dependencies.
>
>
>
> So I download all the R packages into a directory for example /home/joel/RPacks.
>
>
>
> Is it possible to configure the R commands (i.e. CMD INSTALL command or install.packages() function) in order that R looks for dependencies in my repository.


install.packages(...., contriburl="/home/joel/RPacks")

Uwe Ligges


>
>
>
> Thanks in advance,
>
> Best Regards - Cordialement,
>
> Joël
>
> -----------------------------------------------------------------------
>
> Joel Masciocchi
>
> Bioinformatician
>
> Informatics Department
>
> Institut de Recherches SERVIER (I.d.R.S)
>
> 125, chemin de Ronde
>
> 78290 CROISSY-SUR-SEINE - FRANCE
>
>
>
>
>
>
> 	[[alternative HTML version deleted]]
>
>
>
>
> ______________________________________________
> 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