ellipse package
3
0
Entering edit mode
sachin Kumar ▴ 20
@sachin-kumar-1117
Last seen 9.7 years ago
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
reposTools reposTools • 5.1k views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 4 months ago
United States
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
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 2 hours ago
United States
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
ADD COMMENT
0
Entering edit mode
@wolfgang-huber-3550
Last seen 4 weeks ago
EMBL European Molecular Biology Laborat…
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
ADD COMMENT

Login before adding your answer.

Traffic: 811 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