similar to: R 2.6.0 Error in X11() : could not find X11 fonts

Displaying 20 results from an estimated 4000 matches similar to: "R 2.6.0 Error in X11() : could not find X11 fonts"

2008 Jul 08
2
Change in behaviour of sd()
Hi I have just upgraded from R2.6.0 to R2.7.1 (running on Windows) and a part of my code that previously ran ok now gives an error. The following is a simple example to demonstrate my problem. > a <- array(c(1,2,3,4,5,6,rep(NA,6)),dim=c(6,2)) > apply(a,2,sd,na.rm=T) In R2.6.0 this gives (which is what I would like) [1] 1.870829 NA In R2.7.1 it gives the following error
2008 Oct 02
1
possible bug in function 'var' in R 2.7.2?
Dear R-Help, I have used R2.6.0 until I recently installed also R2.7.2 (see details below) In R 2.6.0, the following script using the function 'var' (cor(stats)): x.test <- c(NA, NA, NA, NA) var(x.test, na.rm=T) gives the output: NA In R2.7.2 the output of the same script generates an error message and stops R: 'Error in var(x.test, na.rm = T)
2007 Nov 08
2
centile reference chart / clildren growth chart - what package/method to use
We are constructing growth charts (age/weight and age/length) for children with diagnosis that impacts weight/length. But we we don't know how to use R for producing growth charts. We are collection data of Age, Weight and Length. The data are used to produce diagnosis-specific Growth charts (like the CDC Growth Charts:
2003 Jan 06
8
PXE booting
Hi! I have been using pxelinux with memdisk to boot our workstations with our custom floppy, which is a MSDOS boot disk (actually it is win98) On one of the PC's I'm testing, a Fujitsu-Siemens which has an AMDtek based on-board network card and when PXE is activated, it gets an IP from the DHCP, then it finds the TFTP server, downloads pxelinux.0, executes it which causes the floppy to
2007 Oct 31
1
reversing the scale on ggplot
Dear All, I am trying to build a simple ggplot, but where the scale is reversed, i.e. the largest numbers are on the bottom. An example of the code I am using is > plotdata<-data.frame(x=1:10, y=runif(10)) > plot<-ggplot() > plot<-plot+layer(data=plotdata, mapping=aes_string(x='x',y='y'), geom='point', stat='identity', size=4) >
2008 Feb 04
1
r-release Windows x86_64
I was just looking at the daily checks and it seems the "r-release Windows x86_64 (32-bit)" column is running R2.6.0. Is that correct? Possibly related, an error is being flagged in that column for TSMySQL, which appears to be a problem that should be caught in the other columns too. It is something that has been fixed in my sources for awhile. (I think it was fixed in the
2007 Nov 15
1
problem with png()
Hi, I am runing R2.6.0 (2007-10-03) on WindowsXP. If I use png() to save a plot I lose the main title. An example: ########################## outfile <- "outfile.png" p11 <- histogram( ~ height | voice.part, data = singer, xlab="Height", main="Ingo's title") p2 <- histogram( ~ height, data = singer, xlab = "Height") png(outfile,
2007 Dec 10
1
help with fatal error message
Dear helper, After some cleaning, I found out that I cannot open my R2.6.0 console with message: "Fatal error: unable to restore saved data in .Rdata", and every time I retry it just kick me off. I am wondering if I still be able to retrieve the data that I've been working for a month. I have installed the new R2.6.1 and it has no problem to open, only there is nothing in it I also
2007 Nov 01
1
ggplot2 - expand range?
Dear UserRs, I am trying to use systematically ggplot2 for most of my plots, but I am fighting some lack of documentation, which I try to overcome. I want to build a scatterplot where the axes cross exactly at (0,0). I tried using scale_y_continuous(limits=c(0,10)), but I always get an extra space at the bottom of the axes. The code I used is below. > plotdata<-data.frame(x=1:10,
2008 May 05
2
COM32 and network access
Hi! i'm kinda investigating the possibility of using COM32 to manage an in-house installation method. For this to work, we need to have network access (HTTP preferred) from within COM32 itself. That or any kind of query/response type of network access. This is an example of what we could use: GET /somewhere/blah.asp?MACHINE=THIS and parse the response from the server. We're completely
2009 Nov 18
2
Website
Hey! Our flac's official website is looking so old, isn't it? Let's reformulate it. I wanna do this, anyone else? Regards, Lucas Correia -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20091118/cabc7c52/attachment.htm
2020 Jul 27
1
Re: Routed network can't reach outside network
On 7/23/20 6:14 PM, Rui Correia wrote: > > > On Thu, Jul 23, 2020 at 10:36 PM Rui Correia <rdscorreia74@gmail.com > <mailto:rdscorreia74@gmail.com>> wrote: > > > Thanks for the headsup. I'll ask the Manjaro guys about the nft. > Hopefully they'll know if nft is installed and running. > > Well, that was fast. > I've asked the
2009 May 27
3
Menus, choices and optional parameters
Hi all, I'm in need of creating a simple menu where two options must be available: 1) (default) Boot from local harddrive 2) start installation 2) option should display a simple text disclaimer and if agreed it then would ask for a number from 32 to 254 which is then appended to one of commandline parameters. I have quite a lot of experience with [sys|pxe|iso]linux and some programming
2007 Nov 14
2
adding in missing values in a sequence
Hi, I have a data frame with two columns of data, one an indexing column and the other a data column. My issue is, this data frame is incomplete and there are missing lines. I want to know how I can find and add data into these missing lines. See example below ## Example data data <- data.frame(index=c(1:4,6:10), data=c (1.5,4.3,5.6,6.7,7.1,12.5,14.5,16.8,3.4)) index data 1 1
2002 Nov 12
6
tftpd server
Hi In the pxelinux page, is referred that the tftpd server from http://tftpd32.jounin.net as working with pxelinux. However, from the tests I've made, it seems that the 'tsize' option is not supported. Anyone has knowledge of a working TFTPD server that runs on Windows NT4? p.s. it can be shareware, I just want to test it with NT4, I have had success with the 'builtin'
2007 Dec 14
1
RODBC, optimizing memory, "Error: cannot allocate vector of size 522 Kb".
I am using RODBC and "odbcConnect". I have successfully used odbcConnect to extract "modest" amounts of data from SQL. For convenience, (and maybe speed?) I wish, if possible, to extract larger amounts of data in a single query. (I am running R2.6.0 under a machine running Windows Small Business Server with 3mb of RAM. I run gc() prior to attempting the query. I have
2006 Feb 13
0
Upcoming Tripwire Port Upgrade
I have an updated tripwire port which I'd like to release for testing prior to replacing the existing and currently broken tripwire port. I've tested it under the upcoming 6.1, which it seems to work well in my test environment and will commence testing under 4.11-STABLE, the upcoming 5.5, and 7.0-CURRENT. The things that are on my todo list are: - Fully test under 4.11-STABLE. -
2005 Nov 17
0
krb5-1.4.3 is released (fwd)
I will be updating the KRB5 port shortly. The updated port, as it stands right now, builds and installs cleanly on the i386 version of 6.0. I need to verify it builds and installs on 5.4, 4.11, and 7.0-CURRENT (my "checkout" of 7.0 as of three days ago currently doesn't build here). I should have the upgraded port committed sometime during the weekend. Cheers, Cy Schubert
2005 Mar 27
0
New MIT KRB5 Port
While the ports freeze is still in effect, I have a new MIT KRB5-1.4 port ready for commit. Anyone willing to use this preview version of the port or test it is welcome to use it. I've put it at http://komquats.com/ports/krb5- 1.4.tar.bz2. If you have any problems or issues with it, just send me an email. Cheers, Cy Schubert <Cy.Schubert@komquats.com> Web: http://www.komquats.com
2008 Apr 28
1
tips to speed up sqlSave with MS SQL Server?
I am using R2.6.0 on “Windows Small Business Server 2003”. I apologize if the answer to my question is available…I have searched but have not found anything that I thought helped me. I have a dataframe that contains ~4.5 million rows and 5 columns. (see memory and df details below). I am trying to save the dataframe to a MS SQL Server database, using the “sqlSave” function. The code