[R] Debug package options

Duncan Murdoch murdoch.duncan at gmail.com
Mon Mar 30 20:05:18 CEST 2015


On 30/03/2015 1:50 PM, Keith S Weintraub wrote:
> Folks,
> 
> I would like change some of the options for the Tk window that pops up when using the debug package.
> 
> I know how to change the options: e.g. options(debug.font = "Courier 12 italic”).
> 
> Is there a way to “preset” these in my environment so when debug starts up I have all the options set up the way I want them?
> 
> Do I do this in a .First file? Does the .First file have to load the debug package every time I start up R?
> 
> No need to do my work for me. Just point me to the right doc.

See the ?Startup help topic.  You probably want to use one of the
profile files rather than .First, because .First needs to be in a
workspace, and you shouldn't be loading a workspace every time.

Duncan Murdoch



More information about the R-help mailing list