[Rd] StructTS Examples

2012-05-14 Thread R. Michael Weylandt
In the examples for StructTS -- ($RHOME)/library/stats/man/StructTS.Rd -- could par(mfrow = c(4, 1)) plot(log10(UKgas)) plot(cbind(fitted(fit), resids=resid(fit)), main = "UK gas consumption") become plot(log10(UKgas)) par(mfrow = c(4, 1)) plot(cbind(fitted(fit), resids=resid(fit)), main = "UK g

Re: [Rd] Vignette problem

2012-05-14 Thread Duncan Murdoch
On 14/05/2012 1:28 PM, Terry Therneau wrote: I'm having a problem rebuilding a package, new to me in R 2.15.0 (Linux) It hits all that contain the line \usepackage[pdftex]{graphics} and leads to the following when running R CMD check on the directory. (I do this often; a final run on the tar.gz

[Rd] Vignette problem

2012-05-14 Thread Terry Therneau
I'm having a problem rebuilding a package, new to me in R 2.15.0 (Linux) It hits all that contain the line \usepackage[pdftex]{graphics} and leads to the following when running R CMD check on the directory. (I do this often; a final run on the tar.gz file will happen before submission.) Sinc

Re: [Rd] Problem compiling package LogicReg - make Error 255

2012-05-14 Thread E.D. Gutierrez
Thanks for your reply, Uwe. Unfortunately there is a hard-coded parameter in the Fortran code of the package that I must change in order to perform my analysis, so the pre-compiled package can't solve my problem. The pre-compiled package does work flawlessly on my machines, though. On Mon, May 1

Re: [Rd] Problem compiling package LogicReg - make Error 255

2012-05-14 Thread Uwe Ligges
It works for us, and hence install.packages("LogicRec") will install the precompiled binary for you. Best, Uwe Ligges On 13.05.2012 11:11, E.D. Gutierrez wrote: Hello all, I've been using the R package LogicReg, but ended up having to change a certain parameter in the Fortran 77 code (namely

Re: [Rd] Problem compiling package LogicReg - make Error 255

2012-05-14 Thread Uwe Ligges
Not sure what else is causing the problem. Hard to tell from the output. You may want to 1. clean up your path and only have the Rttols and R releated entries left (seems fine as is, but you never know). 2. make the changed package available, perhaps a glitch when changing the package? Uwe

[Rd] Problem compiling package LogicReg - make Error 255

2012-05-14 Thread E.D. Gutierrez
Hello all, I've been using the R package LogicReg, but ended up having to change a certain parameter in the Fortran 77 code (namely, I had to change LGCntrMax to 25 in the file slogic.f). I am using a 64-bit Windows 7 machine. When I tried to compile, I got the following error: -+-+-+-+-+-+-+-+-