[R] Error in png concerning 'type = "cairo"'

Alla Bulashevska alla.bullashevska at fdm.uni-freiburg.de
Thu Mar 25 14:50:03 CET 2010


Dear R-users,
though i have successfully installed Cairo_1.4-5 package on
my Ubuntu machine,
i become the following error message:
Error in png(plot_name, width = 1600, height = 1200) :
  'type = "cairo"' requires cairo >= 1.2 : try 'type =
"cairo1"'
By using 
png(plot_name, width = 1600, height = 1200,type = "cairo1")
i become 
Warning message:
In png(plot_name, width = 1600, height = 1200, type =
"cairo1") :
  type = "cairo1" is deprecated

Thank you for any hint,
Alla Bulashevska.



More information about the R-help mailing list