R/zzz.R
remove.installr.GUI.Rd
Removes the menu based GUI for updating R within Rgui.
remove.installr.GUI()
invisible(NULL)
This function is used during .Last.lib to remove the menus for the installr package in Rgui.
if (FALSE) { add.installr.GUI() # add menus remove.installr.GUI() # remove them }