В Wed, 16 Aug 2023 16:08:57 -0500
"Therneau, Terry M., Ph.D. via R-help" пишет:
> I get the following error out of R, on a newer Ubuntu installation.
> ! X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at
> size 12 could not be loaded
> Version:
> R Under development (unstable) (20
There's an ancient related question ... maybe it helps?
https://stat.ethz.ch/pipermail/r-help//2016-October/442326.html
sudo apt-get install xfonts-100dpi
sudo-apt-get install xfonts-75dpi
apt-cache search xfonts doesn't pull up anything else obvious
(presumably you already have xfonts-base
On 27/05/2015 02:12, Renato Rivera wrote:
Hi I have this problem and do not know how to solve it, I'm new to R
R version 2.15.0 (2012-03-30)
That is a very old version of R: the posting guide asked you to update
before posting.
Copyright (C) 2012 The R Foundation for Statistical Computing
See ?X11 and the 'R Installation and Administration Manual'.
You are dragging up ancient history (2002). The 'modern' X11 device
(from 2007) uses cairographics and does not use X11 fonts. I suggest
you take a look at how R was built and ensure that the cairo-based
device is available.
Furt
Hello,
And what is your system? Do you have root privileges?
Regards
Le 27/06/2012 13:01, mmka...@uwaterloo.ca a écrit :
Dear Jim,
I am sorry to write you directly instead of sending a user forum mail. I
have been trying to plot a Taylor diagram but get confronting the
following error messa
Thanks, Don. the Cairo package was just what I needed.
It was a challenge to get it all set up on the serve since I don't have root
privileges. Had to install Pixman and Cairo, figure out to set TMPDIR so R
could build the package.
This page was critical is getting Cairo to compile from sou
You could try the Cairo() device from the Cairo package. It's my
understanding (from a time when I was using Xvgb for the same reason) that
Cairo does not depend on X Windows.
-Don
--
Don MacQueen
Lawrence Livermore National Laboratory
7000 East Ave., L-627
Livermore, CA 94550
925-423-1062
8 5:16 PM
> To: Wittner, Ben, Ph.D.
> Cc: r-help@r-project.org
> Subject: Re: [R] X11 font at size 6 could not be loaded
>
> Have you also changed your locale? F8 defaults to UTF-8 locales, whereas
> people usually set up RHEL3 with an 8-bit locale. That changes the font
&g
Dalgaard [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 22, 2008 5:00 PM
> To: Wittner, Ben, Ph.D.
> Cc: r-help@r-project.org
> Subject: Re: [R] X11 font at size 6 could not be loaded
>
> Wittner, Ben, Ph.D. wrote:
> > I recently upgraded my OS to Fedora 8 from Red Hat E
Have you also changed your locale? F8 defaults to UTF-8 locales, whereas
people usually set up RHEL3 with an 8-bit locale. That changes the font
selection, and you may find that running in en_US works whereas en_US.utf8
does not.
Note that the font you quote is an 8 point 100dpi font, at 11 p
Wittner, Ben, Ph.D. wrote:
> I recently upgraded my OS to Fedora 8 from Red Hat Enterprise Work Station 3.
> Before I upgraded certain operations would produce a warning to the effect
> that
> a desired font was not available so one had been substituted, which was okay.
> After the upgrade to Fedo
11 matches
Mail list logo