I try to load library ellipse but i got folowing error.
> library(ellipse)
Error in library(ellipse) : There is no package called 'ellipse'
I also used repostools to install this package, here I also got the
similar error.
> install.packages2(ellipse)
Error in install.packages2(ellipse) : Object "ellipse" not found
Can anyone tell me that this package is still existing or its merge
with
any other package.
--
Regards
Sachin Kumar
Institute of Medical Microbiology
Justus-Liebig-University
Frankfurter Strasse 107
35392-Giessen
Germany
Email: Sachin.Kumar@mickrobio.med.uni-giessen.de
Phone: +49 641 99 46410
Fax: +49 641 99 46409
On Mar 31, 2005, at 8:44 AM, sachin Kumar wrote:
> I try to load library ellipse but i got folowing error.
>
> > library(ellipse)
> Error in library(ellipse) : There is no package called 'ellipse'
>
> I also used repostools to install this package, here I also got the
> similar error.
>
> > install.packages2(ellipse)
> Error in install.packages2(ellipse) : Object "ellipse" not found
>
> Can anyone tell me that this package is still existing or its merge
> with any other package.
Try install.packages("ellipse"). Note the quotes.
Sean
sachin Kumar wrote:
> I try to load library ellipse but i got folowing error.
>
> > library(ellipse)
> Error in library(ellipse) : There is no package called 'ellipse'
>
> I also used repostools to install this package, here I also got the
> similar error.
>
> > install.packages2(ellipse)
> Error in install.packages2(ellipse) : Object "ellipse" not found
You have forgotten some quotation marks; if you don't enclose ellipse
in
quotes, R thinks you are passing a variable name rather than a
character
string, which is what install.packages2 expects. From the help page:
Arguments:
repEntry: A ReposEntry object specifying a particular repository
pkgs: A character vector of package name(s) to act upon
^^^^^^^^^^^^^^^^
HTH,
Jim
>
> Can anyone tell me that this package is still existing or its merge
with
> any other package.
>
--
James W. MacDonald
Affymetrix and cDNA Microarray Core
University of Michigan Cancer Center
1500 E. Medical Center Drive
7410 CCGC
Ann Arbor MI 48109
734-647-5623
Hi Sachin,
it is on CRAN:
http://cran.r-project.org/src/contrib/Descriptions/ellipse.DESCRIPTION
1. Before sending off a mail to hundreds of people, you could have
done
a simple Google search and found it.
2. Why did you think this was a Bioconductor question?
3. In "install.packages2(ellipse)" you need to put the package name
into
quotation marks otherwise R looks for a variable of that name.
Best regards
Wolfgang
sachin Kumar wrote:
> I try to load library ellipse but i got folowing error.
>
> > library(ellipse)
> Error in library(ellipse) : There is no package called 'ellipse'
>
> I also used repostools to install this package, here I also got the
> similar error.
>
> > install.packages2(ellipse)
> Error in install.packages2(ellipse) : Object "ellipse" not found
>
> Can anyone tell me that this package is still existing or its merge
with
> any other package.
>
--
-------------------------------------
Wolfgang Huber
European Bioinformatics Institute
European Molecular Biology Laboratory
Cambridge CB10 1SD
England
Phone: +44 1223 494642
Fax: +44 1223 494486
Http: www.ebi.ac.uk/huber