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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to