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
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
2 matches
Mail list logo