Re: [Rd] package installation errors

2006-06-01 Thread Prof Brian Ripley
This is a report on a compiler error, not on R. You could report it to RH, but it might be more effective to install gcc 3.4.6 (which works well on x86_64). We've seen quite a few problems with early gcc versions on x86_64: that compiler is three years' old, which as I recall was early days f

[Rd] package installation errors

2006-06-01 Thread Paul Gilbert
I installed R-2.3.1 and ran make check without problem, but I am having trouble installing several packages using gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-53) on Red Hat Enterprise Linux AS release 3 (Taroon Update 7) Kernel 2.4.21-40.ELsmp on an x86_64 Below are the messages from MCMCpac

Re: [Rd] HELP Running R

2006-06-01 Thread Seth Falcon
"Pramod Anugu" <[EMAIL PROTECTED]> writes: > Under the 2.5 Sub-architectures section it talks about X86_64 architecture > for Linux. > 1. tar -zxvf R-2.3.0.tar.gz It seems like you are following the right steps. I would try downloading a new tarball, you can get R-2.3.1 which will have bug fixes

Re: [Rd] HELP Running R

2006-06-01 Thread Pramod Anugu
Under the 2.5 Sub-architectures section it talks about X86_64 architecture for Linux. 1. tar -zxvf R-2.3.0.tar.gz 2. changed the directory to the newly created directory R-2.3.0 3. Typed ./configure 'r_arch=name' 4. Typed make 5. Make check 6. make check-all 7. Typed make install 8. Typed R I get

[Rd] write.foreign (SPSS) does not handle NAs properly (PR#8927)

2006-06-01 Thread uhkeller
Full_Name: Ulrich Keller Version: 2.3.0 Patched (2006-04-28 r37936) OS: Windows XP SP2 Submission from: (NULL) (158.64.77.43) write.foreign(x,...,package="SPSS") writes incorrect data files if x contains NAs. Missing values are represented as "NA" in the file; SPSS will print an error every time

[Rd] write.foreign creates incorrect SPSS syntax files when dataframe contains character variables (PR#8926)

2006-06-01 Thread uhkeller
Full_Name: Ulrich Keller Version: 2.3.0 Patched (2006-04-28 r37936) OS: Windows XP SP2 Submission from: (NULL) (158.64.77.43) write.foreign(x,...,package="SPSS") creates an incorrect SPSS syntax file when x contains character variables. SPSS expects character (string) variables to be defined in a

Re: [Rd] Bitmap device available for R CMD check?

2006-06-01 Thread Friedrich Leisch
> On Wed, 31 May 2006 11:11:08 -0400, > Gabor Grothendieck (GG) wrote: > Others may have better ideas but if you have a problem getting > your vignette to pass R CMD check then you could process it > yourself using Sweave to create a .tex file and then have a > mypkg.Rnw file that

Re: [Rd] Bitmap device available for R CMD check?

2006-06-01 Thread Uwe Ligges
Friedrich Leisch wrote: >>On Wed, 31 May 2006 10:57:54 -0400, >>Kuhn, Max (KM) wrote: > > > > Hi, > > I have a package that I'd like to submit to CRAN that does Sweave-like > > processing on Open Document format files from Open Office. > > Sounds very interesting! > > > > If I

Re: [Rd] Bitmap device available for R CMD check?

2006-06-01 Thread Friedrich Leisch
> On Wed, 31 May 2006 10:57:54 -0400, > Kuhn, Max (KM) wrote: > Hi, > I have a package that I'd like to submit to CRAN that does Sweave-like > processing on Open Document format files from Open Office. Sounds very interesting! > If I remember correctly, there is a machine that