Re: [R] Rcmd SHLIB

2004-03-01 Thread Prof Brian Ripley
On Sun, 29 Feb 2004, Gabriel Lawson wrote: Thanks tons. If you get a moment and feel like answering another question: Regarding the readme.packages file excerpt below: How can I set the R_HOME path? Is it always the R install directory? Also, is creating libR.a and It is where you

Re: [R] Rcmd SHLIB

2004-02-29 Thread Gabriel Lawson
28, 2004 11:54 PM Subject: Re: [R] Rcmd SHLIB Most likely you don't have dlltool in your path. Further, I suspect you don't have the correct make in your path since AFAIK that does not use CreateProcess. Please check and check again that you have followed exactly all the instructions

Re: [R] Rcmd SHLIB

2004-02-29 Thread Duncan Murdoch
On Sun, 29 Feb 2004 15:43:25 -0800, you wrote: Thanks tons. If you get a moment and feel like answering another question: Regarding the readme.packages file excerpt below: How can I set the R_HOME path? Is it always the R install directory? Also, is creating libR.a and libRblas.a a neccessary

[R] Rcmd SHLIB

2004-02-28 Thread Gabriel Lawson
Ok, I think I may have a path or permissions problem (below). Anyone know which settings I should check? When I use Rcmd SHLIB filename I get: C:\Program Files\R\rw1081\binRcmd SHLIB info.diffusion.c process_begin: CreateProcess((null), dlltool -k --as as --dllname R.dll --def R. exp

Re: [R] Rcmd SHLIB

2004-02-28 Thread Prof Brian Ripley
Most likely you don't have dlltool in your path. Further, I suspect you don't have the correct make in your path since AFAIK that does not use CreateProcess. Please check and check again that you have followed exactly all the instructions in the file readme.packages. See Q3.1 in the rw-FAQ.

[R] Rcmd SHLIB on Windows

2003-06-24 Thread Mark Piorecky
Hi all, I would like to preform an autologistic regression analysis on my thesis data. This is a form of logistic regression that accounts for spatial autocorrelation within and between predictor variables. To this end I have received some script from Dr. Fred Huffer which will allow for the