Building an R package under Windows NT
On Mon, 2 Jun 2003 11:35:21 -0700 , you wrote in message <76A000A82289D411952F001083F9DD06047FE0E1 at exsalem4-bu.odot.state.or.us>:
But when I try to build a precompiled binary package I get the following response: D:\>Rcmd build --binary emme2 * checking for file 'emme2/DESCRIPTION' ... OK make: *** [pkg-emme2] Error 255 *** Installation of emme2 failed *** installing R.css in c:/TEMP/Rbuild.225 * building 'emme2_0.1.zip' zip error: Invalid command arguments (no such option: X)
Looks as though you have an incompatible version of zip on your path ahead of the one from Rtools. Duncan Murdoch