Skip to content
Prev 87270 / 398506 Next

R script autoload at startup

On Mon, 27 Feb 2006, javier garcia-pintado wrote:

            
You need to specify the package at that point, as when .First is run the 
default packages are not yet loaded (see ?Startup for the precise 
description).  E.g. (untested, as I am using Linux)

.First <- function() utils::winMenuAdd("Newmenu")