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