Re: [R] Error in library(gplots) : there is no package called 'gplots'

2010-04-16 Thread Vava

Thanks for your suggestion Tal. Unfortunately, still no luck with me ...
still get the usual error message:

 Error in library(gplots) : there is no package called 'gplots' , whatever
I try to install.

This is a mystery to me with respect to why /how. I am really stuck with
that problem.

Best, 

Valère
-- 
View this message in context: 
http://n4.nabble.com/Error-in-library-gplots-there-is-no-package-called-gplots-tp1690367p1968197.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@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.


Re: [R] Error in library(gplots) : there is no package called 'gplots'

2010-04-16 Thread james

Hi Vava,
What version of R are you using? I'm not sure but I think that R will 
refuse to install a package in this way if the version of gplots is 
incompatiable with the version of R you're using. You can check the 
depends of packages on CRAN.


Regards,
James

Vava wrote:

Thanks for your suggestion Tal. Unfortunately, still no luck with me ...
still get the usual error message:

 Error in library(gplots) : there is no package called 'gplots' , whatever
I try to install.

This is a mystery to me with respect to why /how. I am really stuck with
that problem.

Best, 


Valère



__
R-help@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.


Re: [R] Error in library(gplots) : there is no package called 'gplots'

2010-03-27 Thread Andrew Dolman
OK, can't help you then sorry. Sometimes folk are confused between install
and attach when they're complete beginners so it's worth checking. You're
obviously not.




andydol...@gmail.com


On 25 March 2010 10:40, Martin Valere valere.mar...@vogelwarte.ch wrote:

 Dear Andrew,

 thanks for our interesrt.

 yes I mean for instance install.packages(gplots_2.7.4.tar.gz, repos=NULL,
 type=source)
 with the correct path to the package location of course

 Valère

 [Martin Valere]  -Ursprüngliche Nachricht-
 Von: Andrew Dolman [mailto:andydol...@gmail.com]
 Gesendet: Donnerstag, 25. März 2010 11:22
 An: Martin Valere
 Cc: r-help@r-project.org
 Betreff: Re: [R] Error in library(gplots) : there is no package called
 'gplots'



 Do you mean installing packages as in

 install.packages(gplots) ?

 for which you need an internet connection.


 or attaching packages that are already installed, when you want to use them

 library(gplots)


 Or are you trying to install from source code or from downloaded zip
 packages?





 andydol...@gmail.com



 On 25 March 2010 09:57, Martin Valere  valere.mar...@vogelwarte.ch
 wrote:


 Dear all,

  I have an issue trying to install new packages (have tried with
 RODBC_1.3-1, gplots_2.6.1, gtools_2.7.4 packages) and get the same error
 message :
 Error in library(gplots) : there is no package called 'gplots'

 Only clue I have found so far on the Web is related to Perl (Perl modules
 are installed on my computer, but which one is related to gplots if any ?);
 no gplots in usr/lib or /usr/lib64 at least ... I am somewhat lost here,
 having no idea about Perl (if Perl is really the issue ?).

 I am using OpenSuse 11.1 (64bits); and R version 2.9.0. Installation of
 package  is performed offline as Root.


 

 Valère, Switzerland


   [[alternative HTML version deleted]]


 __
 R-help@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.





 [[alternative HTML version deleted]]


 __
 R-help@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.



[[alternative HTML version deleted]]

__
R-help@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.


Re: [R] Error in library(gplots) : there is no package called 'gplots'

2010-03-27 Thread Tal Galili
Hi Martin,
The same happened to me a while ago, I changed the mirror to another country
and it worked for me.
Hope it will for you too.

Best,
Tal

Contact
Details:---
Contact me: tal.gal...@gmail.com |  972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
--




On Thu, Mar 25, 2010 at 12:40 PM, Martin Valere valere.mar...@vogelwarte.ch
 wrote:

 Dear Andrew,

 thanks for our interesrt.

 yes I mean for instance install.packages(gplots_2.7.4.tar.gz, repos=NULL,
 type=source)
 with the correct path to the package location of course

 Valère

 [Martin Valere]  -Ursprüngliche Nachricht-
 Von: Andrew Dolman [mailto:andydol...@gmail.com]
 Gesendet: Donnerstag, 25. März 2010 11:22
 An: Martin Valere
 Cc: r-help@r-project.org
 Betreff: Re: [R] Error in library(gplots) : there is no package called
 'gplots'



 Do you mean installing packages as in

 install.packages(gplots) ?

 for which you need an internet connection.


 or attaching packages that are already installed, when you want to use them

 library(gplots)


 Or are you trying to install from source code or from downloaded zip
 packages?





 andydol...@gmail.com



 On 25 March 2010 09:57, Martin Valere  valere.mar...@vogelwarte.ch
 wrote:


 Dear all,

  I have an issue trying to install new packages (have tried with
 RODBC_1.3-1, gplots_2.6.1, gtools_2.7.4 packages) and get the same error
 message :
 Error in library(gplots) : there is no package called 'gplots'

 Only clue I have found so far on the Web is related to Perl (Perl modules
 are installed on my computer, but which one is related to gplots if any ?);
 no gplots in usr/lib or /usr/lib64 at least ... I am somewhat lost here,
 having no idea about Perl (if Perl is really the issue ?).

 I am using OpenSuse 11.1 (64bits); and R version 2.9.0. Installation of
 package  is performed offline as Root.


 

 Valère, Switzerland


   [[alternative HTML version deleted]]


 __
 R-help@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.





