Re: [Rd] List of languages supported

2005-09-18 Thread Uwe Ligges
Gabor Grothendieck wrote: > Is there a list of languges supported by R: > > - languages for which one can get various screen text in that language Simply look into file .../po/Linguas For R-2.2.0 alpha it has: en en_GB fr de it ja ko pt_BR ru zh_CN [EMAIL PROTECTED] > - languages into which

[Rd] List of languages supported

2005-09-18 Thread Gabor Grothendieck
Is there a list of languges supported by R: - languages for which one can get various screen text in that language - languages into which the manuals have been translated I assume that locale support is OS-specific but that the above are not. Thanks.

[Rd] Updated rawConnection() patch

2005-09-18 Thread dhinds
Here's an update of my rawConnection() implementation. In addition to providing a raw version of textConnection(), this fixes two existing issues with textConnection(): one is that the current textConnection() implementation carries around unprotected SEXP pointers, the other is a performance prob

[Rd] Receive a significant discount on your medications (PR#8142)

2005-09-18 Thread waldo
Obtain a great deduction on your prescriptions Name brands, Finest quality. Big range, including challenging to find drugs No previous doctors direction needed. Secret with No waiting rooms or appointmnets required Shipped within 24 hours or less, discrete packaging Acquire in bulk and Save! Eve

Re: [Rd] as.data.frame segfaults on large lists (PR#8141)

2005-09-18 Thread Ulrich Poetter
Peter Dalgaard writes: > [EMAIL PROTECTED] writes: > > > Full_Name: Ulrich Poetter > > Version: 2.1.1 > > OS: i686-pc-linux-gnu FC2 > > Submission from: (NULL) (134.147.95.187) > > > > > > as.data.frame() segfaults on lists with very many elements: > > > > > dfn <- rep(list(rep(0,2))

Re: [Rd] as.data.frame segfaults on large lists (PR#8141)

2005-09-18 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: > Full_Name: Ulrich Poetter > Version: 2.1.1 > OS: i686-pc-linux-gnu FC2 > Submission from: (NULL) (134.147.95.187) > > > as.data.frame() segfaults on lists with very many elements: > > > dfn <- rep(list(rep(0,2)),198000) > > test <- as.data.frame.list(dfn) > > Proces

[Rd] as.data.frame segfaults on large lists (PR#8141)

2005-09-18 Thread ulrich . poetter
Full_Name: Ulrich Poetter Version: 2.1.1 OS: i686-pc-linux-gnu FC2 Submission from: (NULL) (134.147.95.187) as.data.frame() segfaults on lists with very many elements: > dfn <- rep(list(rep(0,2)),198000) > test <- as.data.frame.list(dfn) Process R segmentation fault at Sun Sep 18 17:06:02 2005