> 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?

This has come up before:

   http://finzi.psych.upenn.edu/R/Rhelp02a/archive/85114.html

I'm going to assume that you path isn't sent correctly. To test this,
try using system to make a specific call to unzip for your odt file

   system("unzip -o testfile.odt")

and see if it works. You can also test by opening a dos prompt and
trying the same command for a directory away from where zip and unzip
live.

Max

ps I'm trying to move my newsgroup traffic to gmail, but it is not
delivering a lot of messages (like this one). Make sure that your
response includes my Pfizer email address.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to