Displaying 1 result from an estimated 1 matches for "rcairo_set_font".
2010 Jun 17
1
No graphics capability on fresh install of R2.11.0 on FreeBSD 8.0
...RL 'http://www.rforge.net/src/contrib/Cairo_1.4-6.tar.gz'
I get :
> library(Cairo)
> Cairo(file='thisfile.png', type='png', height=480, width=640)
Error in Cairo(file = "thisfile.png", type = "png", height = 480, width = 640) :
No font found in Rcairo_set_font
Thus stumped, I checked :
> capabilities()
jpeg png tiff tcltk X11 aqua http/ftp sockets
FALSE FALSE FALSE TRUE FALSE FALSE TRUE TRUE
libxml fifo cledit iconv NLS profmem cairo
TRUE TRUE TRUE TRUE T...