I just built R 3.3.1 using spack (LLNL package manager).
A quick test of demo turned an issue with font displays.
demo(Hershey) produces:
Building R pulled in pango/1.40.1 and cairo/1.14.0 among many others.
I have been told that R font management is done through pango and/or cairo. Is there a compatibility issue that I am encountering?
This has been resolved.
I did the following:
spack stage [email protected] spack stage [email protected]
spack edit R add version('3.3.2', '2437014ef40641cdc9673e89c040b7a8')
spack edit fontconfig
spack install [email protected] %[email protected]
edit remove "make('check') in pixman
==> Successfully installed R Fetch: 15.34s. Build: 8m 3.89s. Total: 8m 19.23s.