Skip to content

Rgdal windows binary warning message

5 messages · Tony Gill, Lisa, Sean O'Riordain +2 more

#
Hello every one--

My sincere apologies if I have missed something obvious, but I need  
to construct some multinomial logit models.  I remember using nnet  
for this in the past, but I am having trouble locating a OS X version  
of this (it's been a year or so since I had to use it). I found a   
Windows version, but when I try to install across platforms, it  
crashes R immediately--no error messages or anything helpful.  Can  
any one direct me to a repository, or alternatively, to another  
package readily available Mac side that can do simple multinomial  
logit models? This is basic survey data--nothing fancy needed.

All best,

Lisa
#
Hi Lisa,
as far as I know, nnet is part of the VR bundle which is a recommended
package...
refer http://www.stats.bris.ac.uk/R/src/contrib/Descriptions/VR.html

so just try library(nnet) and see what happens!

cheers!
Sean
On 02/08/05, Lisa Schweitzer <lschwei at mac.com> wrote:
#
This is a consequence of how VC++ compiled gdal.  R is protecting 
itself against that.  Since R did not crash, there is nothing to worry 
about.
On Tue, 2 Aug 2005, Tony Gill wrote:

            

  
    
#
Prof Brian Ripley wrote:
To add to that:  the RGDAL maintainer could work around this bug in 
VC++.  I haven't used that compiler, but with others it is sufficient to 
ask R to set the FPU control word.  Instructions are here: 
<http://www.stats.uwo.ca/faculty/murdoch/software/compilingDLLs/index.html#fpu>

Duncan Murdoch