Erro na grade.Chamada (L_textBounds, como.graphicsAnnot (x $ label), x $ x, x $ y,: borda do polígono não encontrada

Acabei de instalar o RStudio no Mac OS X, versão 10.7.3 Depois de executar os seguintes comandos

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

Estou tendo o erro a seguir:

<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>

Qualquer idéia, reinicie não funcionou !!

Felicidades

questionAnswers(11)

yourAnswerToTheQuestion