Fehler in grid.Call (L_textBounds, as.graphicsAnnot (x $ label), x $ x, x $ y,: Polygonkante nicht gefunden

Ich habe gerade RStudio unter Mac OS X, Version 10.7.3, installiert, nachdem die folgenden Befehle ausgeführt wurden

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

Ich erhalte folgenden Fehler:

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

Irgendwelche Ideen, Neustart hat nicht funktioniert !!

Prost

Antworten auf die Frage(11)

Ihre Antwort auf die Frage