On 13-04-08 6:05 PM, Yihui Xie wrote:
Hi,
A Windows user asked me a question and I believe this is a bug of R
3.0.0 under Windows:
Yes. On Windows the external needs 4 args, but on other platforms only
3. The check was checked on other platforms. I'll fix.
Duncan Murdoch
plot(1:10)
s
Hi,
A Windows user asked me a question and I believe this is a bug of R
3.0.0 under Windows:
> plot(1:10)
> savePlot('test.wmf')
Error in .External(C_savePlot, device, filename, type, restoreConsole) :
Incorrect number of arguments (4), expecting 3 for 'savePlot'
> sessionInfo()
R version 3.0.