开发者

rgtk2: help in html

开发者 https://www.devze.com 2023-03-17 17:35 出处:网络
library(gWidgets) options(guiToolkit = \"RGtk2\") Is it possible to have help files in html called from a gwidget?
library(gWidgets)
options(guiToolkit = "RGtk2")

Is it possible to have help files in html called from a gwidget?

ghtml gives the following error:

> Error in function (classes, fdef, mtable)  : 
unable to find an inherited meth开发者_JAVA百科od for function ".ghtml",
for signature "guiWidgetsToolkitRGtk2"

Apostolos


Sorry, no such luck.

The ghtml widget is only supported in gWidgetsWWW2 and gWidgetsQt (both just on r-forge, not CRAN). The RGtk2 toolkit doesn't provide an underlying html widget to leverage. I should have a better error message though.

If you want prettier html help, you might look at the helpr package.

0

精彩评论

暂无评论...
验证码 换一张
取 消