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
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.
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
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
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))
[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
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