I have been looking forward for this great package for years! Just few days ago, I saw your answer in FSL mailing list which mentioned this R package. I was excited and found your github, can't wait to install your package.
I have been successfully installed brainGraph 2.7.0 in a Mac OS High Sierra(10.13.6), with Rstudio 1.1.463 and R 3.5.1 . When it comes to GUI part, I read the topic in your user-guide mentioned solution, and did a lot of google search.
I met the "configure: error: GTK version 2.8.0 required" situation, and then I tried to homebrew to install gtk+.
Finally, I got Rgtk and cairoDevice installed.
I tried to load brainGraph package, and plot_brainGraph_gui() to test GUI function, I only get this error meassage :
> plot_brainGraph_gui()
Error in `[[.GObject`(x, member) :
Cannot find 'addActions' for classes GtkActionGroup, GObject, RGtkObject
Meanwhile, a small window titled "brainGraph" showed up, with only blank area.
Then, I tried to install brainGraph in a laptop with Ubuntu18.04, R 3.5.1 and RStudio 1.1.463. I was expecting things would be easier in Linux, but I was wrong.
GTK2.8.0 was still needed to install in Ubuntu, so I googled again, and installed GTK 2.0 dev with 'sudo apt install xxx ' CMD.
Then I installed Rgtk and cairoDevice from source.
But the same error happened when I was testing GUI function, again, just the same like my Mac OS, and so was the empty window.
I googled this error msg but this time I get nothing, no clue.
Thank you in advance, please help. If you need more info, I am happy to assist.