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

<code>library(ggplot2)
qplot(mpg, wt, data=mtcars)
</code>

Obtuve el siguiente error:

<code>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"
</code>

Cualquier idea, reinicio no funcionó !!

Aclamaciones

Respuestas a la pregunta(11)

Su respuesta a la pregunta