Error en grid.Call (L_textBounds, as.graphicsAnnot (x $ label), x $ x, x $ y,: no se encuentra el borde del polígono

Acabo de instalar RStudio en Mac OS X, versión 10.7.3 Después de ejecutar los siguientes comandos

library(ggplot2)
qplot(mpg, wt, data=mtcars)

Obtuve el siguiente error:

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"

Cualquier idea, reinicio no funcionó !!

Aclamaciones