remove.installr.GUI {installr} | R Documentation |
Removes the menu based GUI for updating R within Rgui
Description
Removes the menu based GUI for updating R within Rgui.
Usage
remove.installr.GUI()
Details
This function is used during .Last.lib to remove the menus for the installr package in Rgui.
Value
invisible(NULL)
Examples
## Not run:
add.installr.GUI() # add menus
remove.installr.GUI() # remove them
## End(Not run)
[Package installr version 0.23.4 Index]