Re: [Rd] Math Symbols in plots under Darwin/Panther

2004-02-21 Thread Simon Urbanek
On Feb 19, 2004, at 2:55 AM, stefano iacus wrote: I've just committed a new version of the quartz device to R-devel. This seems to fix the problem with displaying math symbols in plots under Panther. I gave it a shot on a Jag machine (darwin 6.8), here are my results. I can't not more test R

Re: [Rd] Math Symbols in plots under Darwin/Panther

2004-02-21 Thread stefano iacus
On Feb 21, 2004, at 2:16 PM, Simon Urbanek wrote: On Feb 19, 2004, at 2:55 AM, stefano iacus wrote: I've just committed a new version of the quartz device to R-devel. This seems to fix the problem with displaying math symbols in plots under Panther. I gave it a shot on a Jag machine (darwin

[Rd] R CMD versus Rcmd

2004-02-21 Thread Duncan Murdoch
I've just committed changes to R-devel (to become 1.9.0) to allow scripts to be invoked using the Unix-style R CMD command in Windows. Rcmd command will still work, but is no longer documented. A build incorporating these changes should show up on CRAN tomorrow. Running R by itself will start

[Rd] cannot allocate vector error message (PR#6603)

2004-02-21 Thread alog53
Full_Name: Alex Loguinov Version: 1.8.1 OS: Windows XP Prof Submission from: (NULL) (24.7.84.58) My R-code is working great but periodically I have error message for the same working code, like this: Error: cannot allocate vector of size 24 Kb To fix it I need to exit R and reboot my PC (Dell

Re: [Rd] Out of memory while building R with perl 5.8.2 (PR#6596)

2004-02-21 Thread Simon Urbanek
On Feb 17, 2004, at 8:32 PM, [EMAIL PROTECTED] wrote: After updating perl from 5.6.1 to 5.8.2, R no longer builds. Also note that the build continued even after the failure. Is that a bug or a feature? I recall that the doc-generating perl scripts can use substantial amount of memory (easily

[Rd] something for you

2004-02-21 Thread ccuster
from the chatter __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] GUI from Terminal.app

2004-02-21 Thread Jan de Leeuw
If you start R from the terminal and then do non-X11 graphics, you get SetFrontProcess errors. For instance, I have a version of R configured without x11 and with the Aqua version of tcl/tk. If I start this, load tcltk, and do tkStartGUI() I cannot bring the window to the front, because clicking

[Rd] Re: [R-SIG-Mac] GUI from Terminal.app

2004-02-21 Thread Jan de Leeuw
I was slightly too optimistic. If RGUI is started then .Device is the null device. If you say quartz() then you cannot interact with the graphics window (probably related to the quartz device warning). If you now say library(tcltk) the device is set to quartz and the window comes alive. If the

Re: [Rd] R CMD versus Rcmd

2004-02-21 Thread Ross Ihaka
Dirk Eddelbuettel wrote: On Sat, Feb 21, 2004 at 01:22:41PM -0500, Duncan Murdoch wrote: I've just committed changes to R-devel (to become 1.9.0) to allow scripts to be invoked using the Unix-style R CMD command in Windows. Rcmd command will still work, but is no longer documented. [ I don't seem

[Rd] R with graphics from command line

2004-02-21 Thread Jan de Leeuw
I have made a regular R install, so that /Library/Frameworks/R.frameworks/Resources/bin/R.bin is now a Carbon APPL, using Rez in the way described before. We now have basically two R's -- one from Terminal.app and one from R.app. The first one works fine, except for the small glitch of not