Hi Chris,
I'm reposting my question from Github::issues.
You mentioned brainGraph
was mostly developed on CentOS 6/7. I'm having a hard time trying to get pass the cairoDevice
installation in RStudio Server. I have installed GTK 2.24
along with cairo-devel
and dependencies on my CentOS 7 but it's still giving me errors below. My Ubuntu 16 didn't have this issue. Any thoughts?
R session is headless; GTK+ not initialized.
(R:25763): Gtk-WARNING **: gtk_disable_setlocale() must be called before gtk_init()
Error: package or namespace load failed for ‘cairoDevice’:
.onLoad failed in loadNamespace() for 'cairoDevice', details:
call: fun(libname, pkgname)
error: GDK display not found - please make sure X11 is running
Error: loading failed
Execution halted