Re: [Rd] Wishlist - Give R a name that shows up in search engines ...

2006-03-08 Thread roger bos
Indeed, when I was writing code in Java or VBA and I needed code, say to buble sort or invert a CDF, I could find many examples on the web since the user base was so large. R has something better: CRAN. It was really smart to make a central repository where useRs can share code. No other languag

Re: [Rd] Multiplication (PR#8466)

2006-01-06 Thread roger bos
How do people even notice stuff like this. You would never hard-coding (-2)^2 or -2^2 anyway. The part being squared would be a variable, in which case it works correctly: > a<- -2 > a [1] -2 > a^2 [1] 4 Sometimes it seems that people go looking for bugs... and therefore see bugs all around them

Re: [Rd] Typo(s) in proc.time.Rd and comment about ?proc.time (PR#8092)

2005-08-25 Thread roger bos
I didn't know there was a language called American, I thought I spoke English too, even if mine does not sound as eloquent... This thread should provide credit to the R Core Team for bringing R to such a level of perfection that these are types of bug reports submitted now adays. Microsoft is sti