[R] gWidgets install

cls59 sharpsteen at mac.com
Wed Oct 15 00:02:27 CEST 2008




Tim Smith-5 wrote:
> 
> Hi,
> 
> I wanted to install the gWidgets package and ran the following code:
> 
> ------------------------------------------
>> install.packages("gWidgets")
> 
> 


The package you installed might be dependent on other packages that weren't
installed, it's good practice to use:

install.packages("gWidgets",dependencies=TRUE)

This will install not only the requested package, but any packages that it
depends on which you don't currently have.

-Charlie


-----
Charlie Sharpsteen
Undergraduate
Environmental Resources Engineering
Humboldt State University
-- 
View this message in context: http://www.nabble.com/gWidgets-install-tp19982415p19983079.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list