Displaying 20 results from an estimated 100 matches similar to: "Resolution of plots?"
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
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.
2009 Jul 09
1
Bug in package.skeleton, R 2.9.0?
Dear all,
I am using package.skeleton to build a small packages of misc function
for personal use. I have recently discovered that the option
force=TRUE doesn't seem to do what is meant to do. Here's what I'm
doing:
> setwd("/Users/danielk/Documents/R/packages/dk")
> files <- paste("codebase", dir("codebase", pattern=".R"),
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
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
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,
1998 Dec 16
1
Configuration questions: 1.9.18p10
I've got 1.9.18p10 up and running happily on a Solaris 2.4 box. I have got
the configuration set so that from my own PC (running NT4, sp4) on the same
subnet, I can login with no problems. Running smbclient on the Unix box
also confirms that I can use other user ID's also.
Problem 1: other users do not seem to be able to login.
What I think are the relevant sections of the config file
2008 Apr 04
2
[LLVMdev] Being able to know the jitted code-size before emitting
On Fri, 2008-04-04 at 12:15 -0700, Evan Cheng wrote:
> On Apr 4, 2008, at 11:58 AM, Jonathan S. Shapiro wrote:
>
> > In general, it is not possible to know jitted code size without
> > emitting. You can suppress the actual write of the instructions
> > themselves, but you have to do all of the work prior to that point.
>
> That's not true. llvm targets which
2008 Apr 04
0
[LLVMdev] Being able to know the jitted code-size before emitting
On Fri, 4 Apr 2008, Jonathan S. Shapiro wrote:
> Evan: please explain how span-dependent branches are resolved in your
> method. You don't need to compute the bits that will be emitted, but you
> do need to compute the length of those bits. In most real
> implementations, the two steps are therefore inseparable.
I think the important point here is that llvm explicitly represent
1999 Feb 25
0
FWIW - share name length limit
I've just discovered a limitation in share name lengths. It may be in the
docs, but I didn't see it and it's not mentioned in the Frisch book on NT
admin.
I tried in my smb.conf to create a share called "public_ftp_files". The
share was created OK, but when I looked for it with the NT4 (sp4) Network
Neighborhood, the name had been truncated to "public_ftp_fi" (13
2005 Jan 09
0
dist{amap} error??
Dear all,
I have come across a very confusing matter regarding dist() supplied by
the amap package:
--- m is just a test matrix
> library(amap)
Loading required package: mva
Warning message:
package 'mva' has been merged into 'stats'
> m a b c
aa 0.1 0.2 0.3
bb 2.0 3.0 4.0
cc 2.0 4.0 6.0
dd 0.3 0.2 0.1
> ds<-dist(m,method="pearson")
>
2010 Sep 13
1
irq 58 nobody cared.
I built a new server about 10 days ago running CentOS 5.latest,
and it's been presenting a message shortly after booting:
irq 58: nobody cared (try booting with the "irqpoll" option)
Call Trace:
<IRQ> [<ffffffff800bb712>] __report_bad_irq+0x30/0x7d
[<ffffffff800bb945>] note_interrupt+0x1e6/0x227
[<ffffffff800bae41>] __do_IRQ+0xbd/0x103
2011 Feb 21
1
iptables question.
We use a home-brew system similar to fail2ban to block traffic from IP
addresses which appear to be doing Nasty Things(tm). The main thing our
system does that fail2ban doesn't is to use a central DNSRBL we maintain
allowing it to immedatiately ban listed IP addresses the first time they
make an attempt to connection without waiting for them to hit a sufficient
number of times to bring up the
2001 Sep 19
2
compilation
Hello,
I would like to compile the Ogg Vorbis libraries and tools on my Slackware
7.0 box. Unfortunatelly Slack is comming with gcc 2.91.66 which is not
suited for compilation of these libraries and tools. I downloaded,
compiled and installed in a separate directory tree gcc 2.95.3 but now I
really don't know how to make the configure script see it and set it
properly as the compiler to be
2006 Jun 12
4
DO NOT REPLY [Bug 3829] New: rsync loses access ACLs on transferred files
https://bugzilla.samba.org/show_bug.cgi?id=3829
Summary: rsync loses access ACLs on transferred files
Product: rsync
Version: 2.6.9
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: hashproduct+rsync@gmail.com
2015 Apr 08
2
[LLVMdev] want to intercept array dereferences
If I understand correctly, LLVM is a *typed* assembly language. Could
I just look for a pointer type plus an integer type followed by a
dereference? That would catch both a[n] and *(a+n).
Gry
On Tue, Apr 7, 2015 at 10:46 PM, Bruce Hoult <bruce at hoult.org> wrote:
> Far too late. That would need to be in Clang.
>
> On Wed, Apr 8, 2015 at 5:36 PM, Gry Gunvor <gry.gunvor at
2015 Apr 07
4
[LLVMdev] how much RAM do I really need to build a devel version of LLVM?
I tried half a gig and that didn't work. I just want to know before I
go buy a new machine.
Gry
2015 Apr 08
2
[LLVMdev] want to intercept array dereferences
Normally for int n unknown at static time, "a[n]" and "*(a+n)" results
in an add and then a dereference. I want instead for it to compile to
a system call that takes two arguments, a and n. Where should I
intercept this in LLVM?
Gry
2009 Jan 07
0
R in the News
Greetings all,
This isn't a request for help, but I thought the following article from the
New York Times would be of interest to you all.
Enjoy!
Adam
*Data Analysts Captivated by R's Power*
By ASHLEE VANCE
Published ONLINE: January 6, 2009
URL:
http://www.nytimes.com/2009/01/07/technology/business-computing/07program.html
A version of this article appeared in print edition on
2015 Apr 09
3
[LLVMdev] [cfe-dev] want to intercept array dereferences
On Thu, Apr 9, 2015 at 10:47 AM, Jonathan Roelofs
<jonathan at codesourcery.com> wrote:
>> Again, I asked the LLVM list if, since LLVM is a typed assembly
>> language, if I could just look for pointer plus offset followed by a
>> dereference. They seemed to suggest that looking for that idiom would
> JFTR, we're one big community, and it's not as segregated