Re: [R] R Package making error

2014-05-05 Thread Sarah Goslee
While I don't particularly like the idea of a package automatically making changes to the system, you can use installed.packages() to see which of your needed packages are already available, and only install the ones that are missing. Better would be to put the whole list in Depends, and let R m

[R] R Package making error

2014-05-05 Thread Ashis Deb
Hi all , I have a GUI package function like below , trader<-function() { install.packages("Rgtk2") install.packages("cluster") install.packages("gWidgets") install.packages("gWidgetsRGtk2") install.packages("scales") install.packages("RGtk2Extras") install.packages("Fuzz