daqana/tikzDevice

`onefile = FALSE` does not work with **tikzDevice** 0.12.4

stla opened this issue · 0 comments

stla commented

Hello,

library(tikzDevice) # 0.12.4
tikz(onefile = FALSE)
plot(0, 0, pch = 19)
plot(0, 0, pch = 19)
dev.off()

This creates a file named Rplot%03d.tex (I mean the %03d is not substitued) which is empty and immediately disappears. Providing a file name does not work too.