[[alternative HTML version deleted]]


 __
 R-help@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.



[[alternative HTML version deleted]]

__
R-help@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.


[R] Error in library(gplots) : there is no package called 'gplots'

2010-03-25 Thread Martin Valere
Dear all,

   I have an issue trying to install new packages (have tried with RODBC_1.3-1, 
gplots_2.6.1, gtools_2.7.4 packages) and get the same error message :
Error in library(gplots) : there is no package called 'gplots'

Only clue I have found so far on the Web is related to Perl (Perl modules are 
installed on my computer, but which one is related to gplots if any ?); no 
gplots in usr/lib or /usr/lib64 at least ... I am somewhat lost here, having no 
idea about Perl (if Perl is really the issue ?).

I am using OpenSuse 11.1 (64bits); and R version 2.9.0. Installation of package 
 is performed offline as Root.




Valère, Switzerland


[[alternative HTML version deleted]]

__
R-help@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.


Re: [R] Error in library(gplots) : there is no package called 'gplots'

2010-03-25 Thread Andrew Dolman
Do you mean installing packages as in

install.packages(gplots) ?

for which you need an internet connection.


or attaching packages that are already installed, when you want to use them

library(gplots)


Or are you trying to install from source code or from downloaded zip
packages?





andydol...@gmail.com


On 25 March 2010 09:57, Martin Valere valere.mar...@vogelwarte.ch wrote:

 Dear all,

   I have an issue trying to install new packages (have tried with
 RODBC_1.3-1, gplots_2.6.1, gtools_2.7.4 packages) and get the same error
 message :
 Error in library(gplots) : there is no package called 'gplots'

 Only clue I have found so far on the Web is related to Perl (Perl modules
 are installed on my computer, but which one is related to gplots if any ?);
 no gplots in usr/lib or /usr/lib64 at least ... I am somewhat lost here,
 having no idea about Perl (if Perl is really the issue ?).

 I am using OpenSuse 11.1 (64bits); and R version 2.9.0. Installation of
 package  is performed offline as Root.


 

 Valère, Switzerland


[[alternative HTML version deleted]]


 __
 R-help@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.



[[alternative HTML version deleted]]

__
R-help@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.


Re: [R] Error in library(gplots) : there is no package called 'gplots'

2010-03-25 Thread Martin Valere
Dear Andrew, 
 
thanks for our interesrt.
 
yes I mean for instance install.packages(gplots_2.7.4.tar.gz, repos=NULL, 
type=source)
with the correct path to the package location of course
 
Valère

[Martin Valere]  -Ursprüngliche Nachricht-
Von: Andrew Dolman [mailto:andydol...@gmail.com]
Gesendet: Donnerstag, 25. März 2010 11:22
An: Martin Valere
Cc: r-help@r-project.org
Betreff: Re: [R] Error in library(gplots) : there is no package called 'gplots'



Do you mean installing packages as in

install.packages(gplots) ?

for which you need an internet connection.


or attaching packages that are already installed, when you want to use them

library(gplots) 


Or are you trying to install from source code or from downloaded zip packages?





andydol...@gmail.com



On 25 March 2010 09:57, Martin Valere  valere.mar...@vogelwarte.ch wrote:


Dear all,

  I have an issue trying to install new packages (have tried with RODBC_1.3-1, 
gplots_2.6.1, gtools_2.7.4 packages) and get the same error message :
Error in library(gplots) : there is no package called 'gplots'

Only clue I have found so far on the Web is related to Perl (Perl modules are 
installed on my computer, but which one is related to gplots if any ?); no 
gplots in usr/lib or /usr/lib64 at least ... I am somewhat lost here, having no 
idea about Perl (if Perl is really the issue ?).

I am using OpenSuse 11.1 (64bits); and R version 2.9.0. Installation of package 
 is performed offline as Root.




Valère, Switzerland


   [[alternative HTML version deleted]]


__
R-help@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.





[[alternative HTML version deleted]]

__
R-help@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.