Dear Raul,
I have never tried to run the QCA user interface on Google Colab, so wouldn’t exactly know what is going on.
As far as I can see, there is no error message after the command runGUI(), which suggests the package works alright, as expected.
On a normal computer, this command would open a webpage in the default web browser, on the local machine IP which ia usually 127.0.0.1
This seems to happen ok in the Google Colab, but why is it not opening up that package for you, that I do not know: it is something related to how Google Colab works and has basically nothing to do with the R package QCA.
My guess is it cannot open that webpage for you. If it would, the IP address 127.0.0.1 would not be on your machine but on Google’s, therefore your browser would still not fond the required resources to run the user interface.
Or else if Google were to properly redirect that IP address on your machine, it would have to do that inside the same page where you opened Google Colab.
If you really want the user interface, i would install R to run it on your own machine.
Hope this helps,
Adrian