Can I use cairoDevice in R under Windows?
Posted
by Karsten W.
on Stack Overflow
See other posts from Stack Overflow
or by Karsten W.
Published on 2010-05-16T20:54:32Z
Indexed on
2010/05/16
21:00 UTC
Read the original article
Hit count: 483
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?
© Stack Overflow or respective owner