On 25/01/2012 12:22, Emilio Molinari wrote:
Hi,

after googling around I surrender and post to this list.

Can you please follow the posting guide and tell us your sessionInfo() (and are you using R.app or R, the command-line version?).

That your locale is not recognized by X11 may be significant, and sessionInfo() includes the locale information.

With a Mac OS 10.7.2, R installation 2.14.1, X server starts but doesn't find 
the fonts.
The solution is not to check xorgs.conf as there is no such config file here.

The behavior is easily spotted:
plot(1,1)
Error in axis(side = side, at = at, labels = labels, ...) :
   could not find any X11 fonts
Check that the Font Path is correct.
In addition: Warning messages:
1: In function (display = "", width, height, pointsize, gamma, bg,  :
   locale not supported by Xlib: some X ops will operate in C locale
2: In function (display = "", width, height, pointsize, gamma, bg,  :
   X cannot set locale modifiers

R Graphics: Device 1 (ACTIVE) starts, plot one circle but stops on that error.

Any help for this?
Thank you

_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


--
Brian D. Ripley,                  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to