R Commander options
Dear Michael,
-----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- project.org] On Behalf Of Michael Schmidt Sent: December-28-11 2:12 PM To: r-help at r-project.org Subject: Re: [R] R Commander options Folks, Thanks for the help and I've used it as follows. I've created a .Rprofile file in my home directory and placed the following code in it: options(Rcmdr = list(default.font="*helvetica-medium-r-normal-*-15*", log.font.size = 15, log.width = 54, log.height = 6, output.height = 18, scale.factor = 1.4)) When I start Rcmdr with the desktop launcher, there are no error messages and the log font settings are correct. However, I was of the impression that the default.font setting would affect the GUI widgets, and that isn't happening. Am I mistaken?
No, default.font and default.font.size should affect the font used in Tk widgets. I just check on Mac OS X, and font definition doesn't seem to be working correctly -- I know that it did at some point in the past. On Windows systems, the scale.factor Rcmdr option still seems to work correctly; it never did work right on non-Windows systems. I'll look into this problem as soon as I have a chance. Thanks for the bug report, John
Again, thanks to all! Michael Schmidt -- View this message in context: http://r.789695.n4.nabble.com/R- Commander-options-tp4238183p4240767.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list 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.