Message-ID: <Pine.A41.4.58.0401052144460.57268@odds.stat.purdue.edu>
Date: 2004-01-06T02:50:07Z
From: Jing Wu
Subject: build R package on winXP
In-Reply-To: <Pine.LNX.4.44.0401051827130.11737-100000@gannet.stats>
On Mon, 5 Jan 2004, Prof Brian Ripley wrote:
> On Mon, 5 Jan 2004, Jing Wu wrote:
>
> > I wrote an R function and want to build an R package on winXP. I have
> > set my
> > path:C:\bin;C:\MinGW\bin;C:\Perl\bin\;C:\Tcl\bin;C:\texmf\miktex\bin;C:\Program
> > Files\R\rw1081\bin;
> >
> > I tried to run "Rcmd build --help" but failed. Under
> > C:\WINDOWS\System32\cmd.exe, I got the error message:
> > Please set TMPDIR to a valid temporary directory.
>
I moved my folder 'IHF' to C:\Program Files\R\rw1081\src\library. Then I
typed the commond:
C:\Program Files\R\rw1081\src\library >Rcmd build --binary IHF
I got this error message:
Error: cannot change to directory 'C:/Documents'.
Where did I go wrong? Thanks.
Jing