Skip to content
Prev 40306 / 63421 Next

Error in svg() : cairo-based devices are not supported on this build

On May 19, 2011, at 8:45 AM, Karl Forner wrote:

            
Those are irrelevant for svg() which is provided by built-in cairo support in R, not the packages, so you want to check capabilities():
cairo 
 TRUE 

But if you have working Cairo package can simply use CairoSVG() instead of svg().

Cheers,
Simon