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.

______________________________________________
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