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.

Reply via email to