Thanks for your help! Here is what I tried with no luck. I use 7-zip on my machine. Just in case it helps, I am running XP Pro 32 at the office.
odfctrl <- odfWeaveControl(zipCmd = c("C:/Program Files/7-Zip/7zG.exe -r $$file$$ .", "C:/Program Files/7-Zip/7zG.exe -o $$file$$")) odfWeave("example01_in.odt", "example01.odt", control = odfctrl) I even tried to use 7z.exe, as well as 7zFM.exe. Essentially, I attempted to use all 3 exectuable files that are located in the install directory. Any ideas? Thanks again! -- View this message in context: http://n4.nabble.com/odfWeave-Error-tp1595848p1596418.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.