Does Rattle work with RStudio Cloud? Having trouble loading RGtk2 package.
RGtk2
requieres the GTK library (version 2.8.0) installed in the system and apparently it isn't installed on RStudio Cloud servers, unfortunately there is nothing you can do at user level, you would have to wait until RStudio people evaluate whether installing this library makes sense for them or not.
2 Likes
GTK requires a local display, and does not work over a web browser, so it is not available on rstudio.cloud
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.