FW: [R] Problem compiling on HP-UX 10.20
Nuzzo Art-CINT116
A.Nuzzo at motorola.com
Fri Apr 19 19:11:18 CEST 2002
Here is a copy of the last few lines in base-Ex.Rout.fail:
> x <- seq(3,500);yl <- c(-.3, .2)
> plot(x,x, ylim = yl, ylab="",type='n', main = "Bessel Functions
Y_nu(x)")
> for(nu in nus){xx <- x[x > .6*nu]; lines(xx,besselY(xx,nu=nu), col =
nu+2)}
> legend(300,-.08, leg=paste("nu=",nus), col = nus+2, lwd=1)
>
> x <- seq(10,50000,by=10);yl <- c(-.1, .1)
> plot(x,x, ylim = yl, ylab="",type='n', main = "Bessel Functions
Y_nu(x)")
> for(nu in nus){xx <- x[x > .6*nu]; lines(xx,besselY(xx,nu=nu), col =
nu+2)}
> summary(bY <- besselY(2,nu = nu <- seq(0,100,len=501)))
Min. 1st Qu. Median Mean 3rd Qu. Max.
-3.001e+155 -1.067e+107 -1.976e+62 -9.961e+152 -2.059e+23 5.104e-01
> which(bY >= 0)
[1] 1 2 3 4 5
> summary(bY <- besselY(2,nu = nu <- seq(3,300,len=51)))
Error in vector("character", length) : negative length vectors are not
allowed
In addition: There were 23 warnings (use warnings() to see them)
Execution halted
Thanks,
Art Nuzzo
> -----Original Message-----
> From: Peter Dalgaard BSA [mailto:p.dalgaard at biostat.ku.dk]
> Sent: Friday, April 19, 2002 11:48 AM
> To: Nuzzo Art-CINT116
> Cc: R-help at stat.math.ethz.ch
> Subject: Re: [R] Problem compiling on HP-UX 10.20
>
>
> Nuzzo Art-CINT116 <A.Nuzzo at motorola.com> writes:
>
> > Thanks for the help. I am getting closer. Switching to the
> fort77 compiler
> > fixed that problem. Now it compiles completely but I am
> unable to run the
> > check.
> >
> >
> > artn at bs752> make check
> > make[1]: Entering directory `/tmp_mnt/users/artn/R-1.4.1/tests'
> > make[2]: Entering directory `/tmp_mnt/users/artn/R-1.4.1/tests'
> > make[3]: Entering directory
> `/tmp_mnt/users/artn/R-1.4.1/tests/Examples'
> > make[4]: Entering directory
> `/tmp_mnt/users/artn/R-1.4.1/tests/Examples'
> > make[4]: Leaving directory
> `/tmp_mnt/users/artn/R-1.4.1/tests/Examples'
> > make[4]: Entering directory
> `/tmp_mnt/users/artn/R-1.4.1/tests/Examples'
> > make[4]: *** Warning: File `Makefile' has modification time
> in the future
> > (2002-04-19 11:17:56 > 2002-04-19 11:17:53)
> > collecting examples for package `base' ...
> > make[5]: Entering directory
> `/tmp_mnt/users/artn/R-1.4.1/src/library'
> > >>> Building/Updating help pages for package `base'
> > Formats: text example
> > make[5]: Leaving directory `/tmp_mnt/users/artn/R-1.4.1/src/library'
> > running code in `base-Ex.R' ...make[4]: *** [base-Ex.Rout] Error 1
>
> What comes at the end of base-Ex.Rout.fail?
>
> --
> O__ ---- Peter Dalgaard Blegdamsvej 3
> c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
> (*) \(*) -- University of Copenhagen Denmark Ph:
> (+45) 35327918
> ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX:
> (+45) 35327907
>
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list