Re: [R] Limitations on R code file

2010-05-06 Thread guox
Thanks, Jorge. Yes, I can also run the code. But I would like to know the limitations on the lengths of variable names, formulas/equations, and files. Steve has pointed out a limitation on the length of a variable name is 256kb. So abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmn

Re: [R] Limitations on R code file

2010-05-05 Thread Jorge Ivan Velez
Hi James, I ran all your code on a fresh R session (64 bit, OS X 10.6.0) and got no errors. I suspect what Steve suggests is true: your computer is running out of memory. Have you tried running it on a 64 bit machine? Here is my sessionInfo(): R version 2.11.0 (2010-04-22) x86_64-apple-darwin9.

Re: [R] Limitations on R code file

2010-05-05 Thread Steve Lianoglou
Hi James, On Wed, May 5, 2010 at 5:28 PM, wrote: > I would like to run R code from a file that is generated from other source. > The file consists of some variables and formulas/equations such as > > Variables = log(100) > ##Other variable definitions > VariablesWithLongNames = 2*3*log(12345678)

[R] Limitations on R code file

2010-05-05 Thread guox
I would like to run R code from a file that is generated from other source. The file consists of some variables and formulas/equations such as Variables = log(100) ##Other variable definitions VariablesWithLongNames = 2*3*log(12345678)+10^4 + Variables Equations=log(VariablesWithLongNames)+Variabl