Dec 242007
In some operating systems, a few R graphical devices might not be available, so we have to check the capabilities of devices before writing code for creating image files in case that there should be errors. The function is just capabilities().
I didn’t notice this and was wondering why there were errors in the check summary of my R package “animation“. Now I understand the reason. Thus I’ll modify the function savePNG() a little.
Recent Comments