Am Donnerstag, 27. September 2012 um 07:18:36, schrieb Scott Kostyshak <[email protected]> > When /tmp was on a different file system (e.g. encrypted home), > lyxknitr.R failed to move files to /tmp because it relied on R's > 'file.rename' function, which in turn relied on the rename function in > <stdio.h>, which was failing with the EXDEV errno. Now lyxknitr.R relies > on 'file.copy'. > > Yihui, does this look OK? > > Note that I also changed a comment: file.rename renamed a .tex and a .R for > me. > > Thanks, > > Scott
Rename does not change modify time. Copy does. Don't know, if that may cause
problems.
Kornel
signature.asc
Description: This is a digitally signed message part.
