In that Examples directory I have the files base-Ex.Rout.fail and
base-Ex.R. If I perform  tail -50 on  base-Ex.R, I get 

        
                                                                                       
 
        data(esoph) # following on from help(esoph)
        model3 <- glm(cbind(ncases, ncontrols) ~ agegp + C(tobgp, , 1) +
             C(alcgp, , 1), data = esoph, family = binomial())
        summary(model3)
         
         
         
        options(contrasts = c(unordered = "contr.treatment",ordered =
        "contr.poly"))
        cleanEx(); ..nameEx <- "zMachine"
         
        ### * zMachine
         
        ### Name: .Machine
        ### Title: Numerical Characteristics of the Machine
        ### Aliases: .Machine
        ### Keywords: sysdata programming math
         
        ### ** Examples
         
        str(.Machine)
         
         
         
        cleanEx(); ..nameEx <- "zScript"
         
        ### * zScript
         
        ### Name: .Script
        ### Title: Scripting Language Interface
        ### Aliases: .Script
        ### Keywords: interface
         
        ### ** Examples
         
        .Script("perl", "massage-Examples.pl",
                paste("tools", system.file("R-ex", package = "tools")))
         
         
         
        ### * <FOOTER>
        ###
        cat("Time elapsed: ", proc.time() - get("ptime", env =
        .CheckExEnv),"\n")
        dev.off()
        ###
        ### Local variables: ***
        ### mode: outline-minor ***
        ### outline-regexp: "\\(> \\)?### [*]+" ***
        ### End: ***
        quit('no')


 If I perform  tail -20 on base-Ex.Rout.fail, I just get the text you
see when starting R in the terminal.

           R : Copyright 2003, The R Development Core Team

        Version 1.7.1  (2003-06-16)
         
        R is free software and comes with ABSOLUTELY NO WARRANTY.
        You are welcome to redistribute it under certain conditions.
        Type `license()' or `licence()' for distribution details.
         
        R is a collaborative project with many contributors.
        Type `contributors()' for more information.
         
        Type `demo()' for some demos, `help()' for on-line help, or
        `help.start()' for a HTML browser interface to help.
        Type `q()' to quit R.

Thanks,
Joke


On Wed, 2003-10-01 at 12:43, Liaw, Andy wrote:

> Tell us the output of something like
> 
>   tail -20 /volume1/scratch/jallemee/R-1.7.1/tests/Examples/base-Ex.Rout
> 
> so we know where it bombed (and may be how it bombed).
> 
> Andy
> 
> > -----Original Message-----
> > From: Joke Allemeersch [mailto:[EMAIL PROTECTED] 
> > Sent: Wednesday, October 01, 2003 6:02 AM
> > To: [EMAIL PROTECTED]
> > Subject: [R] R-1.7.1 for Redhat 9
> > 
> > 
> > Dear,
> > 
> > I have problems with installing R-1.7.1 for Redhat 9.  When I 
> > applied `./configure' and `make', I get the following error:
> > 
> > make check
> > make[1]: Entering directory `/volume1/scratch/jallemee/R-1.7.1/tests'
> > make[2]: Entering directory `/volume1/scratch/jallemee/R-1.7.1/tests'
> > make[3]: Entering directory 
> > `/volume1/scratch/jallemee/R-1.7.1/tests/Examples'
> > make[4]: Entering directory 
> > `/volume1/scratch/jallemee/R-1.7.1/tests/Examples'
> > make[4]: `Makedeps' is up to date.
> > make[4]: Leaving directory 
> > `/volume1/scratch/jallemee/R-1.7.1/tests/Examples'
> > make[4]: Entering directory 
> > `/volume1/scratch/jallemee/R-1.7.1/tests/Examples'
> > running code in 'base-Ex.R' ...make[4]: *** [base-Ex.Rout] Error 1
> > make[4]: Leaving directory 
> > `/volume1/scratch/jallemee/R-1.7.1/tests/Examples'
> > make[3]: *** [test-Examples-Base] Error 2
> > make[3]: Leaving directory 
> > `/volume1/scratch/jallemee/R-1.7.1/tests/Examples'
> > make[2]: *** [test-Examples] Error 2
> > make[2]: Leaving directory `/volume1/scratch/jallemee/R-1.7.1/tests'
> > make[1]: *** [test-all-basics] Error 1
> > make[1]: Leaving directory `/volume1/scratch/jallemee/R-1.7.1/tests'
> > make: *** [check] Error 2
> > 
> > 
> > I found on the web that one has to change something in the 
> > file src/main/arithmetic.c, but this was already done in my 
> > file, so that can`t cause the error.  Is there somebody who 
> > knows how to solve this?
> > 
> > Thanks a lot,
> > 
> > kind regards, 
> > Joke
> > 
> > 
> > Joke Allemeersch 
> > Kasteelpark Arenberg 10 
> > 3001 Heverlee (Leuven) 
> > http://www.esat.kuleuven.ac.be/~dna/BioI/
> > 
> > 
> >     [[alternative HTML version deleted]]
> > 
> > ______________________________________________
> > [EMAIL PROTECTED] mailing list 
> > https://www.stat.math.ethz.ch/mailman/listinfo> /r-help
> > 

Joke Allemeersch 
Kasteelpark Arenberg 10 
3001 Heverlee (Leuven) 
http://www.esat.kuleuven.ac.be/~dna/BioI/

        [[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to