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
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
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
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
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
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
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:
-+-+-+-+-+-+-+-+-