[R] Compiling R code to native code?

2012-01-28 Thread Gregory Propf
Simple question: is there a way to compile R scripts to native code?  If not is there anything else that might improve speed?  I'm not even sure that R compiles internally to byte code or not.  I assume it does since all modern languages seem to do this.  Maybe there's a JIT compiler?  Yes, I

[R] Email spam from my account on May 26, 2011

2011-05-26 Thread Gregory Propf
I just discovered that some evil spammer has somehow gotten my contacts list and used it to send out a bunch of spam. This is just to notify you that if you get an email from me on May 26, 2011 (other than this one or one like it - the problem was more extensive than I first thought) it

[R] Legend outside plot box?

2009-03-01 Thread Gregory Propf
I'm trying to put the legend in my matplot plot outside the plot box and it just doesn't seem to want me to. If I use a negative value for inset I just see only the part of the legend that is inside the plot box. Any ideas? - Greg [[alternative HTML version deleted]]

[R] Formatted text output

2009-03-01 Thread Gregory Propf
How does one write formatted, say C style, output to a text file. I want something like y=mx+b for my linear regressions but with m and b derived from the fit objects. Also, how does one go about extracting just the slope or intercept from such an object. - Greg

Re: [R] Formatted text output

2009-03-01 Thread Gregory Propf
Bye Chuckles, killfiled. - Greg From: Charles C. Berry cbe...@tajo.ucsd.edu Cc: R-help r-help@r-project.org Sent: Sunday, March 1, 2009 2:47:51 PM Subject: Re: [R] Formatted text output On Sun, 1 Mar 2009, Gregory Propf wrote: How does one write formatted