> I am following an example from online and am getting the following error: > ....."Error unizipping file....unzip not found".
Are zip and unzip in your path? If not you could use odfWeaveControl. Example: odfctrl <- odfWeaveControl( zipCmd = c("h:/bin/zip.exe -r $$file$$ .", "h:/bin/unzip.exe -o $ $file$$"), ) odfWeave(template, outfile, control = odfctrl) ______________________________________________ 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.