Skip to content
Prev 337040 / 398503 Next

png-generation from script (non-X11 env) now broken?

This is mostly a guess...

At the end of January, your script succeeded.
Your OS was "built Sun Feb 23 05:14:37 PST 2014."
Your script failed on Feb 26.
You probably had not made any changes to R between the end of January and
Feb 26 (I don't see any mention of having done so, and R does not update
itself -- unless you have some OS level package manager that does it for
you; I wouldn't know about that).

At this point, I'd wonder if the OS update on 2/23 changed come libraries
that R relies on for png graphics. Perhaps you need to rebuild R, so that
it uses the changed/updated OS libraries. Hopefully that OS update did not
completely remove libraries that R depends on for png.

-Don