开发者

Can I use cairoDevice in R under Windows?

开发者 https://www.devze.com 2022-12-30 17:40 出处:网络
Currently, on my R 2.10.1 installation on Windows XP, capabilities()[\"cairo\"] returns False. Loading the package cairoDevice fails with the message \"LoadLibrary failure\" however the shared libr

Currently, on my R 2.10.1 installation on Windows XP,

capabilities()["cairo"]

returns False. Loading the package cairoDevice fails with the message "LoadLibrary failure" however the shared library "C:/Programme/R/R-开发者_高级运维2.10.1/library/cairoDevice/libs/cairoDevice.dll" is there. Any ideas how I can make cairo work on windows?


The capabilities refers to the R binary and its compile-time options.

The add-on package could or should still work. You may need to install the Gtk2 libraries this depends upon. This is the same for other packages using RGtk2 such as, say, Rattle. See eg this message by Brian Ripley.

0

精彩评论

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