[Rd] Typo in R-Intro, v. 2.2.0, sec. 8.1 (PR#8299)

2005-11-13 Thread mcallaha
The table in section 8.1 of Introduction to R, v. 2.2.0, lists the "additional arguments" for the F distribution as "df1, df1, ncp." I think it should be "df1, df2, ncp." Thank you for the great R software and documentation, and continuing improvement! --Michael Callaham

Re: [Rd] Help finding some code in the R source code

2005-11-13 Thread Simon Urbanek
Greg, On Nov 13, 2005, at 7:03 PM, Greg Evans wrote: > I'm trying to write some Python code to check if a string text > contains a complete R statement. I'm hoping someone will be able > to point me to the right place in the R source code, so I can use > it as a starting point. What happe

[Rd] Help finding some code in the R source code

2005-11-13 Thread Greg Evans
Hi, I'm trying to write some Python code to check if a string text contains a complete R statement. I'm hoping someone will be able to point me to the right place in the R source code, so I can use it as a starting point. For example, In the R console. > x <- 1 > plot( + x + + ) > If I t

Re: [Rd] Memory allocation (PR#8304)

2005-11-13 Thread Simon Urbanek
Hans, this is not a bug! You're simply running out of memory as the message tells you (allocating ca. 570MB? That's lot...) . You should consider re-phrasing the problem (preferably) or getting more memory and/or using 64-bit version of R where applicable. Cheers, Simon On Nov 13, 2005, at

[Rd] Memory allocation (PR#8304)

2005-11-13 Thread hans . kestler
Full_Name: Hans Kestler Version: 2.2.0 OS: 10.4.3 Submission from: (NULL) (84.156.184.101) > sam1.out<-sam(raw1[,2:23],raw1.cl,B=0,rand=124) We're doing 319770 complete permutations Error: cannot allocate vector of size 575586 Kb R(572,0xa000ed68) malloc: *** vm_allocate(size=589402112) failed