znmeb / edgyR

R on the Edge: NVIDIAⓇ Jetson™ tools for R developers
https://znmeb.github.io/edgyR/
GNU Affero General Public License v3.0
6 stars 4 forks source link

'pkgdown' is failing to open an 'X11' device building vignettes #8

Closed znmeb closed 4 years ago

znmeb commented 4 years ago

Symptom is warnings about "No protocol found". The results seem to be OK and there's a workaround - opening a virtual framebuffer - but things aren't working the way they should and I need to troubleshoot it.

This only happens when running remote via "ssh" - you won't see it running at the Jetson console.

znmeb commented 4 years ago

Fixed ... turns out we need pango libraries for cairo to work. That should be checked in the R compilation configure step, IMHO