I've just downloaded and installed the latest version from here:
http://cran.r-project.org/bin/windows/base/ and can confirm that savePlot is
still broken under windows.
> plot(1:10)
> savePlot()
Error in .External(C_savePlot, device, filename, type, restoreConsole) :
Incorrect number of arg
Greetings R Developers,
I've been testing the alpha release of R-3.0.0 and I noticed that the plotting
functionality in package tkrplot was not working correctly.
Further diagnosis found the issue to be related to the command '.Tcl("image
create Rplot plotname")' from package "tkrplot".
The fol