Skip to content
Prev 3535 / 12125 Next

[R-pkg-devel] Possible Rtools path problem

On 25/02/2019 11:01 a.m., Dirk Eddelbuettel wrote:
Those might be the problem, but to me it looks more like a path order 
problem:
The OP has 23 directories in the path ahead of the Rtools directories; 
I'd guess one of them contains a like-named command that is messing 
things up.  From the message
my guess would be that there's a bad 'nm.exe' somewhere in there.  The 
real one is likely in directory 25 (I haven't got current Rtools 
installed, so can't tell), but if there's another one earlier, things 
won't work.

I'd recommend putting the Rtools directories first.  That might mess up 
one of the other programs that also wants to be first, so I wouldn't do 
it globally, just set up a batch or cmd file to modify the path when you 
want to use Rtools.

Duncan Murdoch