similar to: Bug in package.skeleton, R 2.9.0?

Displaying 20 results from an estimated 200 matches similar to: "Bug in package.skeleton, R 2.9.0?"

2003 Dec 10
1
How to remove extra spaces introduced (?) by write.table
Dear Group, My question relates to the write.table function. I have created a data.frame containing both "character" and "numeric" columns. When I use the write.table function to write this table into a text file spaces are added into the "numeric" columns so that the number of digits in each column is the same. This extra space is added before the actual number.
2007 Aug 31
1
Bug?
Hi! How can I get around in R 2.5.1 in Windows: Error in strsplit(linebuffer, "") : object "linebuffer" not found It comes a few lines after the actual strsplit, and yesterday everything was fineā€¦ Thank you in advance Kindest regards, ******************************************************************* Johanna Hasmats Ph.D Student Royal Institute
2004 Jan 04
5
Analyzing dendograms??
I have used heatmap to visualize my microarray data. I have a matrix of M-values. I do the following. #The distance between the columns. sampdist <- dist(t(matrix[,]), method="euclidean") sclus <- hclust(sampdist, method="average") #The distance between the rows. genedist <- dist(matrix[,], method="euclidean") gclus <- hclust(genedist,
2002 Dec 13
1
Samba not visible on network neighbourhood
Hello All: I have a small problem in setting up Samba on my NT network here. This is the environment on which I'm running Samba Server on: Samba Version: 2.2.7-1.7.3 OS: Redhat 7.3 Kernel: 2.4.18-18.7.x Problem description: Samba Server is not visible in my windows XP/NT network neighborhood. But after I added my Samba Server's name & IP address in my hosts file, I was able to
2004 Jan 15
2
A language technical question.
If I have 100 objekts in a folder and I prefer not to load them manually I wonder how I do this in R if using a for-loop. I was thinking initially to do something like this: infiles <- dir(pattern=".RData") for(i in length(infiles)) { load(infiles[i]) paste("kalle", i, sep="") <- saveLoadReference } But the line
2006 Feb 21
1
Resolution of plots?
Hello. I have a problem regarding the output from the R plot window. I have a quite dense dendrogram that I wish to visualize using a suitable software (like Illustrator), and to accomplish that I right click on the image from the plotting device and I save as metafile. The problem is when I scale up the image, some of the vectors in the dendrogram image are inseparable. My question is if
2007 Aug 01
4
Extracting a website text content using R
Dear useR, Just wandering whether it is possible that there is any function in R could let me get the text contents for a certain website. Thanks a lot! Best, Leon [[alternative HTML version deleted]]
2006 Dec 27
1
network application problem
Installed BuddyTalk Dialer (VoIP client). It was requested mfc42.dll which I was download and put in system32. After running it could not regiter with server. Probably because it is incorrectly create udp socket. it listen UDP port 8481 on 255.255.255.255 address instead of 0.0.0.0 which linux kernel usually listen. I use kernel 2.6.17-10-386 Ubuntu edgy 6.10 here a netstat output winehost:~$
2005 Aug 22
1
Qualify time +2000ms?
Although I'm convinced that Broadvoice doesn't have the most stable of ping times, it seems like I get ping results that are approximately the ping time +2000ms at times. Has anyone experienced this problem with qualify on a SIP connection before? So here, was the ping 20ms or 2020ms as reported? Aug 22 06:39:49 NOTICE[6964]: chan_sip.c:8481 handle_response_peerpoke: Peer
2005 Mar 18
6
Basic questions about RMySQL
Hello, Please forget me if I am asking something that is well documented. I have read documentation but there are points that are not clear for me. I am not expert in R nor Databases, but if someone direct me to a tutorial, I will appreciate it.. 1. In my understanding, I can install and use RMySQL withouth having to install MySQL in my PC, to have access to and to create new tables . Is this
2011 Apr 04
2
WARNING chan_sip.c:3115 __sip_xmit
Hey Guys, Whenever i calling any extension i am getting following WARNING messages do you have any idea they coming from where? -Satish shirley*CLI> == Using SIP RTP CoS mark 5 -- Executing [7623 at from-sip:1] Macro("SIP/7527-00000008", "stdexten,7623,sip/7623&sip/7624") in new stack -- Executing [s at macro-stdexten:1] Dial("SIP/7527-00000008",
2008 Jan 31
3
PANIC on 6 of my client servers .Please Help
Hi everybody I have six samba servers working in various client locations all of which exhibit the same problem. +++++++++++++++++++++++++++++++++++++++++++++++++ Jan 31 09:37:58 sos02sp smbd[1454]: [2008/01/31 09:37:58, 0] lib/util_sec.c:assert_uid(101) Jan 31 09:37:58 sos02sp smbd[1454]: Failed to set uid privileges to (-1,533) now set to (0,0) Jan 31 09:37:58 sos02sp smbd[1454]: [2008/01/31
2010 Jan 31
2
RBloomberg on Mac Leopard
Hi, I'm running R 2.10.1 GUI 1.31 Leopard build 64-bit (5537). I cannot install RBloomberg on my Mac. After I type: install.packages("RBloomberg", repos="http://R-Forge.R-project.org") I get the following message: Warning in install.packages("RBloomberg", repos = "http://R-Forge.R-project.org") : argument 'lib' is missing: using
2003 Jan 21
2
books on categorical data analyses
Dear All, We are about to purchase the second edition of Agresti's "Categorical Data Analysis" (my old copy of the first ed. of that wonderful book is falling apart). I would appreciate suggestions about other comparable books which, if possible, have examples using R/S code (instead of SAS). Thanks, Ram?n -- Ram?n D?az-Uriarte Bioinformatics Unit Centro Nacional de
2012 Mar 05
3
IXFR regression in nsd 3.2.9?
We upgraded to NSD 3.2.9 (from 3.2.8) because we encountered the problem "Fix denial of existence response for empty non-terminal that looks like a NSEC3-only domain (but has data below it)." (a nasty problem with DNSSEC). But we now have IXFR issues. On one name server, NSD 3.2.9 works fine, zones are IXFRed and work. On another name server, with much more zones (and big ones), we
2009 Jun 22
3
rsync is fantastic except for one usual feature we want from it .. please help ?
Hi, Rsync is a fantastic program, and it does everything we need in terms of file transfer and syncing source and destination file directories. We do have a situation now where we need rsync to transfer the files once only from the source directory. Please let me briefly explain using a simple generic exmple: 1. At t0, we transfer f0 location A to location B 2. At t1, 10 new
2008 Nov 11
4
Wine compile probs
Hi all! =) For the first time ever i have a problem with wine.. so must say the error rate on my end is extremely low (been using the betas bout 3-4 years now) :D Well down to business.. I have some probs compiling 1.1.8, the 'confugure' works like a charm as allways, 'make depend' has no probs at all but 'make' gives me: Code: make[2]: Entering directory
2007 Sep 03
0
some problems with "linebuffer"; was: Bug?
Johanna Hasmats wrote: > Ok, attaching all files. You need to run it in the following order: > > parse.RData > > Korrelation.RData I have reduced this script to only include the error > part. > > > Input files are in the following order: > > oligo.prest.out for parse.RData to work. Produces the next input file > > oligolista for Korrelation.RData to
2010 Jan 03
1
rggobi: Installation problems on OS X Snow Leopard
Hello: I have successfully installed both R and R64 for Apple OS X from CRAN plus GTK+2.14 and GGobi 2.1.8 from: http://www.ggobi.org/downloads I launch either R or R64 and try to install the rrgobi package and get (with R64) the following: R version 2.10.1 (2009-12-14) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with
2007 Jun 26
2
aggregating daily values
Hi, I swear I have read almost all the posted messages about this issue, but it's evident I couldn't find an answer (surely esay) to my problem. What I want is the following: Make 8 days aggregates from a daily series like this (dput output): structure(c(6.91777181625366, 0.79051125049591, 9.00625133514404, 9.86966037750244, 14.4326181411743, 3.70155477523804, 9.67768573760986,