Mac OS X バージョン 10.7.3 に RStudio をインストールしました。次のコマンドを実行した後
library(ggplot2)
qplot(mpg, wt, data=mtcars)
次のエラーが表示されます。
Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
Polygon edge not found
In addition: Warning messages:
1: In grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
no font could be found for family "Arial"
2: In grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
no font could be found for family "Arial"
これを修正するにはどうすればよいですか?