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
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
"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
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
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
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
> 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
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
> 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