similar to: Font problem

Displaying 20 results from an estimated 2000 matches similar to: "Font problem"

2008 Aug 24
3
R project web site
Is anyone else encountering trouble viewing the basic www.r-project.org page? Or has it been changed recently so that google hasn't kept up? I find I can access the mirror of the CRAN page at http://www.maths.bris.ac.uk/R/, none of the *.org pages. Nor can I jump to the R homepage from the CRAN mirror. JWDougherty
2003 Nov 18
2
Compiling R
I have a generally successful compiled R 1.8.0 version installed on a SuSE 9.0 system. One frustration however is that the basic keyboard functions of BASH have not completely carried through and the up, down, left and right arrow keys don't behave as they do on the regular shell command line. That is no command history can be accessed and the cursor cannot be back-spaced over a
2005 Jul 08
1
Problem compiling R 2.1.* on SUSE 9.2
I have been unable to compile either R 2.1.0 or 2.1.1 under SUSE 9.2. The system simply hangs as far as I can tell. All key board and mouse service dies. I have had no problem compiling earlier versions of R through 2.0.1, aside from remembering to include readline in the configuration. Configure runs without any warnings except that Info or html versions of the R Manuals. The SUSE 9.2
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 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
1999 Dec 26
3
coredump with plot(x,y,pch="+",cex=2.2) (PR#389)
Core dumped when plot() is used with pch="c" & cex > 2, e.g., plot(1,1, pch="+", cex=2.2) Thank you and best wishes for 2000! Rashid Nassar --please do not edit the information below-- Version: platform = i586-unknown-linux arch = i586 os = linux system = i586, linux status = major = 0 minor = 90.1 year = 1999 month = December day = 15 language = R
2005 Mar 21
2
X11 Fonts sizes
In postscript graphs (pointsize = 10, different sizes in graph adjusted via cex) I would like to use different font sizes but get the following warning message: Warning messages: 1: X11 used font size 8 when 9 was requested 2: X11 used font size 8 when 7 was requested 3: X11 used font size 8 when 5 was requested This is probably not a R but a X11 problem, nevertheless I would be most
2005 Jan 15
1
pair() and X11 fonts error
I am encountering an font error when using either plot() or pairs() for a scatter plot matrice under some circumstances. For instances pairs(hills) using the "hills" data set in MASS results in the following error: "Error in text.default(x, y, txt, cex = cex, font = font) : X11 font at size 16 could not be loaded" However pairs(iris) works fine. Since the iris
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
2017 Sep 26
1
Strange problem with CentOS 7 and guest additions in VirtualBox
Hi, I'm having a very weird problem with CentOS as a VirtualBox guest. Let me explain it step by step. tl;dr: I can install VirtualBox Guest Additions and configure a fullscreen 1280x1024 graphical resolution on a full install, but not on a reduced install with a lightweight window manager. Here's what I did. 1. Install vanilla CentOS 7 with KDE. 2. Boot to reduced 1024x768
2007 Sep 12
2
Font problem (PR#9906)
Full_Name: M. Mu?oz M?rquez Version: 2.3.1 OS: Ubuntu Submission from: (NULL) (150.214.231.66) Here is the reply to the edit command using gnome > edit(data.frame()) Erro en dataentry(datalist, modes) : invalid device Adem?s: Warning message: unable to create fontset -*-fixed-medium-r-normal--13-*-*-*-*-*-*-* > Sys.getlocale() [1]
1999 Aug 23
1
Buffer Overflows in WindowMaker/LibPropList
Back in June when I was fooling around with some programs I was writing, I found a serious buffer overflow in WindowMaker 0.60.0 and 0.52, but I assume previous versions are vulnerable as well. By replacing argv[0] of a program with a string longer than 249 characters, it is possible to overflow one of the programs buffers, causing it, and possibly X as well to crash. It is assumed this can
2016 May 25
1
CentOS 7 + GUI as KVM guest: fix screen resolution
Hi, I'd like to run CentOS 7 in a KVM guest (host is my Slackware64 14.1 workstation). The main purpose of this installation will be to build custom RPM packages. I've made a few tests, and everything works more or less as expected. I'd like to resolve a small problem that's nagging me though. When I install a GUI, I usually start by installing a minimal system, then I add some
2006 Jul 15
4
updating multiple records with form
I have an app that has two models -- products and details. I''m building a form that allows a user to create a new product and specify a description, etc. The form needs to allow for creation of multiple items in the details model/table. for example, I have a block of form items that collect info for the men''s version of the product -- inventory count for each size, etc. And
2012 May 18
2
Runs up and runs down test
Can someone point me to an implementation of the "runs up and runs down" test, or does such beast exist in R? From web searches the "runs up and runs down" test is commonly used for testing pseudo-random number generators and in simulations. John C. Davis describes its use in geology in his book on geological statistics (2002). Having searched the full site, I can locate only
2002 Mar 05
1
Wine, Windowmaker and the workspace-shortcut
Hi all, I am using wine from SuSe 7.3 Pro on Windomaker to run my Lotus Notes under Linux. My Question: How can I still use my windowmaker-shortcuts to switch to the next workspace (Ctrl-Alt-Right/Left) while running Wine .... Wine does not give me the possibility while running the windows application (Lotus Notes) to accept this shortcut for Windowmaker ... is there a chance to change or
2003 Jan 28
1
winbind authentication problem on windowmaker
Greetings from Brazil, I installed winbind and everything seems good, but i have kde installed and i'm trying to run windowmaker.. if i choose 'failsafe' or log into the black terminal it runs ok.. but when i try to log into the windowmaker.. it does not log in... what should i do ? other question.. is there a way to log with the local accounts when winbind is runnning ? i can only
2007 Aug 14
1
cov.unscaled in gls object
Hi list, can I extract the cov.unscaled ("the unscaled covariance matrix") from a gls fit (package nlme), like with summary.lm? Background: In a fixed effect meta analysis regression the standard errors of the coefficients can be computed as sqrt(diag(cov.unscaled)) where cov.unscaled is (X'WX). I try do do this with a gls-fit. Thanks, Sven
2006 Jul 07
2
many-to-many error
hey all. I''m trying to set up a many-to-many relationship with products and categories. I''ve got the product model (product.rb) set up: class Product < ActiveRecord::Base has_and_belongs_to_many :categories end and a similar one for category.rb And I''ve got the tables set up -- products, categories, categories_products But when I load, I get: undefined method
2003 Jan 29
1
Winbind Problems and doubts
Greetings from Brazil, 1) I installed winbind and everything seems good, but i have kde installed and i'm trying to run windowmaker.. if i choose 'failsafe' or log into the black terminal it runs ok.. but when i try to log into the windowmaker.. it does not log in... what should i do ? 2) how can i login with the local accounts (root and others) while winbind is running ? i can only