Re: [R] odf and unzip: unzip not found

2007-11-18 Thread Max Kuhn
> presumably my zip and unzip are not set up correctly but I dont know how to > do that. I > installed zip and unzip from info-zip.org as suggested in the help file, and > think I > managed set my Windows path to include the folders where they are installed, > but still > no luck. Any ideas? Th

Re: [R] odf and unzip: unzip not found

2007-11-17 Thread Emmanuel Charpentier
Steve Powell a écrit : > hi list members > I am trying to use odfWeave with R 2.5.1 on Windows XP. > > however when running e.g. > odfWeave(demoFile, outputFile) > > I get: > Error in odfWeave(demoFile, outputFile) : Error unzipping file > In addition: Warning message: > unzip not found in: sy

[R] odf and unzip: unzip not found

2007-11-16 Thread Steve Powell
hi list members I am trying to use odfWeave with R 2.5.1 on Windows XP. however when running e.g. odfWeave(demoFile, outputFile) I get: Error in odfWeave(demoFile, outputFile) : Error unzipping file In addition: Warning message: unzip not found in: system(zipCmd[2], invisible = TRUE) presum