Re: [R] building packages on Windows

2007-10-03 Thread Uwe Ligges
Duncan Murdoch wrote: > On 01/10/2007 11:45 PM, Edna Bell wrote: >> Hi again. >> >> I'm sure that this is really simple. >> >> I'm trying to build a package on a Windows Vista machine. I use >> Rcmd build --binary test >> >> but I get the "Please set TMPDIR to a valid temporary directory" >> >>

Re: [R] building packages on Windows

2007-10-02 Thread Duncan Murdoch
On 01/10/2007 11:45 PM, Edna Bell wrote: > Hi again. > > I'm sure that this is really simple. > > I'm trying to build a package on a Windows Vista machine. I use > Rcmd build --binary test > > but I get the "Please set TMPDIR to a valid temporary directory" > > I tried TMPDIR=c:\temp > but to

Re: [R] building packages on Windows

2007-10-01 Thread Gabor Grothendieck
This happened with older versions of R but its fixed in the more recent R 2.6.0 versions. On 10/1/07, Edna Bell <[EMAIL PROTECTED]> wrote: > Hi again. > > I'm sure that this is really simple. > > I'm trying to build a package on a Windows Vista machine. I use > Rcmd build --binary test > > but I

[R] building packages on Windows

2007-10-01 Thread Edna Bell
Hi again. I'm sure that this is really simple. I'm trying to build a package on a Windows Vista machine. I use Rcmd build --binary test but I get the "Please set TMPDIR to a valid temporary directory" I tried TMPDIR=c:\temp but to no avail. Please help. thanks __