[R] Problems with Package Installation.

Rolf Turner r.turner at auckland.ac.nz
Fri Jul 11 03:20:22 CEST 2008


On 11/07/2008, at 12:47 PM, hippie dream wrote:

>
> I am having difficulty installing packages. For example, here I  
> have tried to
> install "gplots" but to no avail.

	<snip>
>
>> install.packages()
>
	<snip>

> ** building package indices ...
> * DONE (gplots)
>
> The downloaded packages are in
> 	/tmp/Rtmp5NZLyb/downloaded_packages
>> ?plotCI
> No documentation for 'plotCI' in specified packages and libraries:
> you could try 'help.search("plotCI")'


Of course not.

You have to ***load*** the package, e.g.

	library(gplots)

before you try to use it.  Psigh.

		cheers,

			Rolf Turner

######################################################################
Attention:\ This e-mail message is privileged and confid...{{dropped:9}}



More information about the R-help mailing list