Re: [Rd] Building R from the source

2006-11-11 Thread Prof Brian Ripley
On Sat, 11 Nov 2006, Benilton Carvalho wrote: > Professor Ripley, > > thank you very much for your reply. > > I'm currently trying to build R-2.4.0 from the source on a system > (Xeon) running Fedora Core 4. And I still don't know if this is i686 or x86_64! > As for the available compilers: gcc/

Re: [Rd] Building R from the source

2006-11-11 Thread Benilton Carvalho
Professor Ripley, thank you very much for your reply. I'm currently trying to build R-2.4.0 from the source on a system (Xeon) running Fedora Core 4. As for the available compilers: gcc/g++/gfortran/f95 (version 4.0.0-8) Thank you very much, Benilton Carvalho PhD Candidate Department of Bios

Re: [Rd] Building R from the source

2006-11-11 Thread Prof Brian D Ripley
On Sat, 11 Nov 2006, Benilton Carvalho wrote: > Hi Everyone, > > when building (say) R-2.4.0 from the source, is it still the > recommendation to use GCC 3.4? It depends on your unstated OS. There are recommendations in the R-admin manual, and those I wrote are still current. Often one cannot

[Rd] Building R from the source

2006-11-11 Thread Benilton Carvalho
Hi Everyone, when building (say) R-2.4.0 from the source, is it still the recommendation to use GCC 3.4? Thank you very much, Benilton Carvalho PhD Candidate Department of Biostatistics Johns Hopkins University __ R-devel@r-project.org mailing list

[Rd] c() for factors

2006-11-11 Thread Gregor Gorjanc
Dear R-core! I have written a function mapLevels() to map levels of a factor. It can produce a map (internally a list) of factor levels and internal integer codes. I call this integer levelsMap. There is also character levelsMap, but not of importance at this moment. I found out that it was quite