R: gWidgetsRGtk2: gladeXMLNew() function not found

◇◆丶佛笑我妖孽 提交于 2019-12-24 09:39:19

问题


I'm trying to run the first two lines of the gWidgetsRGtk2 examples but I cannot find glade libraries in CRAN . So gladeXMLNew() function fails. Is there anybody who could help ?

##  This  requires  glade  libraries  to  be  installed  before  compiling  RGtk2
options("guiToolkit"="RGtk2")
library(RGtk2)
library(gWidgets)
library(gWidgetsRGtk2)

gladeFile  <-  system.file("examples/t.test.glade",package="gWidgetsRGtk2")
GUI  <-  gladeXMLNew("t.test.glade")

Thank you in advance


回答1:


"Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment"

so it is both too general and too specific for CRAN



来源:https://stackoverflow.com/questions/8855248/r-gwidgetsrgtk2-gladexmlnew-function-not-found

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!