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

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to