Displaying 20 results from an estimated 30000 matches similar to: "X11 font at size 22 could not be loaded"
2002 Jun 04
4
"X11 font at size 16 could not be loaded"
Hi,
I'm using plot.lda (R1.4.0 on linux) and,
if dimen > 2, I get the error:
Error in text.default(x, y, txt, cex = cex, font = font) :
X11 font at size 16 could not be loaded
The traceback indicates that the problem
comes from pairs(). I've tried several
cex and font values, always with the
same error.
The same command works fine with pdf()
If I'm missing fonts, how
2013 Apr 04
1
X11 font -adobe-helvetica size 15 could not be loaded
HI All,
I got this Error message, when I tried to plot
?X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 5 at size 15 could not be loaded
sessionInfo()
R version 3.0.0 (2013-04-03)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
?[1] LC_CTYPE=en_CA.UTF-8?????? LC_NUMERIC=C?????????????
?[3] LC_TIME=en_CA.UTF-8??????? LC_COLLATE=en_CA.UTF-8???
?[5] LC_MONETARY=en_CA.UTF-8???
2008 Jan 22
2
X11 font at size 6 could not be loaded
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 Fedora 8, the plotting operation halts midway through and I
get the following error message:
"X11 font at size 6 could not be loaded"
2005 Apr 28
6
R2.1.0: X11 font at size 14 could not be loaded
Hi,
I have just noticed the following problem with R2.1.0 running on SuSE 9.1,
[However, version 2.0.1 (2004-11-15) on the same machine works Okay]:
-------------------------------------------------------------------------
> hist(rnorm(100))
Error in title(main = main, sub = sub, xlab = xlab, ylab = ylab, ...) :
X11 font at size 14 could not be loaded
> version
_
2002 Oct 01
1
Unsolved symbols: meet_ Tcl_EvalObjv (PR#2090)
Running 'make check' I get two errors:
running code in 'mva-Ex.R' .../usr/lib/dld.sl: Unresolved symbol: meet_ (code) from /users1/kleiweg/R-1.6.0-source/library/cluster/libs/cluster.sl
running code in 'tcltk-Ex.R' .../usr/lib/dld.sl: Unresolved symbol: Tcl_EvalObjv (code) from /users1/kleiweg/R-1.6.0-source/library/tcltk/libs/tcltk.sl
Version:
platform =
2007 Dec 15
1
X11 uses font size 25 although 28 was requested
Hi,
I'm not sure if the real English warning is the same. I translated it
from German. R came up with the following message:
-------------------------------------------------------
Warning message:
In title(main = sinc.exp) :
X11 nutzt Schriftgr??e 25 obwohl 28 angefordert war
[engl.: X11 uses font size 25 although 28 was requested]
-------------------------------------------------------
2000 Dec 22
5
(HP-UX) scan: last line gets duplicated (PR#790)
The last line gets duplicated when a file is read like this:
a <- scan(file=filename, what="", sep="\n",
strip.white=c(TRUE), quiet=TRUE)
(This error does not occur on Linux, the only other platform I
tested.)
Version:
platform = hppa2.0-hp-hpux10.20
arch = hppa2.0
os = hpux10.20
system = hppa2.0, hpux10.20
Actually, all binaries are
2004 May 06
1
X11 fonts cannot be loaded - SuSE Linux solution
Dear list,
I would like to make a comment how to solve the X11 font problem under
SuSE Linux (9.0) when you get the message:
"X11 font at size 16 could not be loaded".
After having modified /etc/X11/XF86config as root (see below) you have
to run 'SuSEconfig' as root as well else nothing might be changed in the
X-Server.
After that no further messages should appear.
HTH,
2001 Jan 05
2
Why doesn't as.vector() return a vector?
I use as.vector() on a data frame and I get a data frame in
return. No warning. I have to use as.matrix() first. Why is
that? Doesn't make sense to me. I'm using R 1.2.0 on Linux.
> F <- data.frame(a = c(1,2,3), b = c(4,5,6))
> F
a b
1 1 4
2 2 5
3 3 6
> V <- as.vector(F)
> V
a b
1 1 4
2 2 5
3 3 6
> attributes(V)
2001 Oct 12
1
MASS: isoMDS and sammon
If tbl is an object of class 'dist', you can do this:
a <- sammon(tbl, k=3)
But you can't do this:
b <- isoMDS(tbl, k=3)
Wouldn't it be sensible to have identical interfaces to sammon()
and isoMDS() ?
I think all that would be needed is to change this:
isoMDS <- function(d, y=cmdscale(d, 2), maxit=50, trace=TRUE)
{
...into this:
isoMDS <-
2001 Dec 19
1
dots and ldots in R 1.4.0
I have a package with in the documentation:
in \usage : \dots
in \arguments: \ldots
This is how I interpreted "Use \dots for the dots in function
argument lists ..., and \ldots for ellipsis dots in ordinary
text" in "Writing R Extensions".
When I did `R CMD check' in R version 1.3.1 all was fine.
With R version 1.4.0 I get :
* checking for undocumented arguments
2000 Jul 02
1
X11 font problem
Dear R users,
I've just upgraded from R 0.64.1 to 1.1.0 on a PC running Red Hat Linux
6.0. When I ran demo(graphics), after the command:
title(main = "January Pie Sales", cex.main = 1.8, font.main = 1)
the plot did not materialise and I received this error message:
Error in title(main = "January Pie Sales", cex.main = 1.8, font.main = 1)
: X11 font at size 22 could
2001 Jan 23
1
Re: Sys.time dumps core at start-up (PR#822)
Peter Kleiweg skriver...
> R dumps core if the first command I use is Sys.time():
>
> > Sys.time()
> Segmentation fault (core dumped)
(peter) ~ R -d gdb
[snip]
GDB 4.16 (i386-redhat-linux), Copyright 1996 Free Software Foundation, Inc...
(gdb) run
Starting program: /usr/local/R/lib/R/bin/R.bin
R : Copyright 2001, The R Development Core Team
Version 1.2.1 (2001-01-15)
2001 Jan 09
1
Setting fontsize in dev.copy2eps
I have a figure on screen with a legend. I want to copy this
image to EPS, and use:
dev.copy2eps(file="file1.eps", width=5, height=5)
The legend that looks OK on screen doesn't look OK in the
PostScript image: the text extends out of the box.
I try adding a fontsize command:
dev.copy2eps(file="file1.eps", width=5, height=5, pointsize=5)
This options seems to
2002 Sep 21
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2003 Mar 31
4
"font problems in X11 with linux R"
Hello,
I''m inexperienced with linux, X11 and R. A font problem have surfaced. When I
use pairs in John Fox''s car library e.g.:
> pairs(cbind(prestige, income, education, women))
Error in text.default(x, y, txt, cex = cex, font = font) :
X11 font at size 16 could not be loaded
In addition: Warning message:
freeing previous text buffer in GText
>
Evidently
2002 Jun 07
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2000 Aug 15
2
Compiling R on HP-UX
Has anyone succeeded in compiling R on HP-UX?
I'm trying to compile R version 1.1.0 on a HP-UX 10.20
machine. I run into the following problems:
I got a compile error on src/unix/X11/rbitmap.c which I solved
by including setjmp.h. After that, and after editing the
Makefiles a bit cause gcc en ld can't find all the libraries, I
finally get it to compile. Then I run "make
2002 Jan 10
1
Size of type double in object type dist (PR#1255)
The following problem occurs in R 1.4.0 and 1.3.1 for Windows95,
but not in R 1.2.0 for Windows95.
The problem does not occur in R 1.4.0 for Linux PC, Linux Alpha
and HP-UX.
Sometimes, the type of 'Size' of an object of type 'dist'
changes from integer into double. Running cmdscale on such a
'dist' object gives invalid results.
I don't know what should be considered
2006 Oct 31
4
'make check' fails on d-p-q-r-tests (PR#9326)
'make check' fails on d-p-q-r-tests:
> ##-- non central Chi^2 :
> xB <- c(2000,1e6,1e50,Inf)
> for(df in c(0.1, 1, 10))
+ for(ncp in c(0, 1, 10, 100)) stopifnot(pchisq(xB, df=df, ncp=ncp) == 1)
Error: pchisq(xB, df = df, ncp = ncp) == 1 is not all TRUE
Execution halted
Here is some more testing:
xB <- c(2000,1e6,1e50,Inf)
for(df in c(0.1, 1, 10)) for(ncp in c(0, 1,