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