Displaying 20 results from an estimated 2000 matches similar to: "Font permissions with X11-adobe"
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
2004 Jul 19
2
SSLeay
Could someone tell me where i can download the latest version of SSLeay. I
have tried the following sites:
*	<ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL/>
*	<ftp://ftp.uni-mainz.de/pub/internet/security/ssl>
*	<ftp://ftp.cert.dfn.de/pub/tools/crypt/sslapps>
*	<ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.psy.uq.oz.au>
*	<ftp://ftp.sunet.se/ftp/pub/security/tools/crypt/ssleay>
2004 Jul 28
0
(no subject)
I have installed samba 2.2.9 to use SSL but i am having problems testing the
config. 
I was thinking that this could be something that i have missed on the PC
side but im not that familiar with Samba so any help would be much
appreciated. 
PING 
Works both ways via host and IP
SMBCLIENT
smbclient //macdui/tmp -U aloftu
added interface ip=10.92.50.72 bcast=10.92.50.255 nmask=255.255.255.0
2015 Aug 05
1
Samba4 not able to write to group writeable folder???
Hi...
With samba4 I sometimes feel like a bloody beginner even I use samba 
since ages.
Miracle of the day: Users connecting using samba4 cannot write to group 
writeable folders even they should be able to.
I upgraded one 3.6 fileserver to 4.2.3. PDC is always a samba 4.2.3 
instance. I am using samba4 in classic PDC mode for a couple of reasons.
On my fileserver I have a folder called
2005 Apr 25
1
Need help with panel.segment..
Hi All,
For the following code, I'm not sure why the error bars are appearing horizontal. Can someone please tell me how to fix the problem.
testdata <-
2010 Aug 13
1
Bug in t.test?
Hello all,
due to unexplained differences between statistical results from 
collaborators and our lab that arose in the same large proteomics 
dataset we reevaluated the t.test() function. Here, we found a weird 
behaviour that is also reproducible in the following small test 
dataset:
Suppose, we have two vectors with numbers and some missing values 
that refer to the same individuals and that
2011 May 30
0
Question of the XLConnect package
Hi Everybody
I have started to learn how to use the XLConnect package and I think it is
going to be very helpful to help me to operate between Excel users.
Is there a function that can export a dataframe to a Excel sheet and
automatically create a named region for every column (excluding the column
heading) that correspond to the column name? If this is possible one can
then also create formulae
2004 Sep 29
1
openssh problem on AIX 5.2-ML4
Using the following flags:
CFLAGS=-q64
OBJECT_MODE=64
The following installed successfully:
zlib.1.2.1
openssl-0.9.7d.
Trying to install openssh-3.9p1. The configure and make complete
successfully, but the make install is hanging on:
Generating public/private rsa1 key pair.
Any suggestions?
Thanks,
Chad Smith
UNIX Systems Engineer
ACXIOM Corp.
Work:   501.342.0041
Fax:     501.342.0123
2005 Apr 22
1
Need help arranging the plot in different fashion than the default format
I want to change the way the plot is appearing in the barchart ..
testdata <-
2007 Sep 20
1
Bug with Cor(..., method='spearman") and by() (PR#9921)
I posted this on R help, and a few others responded indicating they too
were able to replicate the error as a function of missing data. I
believe this should not be the case and hence and reporting it here.
### Code provided on R-Help by Ivar Herfindal
# Simulate data
testdata <- cbind.data.frame(gr=3Drep(letters[1:4], each=3D5), =
aa=3Drnorm(20),
bb=3Drnorm(20))
# Introduce some missingness
2010 Mar 12
1
Length as fun.aggregate in cast function of reshape package: unexpected error
Dear Everyone,
I am having problems with use of the reshape package's cast function using length as an aggregating function.
Unexpectedly,  I receive the error: 2 arguments passed to 'length' which requires 1
I don't understand this at all - the data I'm using is very simple, and appears almost identical to that used in the 
ChickWeight example in the package.  The problem can
2012 Mar 20
2
Reshaping data from long to wide without a "timevar"
Hello All,
I was wondering if it's possible to reshape data from long to wide in R without using a "timevar". I've pasted some sample data below along with some code. The data are sorted by Subject and Drug. I want to transpose the Drug variable into multiple columns in alphabetical order. 
My data have a variable called "RowNo" that functions almost like a
2003 Sep 23
2
confusion about what to expect?
In playing around with data.frames (and wanting a simple, cheap way to
use the variable and case names in plots; but I've solved that with
some hacks, yech), I noticed the following behavior with subsetting. 
testdata <- data.frame(matrix(1:20,nrow=4,ncol=5))
names(testdata) ## expect labels, get them
names(testdata[2,]) ## expect labels, get them
names(testdata[,2]) ## expect labels, but
2003 Jun 12
0
Re: (PR#3241) write.table() fails for POSIXlt class and NAs in
Uwe,
You said you used
testdata <-
    data.frame(date = strptime(c("31121991", "31121991"), "%d%m%Y"),
               nothing = c(NA, NA))
but that's not the same object, and that one does work for me.
> dput(testdata)
structure(list(date = structure(c(694137600, 694137600), class = c("POSIXt",
"POSIXct")), nothing = c(NA, NA)),
2012 Mar 30
3
Adding text for written comments to bottom of graphs
Hello All,
Recently developed the code below for graphing patterns of chemotherapy administration. As someone just starting to use R in their work, I managed to figure out some parts of the code but needed help with others. 
setwd("N:/Regimen Coding/0906/Plots Test")
getwd()
TestData <- structure(list(profile_key = c(1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 
2, 3, 3, 3, 3, 3), line = c(1, 1,
2007 May 13
2
extracting text contained in brackets ("[ ... ]") from a character string?
I have a text string that contains text within two brackets.
e.g. "testdata[3]" "testdata[-4]", "testdata[-4g]",
I wish to "extract" the string enclosed in brackets?
What is a good way to do this?
e.g.
fun(testdata[3]) = '3'
fun(testdata[-4g]) = '-4g'
       
---------------------------------
Moody friends. Drama queens. Your life?
2005 Jun 25
1
Confidence interval bars on Lattice barchart with groups
I am trying to add confidence (error) bars to lattice barcharts (and
dotplots, and xyplots). I found this helpful message from Deepayan
Sarkar and based teh code below on it:
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/50299.html
However, I can't get it to work with groups, as illustrated. I am sure I
am missing something elementary, but I am unsure what.
Using R 2.1.1 on various
2009 Aug 13
1
using the RODBC for excel
Hi,
 
I am trying to import data directly from an excel spreadsheet using the RODBC package. I am getting the following error messages, wondering if anyone can help me with it? 
 
> connection = odbcConnectExcel('D:\\R files\\TestData.xls')
> tables = sqlTables(connection)
> tables
   TABLE_CAT TABLE_SCHEM  TABLE_NAME TABLE_TYPE REMARKS
1 D:\\R files\\TestData        <NA>
2005 Apr 21
3
Need help with R date handling and barchart with errorbars
Hi All..
Have a question.. For the following r code 
testdata <- as.data.frame(t(structure(c(
"1/1/04","LV1",3.8,2,87,
"2/1/04","LV1",3.2,3,28,
"3/1/04","LV1",3.4,3,88,
"4/1/04","LV1",3,2,26,
"5/1/04","LV1",3.8,2,87,
"6/1/04","LV1",3.2,3,28,
2005 May 05
6
Need some quick help with lattice - barchart
For the following code below, the x-axis ticks are 1,2,3,4,5,6,7 when I was expection them to be 1,2,8,9,10,11,12. Please help me figure out where is the mistake.
library(lattice)
testdata <- as.data.frame(t(structure(c(
1,2005,9.24,6.18,634,
2,2005,8.65,6.05,96,
8,2004,6.81,6.51,16,
9,2004,9.0,7.29,8,
10,2004,8.84,6.18,524,
11,2004,8.54,6.35,579,
12,2004,9.97,6.3,614,
12,2005,8.75,5.84,32,