Re: [R] packages install dependencies

2012-04-18 Thread mail.bioinfo
age: marginalmodelplots > Version: 0.4.2 > Depends: R (>= 2.0.1), locfit (>= 1.5-4), grid > License: GPL (>= 2) > MD5sum: 1c4c0325a5f9f0e29d669207a7ad6b68 > > Regards, > > Joël > -Message d'origine- > De : Uwe Ligges [mailto:lig...@statistik.tu-dortmund.d

Re: [R] packages install dependencies

2012-04-18 Thread Uwe Ligges
On 18.04.2012 14:01, mail.bioi...@fr.netgrs.com wrote: Hi Uwe I tried install.packages("marginalmodelplots", dependencies=TRUE, contriburl="/home/bioadm/install/R_packages/test") Whoops, this was untested an it turns out you need: contriburl="file:/home/bioadm/install/R_packages/test" re

Re: [R] packages install dependencies

2012-04-18 Thread mail.bioinfo
R version 2.15.0) > > I don't understand the error because my files PACKAGES are inside the > directory that I specified using the option contriburl and this directory is > full access for everyone. > > Is the command not correct ? > > Joël > > -Message d'or

Re: [R] packages install dependencies

2012-04-18 Thread mail.bioinfo
648 Apr 17 14:49 test > > Do you have any suggestions ? > > Joël > > -Message d'origine- > De : Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] > Envoyé : mardi 17 avril 2012 14:25 > À : Cc : r-help@r-project.org > Objet : Re: [R] packages install depend

Re: [R] packages install dependencies

2012-04-18 Thread Uwe Ligges
On 18.04.2012 10:48, mail.bioi...@fr.netgrs.com wrote: Hi I created a directory which contains just the two packages "marginalmodelplots_0.4.2.tar.gz " and " locfit_1.5-7.tar.gz " called test I launched the command write_PACKAGES as follows write_PACKAGES("/home/bioadm/install/R_packages/te

Re: [R] packages install dependencies

2012-04-17 Thread mail.bioinfo
t" package. > > What should I do ? > > Thanks in advance > > Joël Masciocchi > > > > -Message d'origine- > De : Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] > Envoyé : lundi 16 avril 2012 19:06 > À : Cc : r-help@r-project.org > Objet :

Re: [R] packages install dependencies

2012-04-17 Thread Uwe Ligges
On 17.04.2012 15:21, mail.bioi...@fr.netgrs.com wrote: Hi I checked inside the directory but I have the PACKAGE file as you can see ls /home/bioadm/install/R_packages/test/PACKAGES PACKAGES PACKAGES.gz I created them using this command write_PACKAGES("../test/", type="win.binary" ) Er

Re: [R] packages install dependencies

2012-04-17 Thread Uwe Ligges
On 17.04.2012 10:57, mail.bioi...@fr.netgrs.com wrote: Hi Uwe Thanks for your answer. I tried to install the packages "marginalmodelplots_0.4.2.tar.gz" from a local repository "/home/bioadm/install/R_packages/120416/" using your suggestion (i.e. install.packages(, contriburl="/home/joel

Re: [R] packages install dependencies

2012-04-17 Thread mail.bioinfo
Hi Uwe Thanks for your answer. I tried to install the packages "marginalmodelplots_0.4.2.tar.gz" from a local repository "/home/bioadm/install/R_packages/120416/" using your suggestion (i.e. install.packages(, contriburl="/home/joel/RPacks")) I paste below the command install.packages("/

Re: [R] packages install dependencies

2012-04-16 Thread Uwe Ligges
On 16.04.2012 15:41, mail.bioi...@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

[R] packages install dependencies

2012-04-16 Thread mail.bioinfo
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 depende