package grid
5
0
Entering edit mode
@khalid-el-karkouri-5551
Last seen 10.3 years ago
Dear All, I have installed the R version 2.15.1 and wanted to install the package grid: The answer was the package is not available for that verion. Could you please give any help ? thank you Khalid -- Khalid EL KARKOURI Aix-Marseille-Universit? http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k
• 5.6k views
ADD COMMENT
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 6 months ago
United States
On Fri, Oct 12, 2012 at 5:24 AM, Khalid EL KARKOURI <khalid.elkarkouri at="" univ-amu.fr=""> wrote: > Dear All, > > I have installed the R version 2.15.1 and wanted to install the package > grid: The answer was the package is not available for that verion. > > Could you please give any help ? This is really a question for R-help (http://stat.ethz.ch/mailman/listinfo/r-help) because grid is not a bioconductor package. However, the answer is: install.packages("grid") Dan > > thank you > > Khalid > > > > -- > > Khalid EL KARKOURI > Aix-Marseille-Universit? > http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT
0
Entering edit mode
grid ships with R. It is very weird if you have R installed and don't have grid available. On Sat, Oct 13, 2012 at 1:15 PM, Dan Tenenbaum <dtenenba at="" fhcrc.org=""> wrote: > On Fri, Oct 12, 2012 at 5:24 AM, Khalid EL KARKOURI > <khalid.elkarkouri at="" univ-amu.fr=""> wrote: >> Dear All, >> >> I have installed the R version 2.15.1 and wanted to install the package >> grid: The answer was the package is not available for that verion. >> >> Could you please give any help ? > > This is really a question for R-help > (http://stat.ethz.ch/mailman/listinfo/r-help) because grid is not a > bioconductor package. > > However, the answer is: > install.packages("grid") > > Dan > > >> >> thank you >> >> Khalid >> >> >> >> -- >> >> Khalid EL KARKOURI >> Aix-Marseille-Universit? >> http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at r-project.org >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: >> http://news.gmane.org/gmane.science.biology.informatics.conductor > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD REPLY
0
Entering edit mode
Right! So maybe what you want is simply: library(grid) Dan On Sat, Oct 13, 2012 at 2:13 PM, Kasper Daniel Hansen <kasperdanielhansen at="" gmail.com=""> wrote: > grid ships with R. It is very weird if you have R installed and don't > have grid available. > > On Sat, Oct 13, 2012 at 1:15 PM, Dan Tenenbaum <dtenenba at="" fhcrc.org=""> wrote: >> On Fri, Oct 12, 2012 at 5:24 AM, Khalid EL KARKOURI >> <khalid.elkarkouri at="" univ-amu.fr=""> wrote: >>> Dear All, >>> >>> I have installed the R version 2.15.1 and wanted to install the package >>> grid: The answer was the package is not available for that verion. >>> >>> Could you please give any help ? >> >> This is really a question for R-help >> (http://stat.ethz.ch/mailman/listinfo/r-help) because grid is not a >> bioconductor package. >> >> However, the answer is: >> install.packages("grid") >> >> Dan >> >> >>> >>> thank you >>> >>> Khalid >>> >>> >>> >>> -- >>> >>> Khalid EL KARKOURI >>> Aix-Marseille-Universit? >>> http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k >>> >>> _______________________________________________ >>> Bioconductor mailing list >>> Bioconductor at r-project.org >>> https://stat.ethz.ch/mailman/listinfo/bioconductor >>> Search the archives: >>> http://news.gmane.org/gmane.science.biology.informatics.conductor >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at r-project.org >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD REPLY
0
Entering edit mode
Dear All, Thank you very much for your answers. I used each one but it did not works. install.packages("grid") doesn't work (the package is not available for R 2.15.1) library(grid) : doesn't work (the library doesn't exist Thank you for your help, Khalid ----- Message de dtenenba at fhcrc.org --------- Date?: Sat, 13 Oct 2012 10:15:12 -0700 De?: Dan Tenenbaum <dtenenba at="" fhcrc.org=""> Objet?: Re: [BioC] package grid ??: Khalid EL KARKOURI <khalid.elkarkouri at="" univ-amu.fr=""> Cc?: bioconductor at r-project.org > On Fri, Oct 12, 2012 at 5:24 AM, Khalid EL KARKOURI > <khalid.elkarkouri at="" univ-amu.fr=""> wrote: >> Dear All, >> >> I have installed the R version 2.15.1 and wanted to install the package >> grid: The answer was the package is not available for that verion. >> >> Could you please give any help ? > > This is really a question for R-help > (http://stat.ethz.ch/mailman/listinfo/r-help) because grid is not a > bioconductor package. > > However, the answer is: > install.packages("grid") > > Dan > > >> >> thank you >> >> Khalid >> >> >> >> -- >> >> Khalid EL KARKOURI >> Aix-Marseille-Universit? >> http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at r-project.org >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: >> http://news.gmane.org/gmane.science.biology.informatics.conductor > ----- Fin du message de dtenenba at fhcrc.org ----- -- Khalid EL KARKOURI Aix-Marseille-Universit? http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k
ADD REPLY
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 6 months ago
United States
Please send the output of sessionInfo(). Dan On Mon, Oct 15, 2012 at 1:42 AM, Khalid EL KARKOURI <khalid.elkarkouri at="" univ-amu.fr=""> wrote: > Dear All, > > Thank you very much for your answers. I used each one but it did not works. > > install.packages("grid") doesn't work (the package is not available for R > 2.15.1) > > library(grid) : doesn't work (the library doesn't exist > > > Thank you for your help, > > > Khalid > > > > > ----- Message de dtenenba at fhcrc.org --------- > Date : Sat, 13 Oct 2012 10:15:12 -0700 > De : Dan Tenenbaum <dtenenba at="" fhcrc.org=""> > Objet : Re: [BioC] package grid > ? : Khalid EL KARKOURI <khalid.elkarkouri at="" univ-amu.fr=""> > Cc : bioconductor at r-project.org > > > >> On Fri, Oct 12, 2012 at 5:24 AM, Khalid EL KARKOURI >> <khalid.elkarkouri at="" univ-amu.fr=""> wrote: >>> >>> Dear All, >>> >>> I have installed the R version 2.15.1 and wanted to install the package >>> grid: The answer was the package is not available for that verion. >>> >>> Could you please give any help ? >> >> >> This is really a question for R-help >> (http://stat.ethz.ch/mailman/listinfo/r-help) because grid is not a >> bioconductor package. >> >> However, the answer is: >> install.packages("grid") >> >> Dan >> >> >>> >>> thank you >>> >>> Khalid >>> >>> >>> >>> -- >>> >>> Khalid EL KARKOURI >>> Aix-Marseille-Universit? >>> http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k >>> >>> _______________________________________________ >>> Bioconductor mailing list >>> Bioconductor at r-project.org >>> https://stat.ethz.ch/mailman/listinfo/bioconductor >>> Search the archives: >>> http://news.gmane.org/gmane.science.biology.informatics.conductor >> >> > > > ----- Fin du message de dtenenba at fhcrc.org ----- > > > > -- > > Khalid EL KARKOURI > Aix-Marseille-Universit? > http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k
ADD COMMENT
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 6 months ago
United States
Please send the output of sessionInfo(). Dan On Mon, Oct 15, 2012 at 1:42 AM, Khalid EL KARKOURI <khalid.elkarkouri at="" univ-amu.fr=""> wrote: > Dear All, > > Thank you very much for your answers. I used each one but it did not works. > > install.packages("grid") doesn't work (the package is not available for R > 2.15.1) > > library(grid) : doesn't work (the library doesn't exist > > > Thank you for your help, > > > Khalid > > > > > ----- Message de dtenenba at fhcrc.org --------- > Date : Sat, 13 Oct 2012 10:15:12 -0700 > De : Dan Tenenbaum <dtenenba at="" fhcrc.org=""> > Objet : Re: [BioC] package grid > ? : Khalid EL KARKOURI <khalid.elkarkouri at="" univ-amu.fr=""> > Cc : bioconductor at r-project.org > > > >> On Fri, Oct 12, 2012 at 5:24 AM, Khalid EL KARKOURI >> <khalid.elkarkouri at="" univ-amu.fr=""> wrote: >>> >>> Dear All, >>> >>> I have installed the R version 2.15.1 and wanted to install the package >>> grid: The answer was the package is not available for that verion. >>> >>> Could you please give any help ? >> >> >> This is really a question for R-help >> (http://stat.ethz.ch/mailman/listinfo/r-help) because grid is not a >> bioconductor package. >> >> However, the answer is: >> install.packages("grid") >> >> Dan >> >> >>> >>> thank you >>> >>> Khalid >>> >>> >>> >>> -- >>> >>> Khalid EL KARKOURI >>> Aix-Marseille-Universit? >>> http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k >>> >>> _______________________________________________ >>> Bioconductor mailing list >>> Bioconductor at r-project.org >>> https://stat.ethz.ch/mailman/listinfo/bioconductor >>> Search the archives: >>> http://news.gmane.org/gmane.science.biology.informatics.conductor >> >> > > > ----- Fin du message de dtenenba at fhcrc.org ----- > > > > -- > > Khalid EL KARKOURI > Aix-Marseille-Universit? > http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k
ADD COMMENT
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 6 months ago
United States
Hi Khalid, On Mon, Oct 15, 2012 at 7:26 AM, Khalid EL KARKOURI <khalid.elkarkouri at="" univ-amu.fr=""> wrote: > High Dan, > > Herein the session info: > >> install.packages("grid") > > --- SVP s?lectionner un miroir CRAN pour cette session --- > CRAN mirror > > 1: Argentina (La Plata) 2: Argentina (Mendoza) > 3: Australia (Canberra) 4: Australia (Melbourne) > 5: Austria 6: Belgium > 7: Brazil (PR) 8: Brazil (RJ) > 9: Brazil (SP 1) 10: Brazil (SP 2) > 11: Canada (BC) 12: Canada (NS) > 13: Canada (ON) 14: Canada (QC 1) > 15: Canada (QC 2) 16: Chile > 17: China (Beijing 1) 18: China (Beijing 2) > 19: China (Beijing 3) 20: China (Guangzhou) > 21: China (Hefei) 22: China (Xiamen) > 23: Colombia (Bogota) 24: Colombia (Cali) > 25: Denmark 26: Ecuador > 27: France (Lyon 1) 28: France (Lyon 2) > 29: Germany (Berlin) 30: Germany (Goettingen) > 31: Greece 32: Hungary > 33: India 34: Indonesia > 35: Iran 36: Ireland > 37: Italy (Milano) 38: Italy (Padua) > 39: Italy (Palermo) 40: Japan (Hyogo) > 41: Japan (Tsukuba) 42: Japan (Tokyo) > 43: Korea 44: Latvia > 45: Mexico (Mexico City) 46: Mexico (Texcoco) > 47: Netherlands (Amsterdam) 48: Netherlands (Utrecht) > 49: New Zealand 50: Norway > 51: Philippines 52: Poland (Wroclaw) > 53: Russia 54: Singapore > 55: Slovakia 56: South Africa > 57: Spain (Madrid) 58: Sweden > 59: Switzerland 60: Taiwan (Taichung) > 61: Taiwan (Taipei) 62: Thailand > 63: UK (Bristol) 64: UK (London) > 65: UK (St Andrews) 66: USA (CA 1) > 67: USA (CA 2) 68: USA (IA) > 69: USA (IN) 70: USA (KS) > 71: USA (MI) 72: USA (MO) > 73: USA (OH) 74: USA (OR) > 75: USA (PA 1) 76: USA (PA 2) > 77: USA (TN) 78: USA (TX 1) > 79: USA (WA 1) 80: USA (WA 2) > 81: Venezuela 82: Vietnam > > > S?lection : 27 > Message d'avis : > package 'grid' is not available (for R version 2.15.1) > > > Please enter the command: sessionInfo() at an R prompt and email us the output. It should look something like this: > sessionInfo() R version 2.15.1 (2012-06-22) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base Dan > > > Many thanks, > > > Khalid > > > > > > > ----- Message de dtenenba at fhcrc.org --------- > Date : Mon, 15 Oct 2012 06:39:50 -0700 > > De : Dan Tenenbaum <dtenenba at="" fhcrc.org=""> > Objet : Re: [BioC] package grid > ? : Khalid EL KARKOURI <khalid.elkarkouri at="" univ-amu.fr=""> > Cc : bioconductor at r-project.org, kasperdanielhansen at gmail.com > > > >> Please send the output of sessionInfo(). >> Dan >> >> >> On Mon, Oct 15, 2012 at 1:42 AM, Khalid EL KARKOURI >> <khalid.elkarkouri at="" univ-amu.fr=""> wrote: >>> >>> Dear All, >>> >>> Thank you very much for your answers. I used each one but it did not >>> works. >>> >>> install.packages("grid") doesn't work (the package is not available for R >>> 2.15.1) >>> >>> library(grid) : doesn't work (the library doesn't exist >>> >>> >>> Thank you for your help, >>> >>> >>> Khalid >>> >>> >>> >>> >>> ----- Message de dtenenba at fhcrc.org --------- >>> Date : Sat, 13 Oct 2012 10:15:12 -0700 >>> De : Dan Tenenbaum <dtenenba at="" fhcrc.org=""> >>> Objet : Re: [BioC] package grid >>> ? : Khalid EL KARKOURI <khalid.elkarkouri at="" univ-amu.fr=""> >>> Cc : bioconductor at r-project.org >>> >>> >>> >>>> On Fri, Oct 12, 2012 at 5:24 AM, Khalid EL KARKOURI >>>> <khalid.elkarkouri at="" univ-amu.fr=""> wrote: >>>>> >>>>> >>>>> Dear All, >>>>> >>>>> I have installed the R version 2.15.1 and wanted to install the package >>>>> grid: The answer was the package is not available for that verion. >>>>> >>>>> Could you please give any help ? >>>> >>>> >>>> >>>> This is really a question for R-help >>>> (http://stat.ethz.ch/mailman/listinfo/r-help) because grid is not a >>>> bioconductor package. >>>> >>>> However, the answer is: >>>> install.packages("grid") >>>> >>>> Dan >>>> >>>> >>>>> >>>>> thank you >>>>> >>>>> Khalid >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Khalid EL KARKOURI >>>>> Aix-Marseille-Universit? >>>>> http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k >>>>> >>>>> _______________________________________________ >>>>> Bioconductor mailing list >>>>> Bioconductor at r-project.org >>>>> https://stat.ethz.ch/mailman/listinfo/bioconductor >>>>> Search the archives: >>>>> http://news.gmane.org/gmane.science.biology.informatics.conductor >>>> >>>> >>>> >>> >>> >>> ----- Fin du message de dtenenba at fhcrc.org ----- >>> >>> >>> >>> -- >>> >>> Khalid EL KARKOURI >>> Aix-Marseille-Universit? >>> http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k >> >> > > > ----- Fin du message de dtenenba at fhcrc.org ----- > > > -- > > Khalid EL KARKOURI > Aix-Marseille-Universit? > http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k
ADD COMMENT
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 6 months ago
United States
On Mon, Oct 15, 2012 at 9:12 AM, Khalid EL KARKOURI <khalid.elkarkouri at="" univ-amu.fr=""> wrote: > Hi Dan, > Herein the session info (thanks a lot), > > >> sessionInfo() > > R version 2.15.1 (2012-06-22) > Platform: x86_64-suse-linux-gnu (64-bit) > > locale: > [1] LC_CTYPE=fr_FR.UTF-8 LC_NUMERIC=C > [3] LC_TIME=fr_FR.UTF-8 LC_COLLATE=fr_FR.UTF-8 > [5] LC_MONETARY=fr_FR.UTF-8 LC_MESSAGES=fr_FR.UTF-8 > [7] LC_PAPER=C LC_NAME=C > [9] LC_ADDRESS=C LC_TELEPHONE=C > [11] LC_MEASUREMENT=fr_FR.UTF-8 LC_IDENTIFICATION=C > > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > Thanks, and can you send the exact output of the library(grid) command? If successful, it should not return anything, i.e., it will look like this: > library(grid) > But subsequently, grid will appear in the list of "attached base packages" when you run sessionInfo() Thanks, Dan > > > > > ----- Message de dtenenba at fhcrc.org --------- > Date : Mon, 15 Oct 2012 08:33:45 -0700 > > De : Dan Tenenbaum <dtenenba at="" fhcrc.org=""> > Objet : Re: [BioC] package grid > ? : Khalid EL KARKOURI <khalid.elkarkouri at="" univ-amu.fr=""> > Cc : bioconductor at r-project.org > > >> Hi Khalid, >> >> On Mon, Oct 15, 2012 at 7:26 AM, Khalid EL KARKOURI >> <khalid.elkarkouri at="" univ-amu.fr=""> wrote: >>> >>> High Dan, >>> >>> Herein the session info: >>> >>>> install.packages("grid") >>> >>> >>> --- SVP s?lectionner un miroir CRAN pour cette session --- >>> CRAN mirror >>> >>> 1: Argentina (La Plata) 2: Argentina (Mendoza) >>> 3: Australia (Canberra) 4: Australia (Melbourne) >>> 5: Austria 6: Belgium >>> 7: Brazil (PR) 8: Brazil (RJ) >>> 9: Brazil (SP 1) 10: Brazil (SP 2) >>> 11: Canada (BC) 12: Canada (NS) >>> 13: Canada (ON) 14: Canada (QC 1) >>> 15: Canada (QC 2) 16: Chile >>> 17: China (Beijing 1) 18: China (Beijing 2) >>> 19: China (Beijing 3) 20: China (Guangzhou) >>> 21: China (Hefei) 22: China (Xiamen) >>> 23: Colombia (Bogota) 24: Colombia (Cali) >>> 25: Denmark 26: Ecuador >>> 27: France (Lyon 1) 28: France (Lyon 2) >>> 29: Germany (Berlin) 30: Germany (Goettingen) >>> 31: Greece 32: Hungary >>> 33: India 34: Indonesia >>> 35: Iran 36: Ireland >>> 37: Italy (Milano) 38: Italy (Padua) >>> 39: Italy (Palermo) 40: Japan (Hyogo) >>> 41: Japan (Tsukuba) 42: Japan (Tokyo) >>> 43: Korea 44: Latvia >>> 45: Mexico (Mexico City) 46: Mexico (Texcoco) >>> 47: Netherlands (Amsterdam) 48: Netherlands (Utrecht) >>> 49: New Zealand 50: Norway >>> 51: Philippines 52: Poland (Wroclaw) >>> 53: Russia 54: Singapore >>> 55: Slovakia 56: South Africa >>> 57: Spain (Madrid) 58: Sweden >>> 59: Switzerland 60: Taiwan (Taichung) >>> 61: Taiwan (Taipei) 62: Thailand >>> 63: UK (Bristol) 64: UK (London) >>> 65: UK (St Andrews) 66: USA (CA 1) >>> 67: USA (CA 2) 68: USA (IA) >>> 69: USA (IN) 70: USA (KS) >>> 71: USA (MI) 72: USA (MO) >>> 73: USA (OH) 74: USA (OR) >>> 75: USA (PA 1) 76: USA (PA 2) >>> 77: USA (TN) 78: USA (TX 1) >>> 79: USA (WA 1) 80: USA (WA 2) >>> 81: Venezuela 82: Vietnam >>> >>> >>> S?lection : 27 >>> Message d'avis : >>> package 'grid' is not available (for R version 2.15.1) >>> >>> >>> >> >> Please enter the command: >> >> sessionInfo() >> >> at an R prompt and email us the output. It should look something like >> this: >> >>> sessionInfo() >> >> R version 2.15.1 (2012-06-22) >> Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) >> >> locale: >> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 >> >> attached base packages: >> [1] stats graphics grDevices utils datasets methods base >> >> Dan >> >> >>> >>> >>> Many thanks, >>> >>> >>> Khalid >>> >>> >>> >>> >>> >>> >>> ----- Message de dtenenba at fhcrc.org --------- >>> Date : Mon, 15 Oct 2012 06:39:50 -0700 >>> >>> De : Dan Tenenbaum <dtenenba at="" fhcrc.org=""> >>> Objet : Re: [BioC] package grid >>> ? : Khalid EL KARKOURI <khalid.elkarkouri at="" univ-amu.fr=""> >>> Cc : bioconductor at r-project.org, kasperdanielhansen at gmail.com >>> >>> >>> >>>> Please send the output of sessionInfo(). >>>> Dan >>>> >>>> >>>> On Mon, Oct 15, 2012 at 1:42 AM, Khalid EL KARKOURI >>>> <khalid.elkarkouri at="" univ-amu.fr=""> wrote: >>>>> >>>>> >>>>> Dear All, >>>>> >>>>> Thank you very much for your answers. I used each one but it did not >>>>> works. >>>>> >>>>> install.packages("grid") doesn't work (the package is not available for >>>>> R >>>>> 2.15.1) >>>>> >>>>> library(grid) : doesn't work (the library doesn't exist >>>>> >>>>> >>>>> Thank you for your help, >>>>> >>>>> >>>>> Khalid >>>>> >>>>> >>>>> >>>>> >>>>> ----- Message de dtenenba at fhcrc.org --------- >>>>> Date : Sat, 13 Oct 2012 10:15:12 -0700 >>>>> De : Dan Tenenbaum <dtenenba at="" fhcrc.org=""> >>>>> Objet : Re: [BioC] package grid >>>>> ? : Khalid EL KARKOURI <khalid.elkarkouri at="" univ-amu.fr=""> >>>>> Cc : bioconductor at r-project.org >>>>> >>>>> >>>>> >>>>>> On Fri, Oct 12, 2012 at 5:24 AM, Khalid EL KARKOURI >>>>>> <khalid.elkarkouri at="" univ-amu.fr=""> wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>> Dear All, >>>>>>> >>>>>>> I have installed the R version 2.15.1 and wanted to install the >>>>>>> package >>>>>>> grid: The answer was the package is not available for that verion. >>>>>>> >>>>>>> Could you please give any help ? >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> This is really a question for R-help >>>>>> (http://stat.ethz.ch/mailman/listinfo/r-help) because grid is not a >>>>>> bioconductor package. >>>>>> >>>>>> However, the answer is: >>>>>> install.packages("grid") >>>>>> >>>>>> Dan >>>>>> >>>>>> >>>>>>> >>>>>>> thank you >>>>>>> >>>>>>> Khalid >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> Khalid EL KARKOURI >>>>>>> Aix-Marseille-Universit? >>>>>>> http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Bioconductor mailing list >>>>>>> Bioconductor at r-project.org >>>>>>> https://stat.ethz.ch/mailman/listinfo/bioconductor >>>>>>> Search the archives: >>>>>>> http://news.gmane.org/gmane.science.biology.informatics.conductor >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> ----- Fin du message de dtenenba at fhcrc.org ----- >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Khalid EL KARKOURI >>>>> Aix-Marseille-Universit? >>>>> http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k >>>> >>>> >>>> >>> >>> >>> ----- Fin du message de dtenenba at fhcrc.org ----- >>> >>> >>> -- >>> >>> Khalid EL KARKOURI >>> Aix-Marseille-Universit? >>> http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k >> >> > > > ----- Fin du message de dtenenba at fhcrc.org ----- > > > -- > > Khalid EL KARKOURI > Aix-Marseille-Universit? > http://annuaire.univmed.fr/showuser.php?uid=el-karkour.k
ADD COMMENT

Login before adding your answer.

Traffic: 872 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6