Re: [R] debug R device plot

2011-05-23 Thread Sharpie
cameron.bracken wrote: > > You need to look for a file (it may not be in your project directory) that > contains "___LOCK" in its file name and delete it. > Specifically, the rogue lockfile should be in the same directory as options('tikzMetricsDictionary'). Or, if you haven't set a permanent l

Re: [R] debug R device plot

2011-05-23 Thread cameron.bracken
Not sure if you ever figured this out, but I was just directed to this post. You need to look for a file (it may not be in your project directory) that contains "___LOCK" in its file name and delete it. filehash creates this to prevent multiple writes to the same file at the same time and somehow