Re: [Rd] Multiple Intersections

2008-05-28 Thread Tony Chiang
wrote: > Hi Tony -- off-list, as I think you're looking for something else... > > "Tony Chiang" <[EMAIL PROTECTED]> writes: > > > Hi all, > > > > I don't know if this is the correct venue for this question, but I am > sure > > that

[Rd] Multiple Intersections

2008-05-28 Thread Tony Chiang
Hi all, I don't know if this is the correct venue for this question, but I am sure that someone will correct me if I am in the wrong list. I have been searching throughout R for a function that can find the intersection of multiple sets of "things". Say for instance, I have a list of $n$ characte

Re: [Rd] reproducible segmentation fault caused by textConnection()

2008-04-29 Thread Tony Chiang
Hi Greg, I get a different error on my mac: > for (i in 1:1) { + try({z=textConnection(NULL,open='w') + for (j in 1:100) { +write(runif(1)*1e6,file=z) +write('\n',file=z) + } + close(z)}) + } Error : cannot set length of non-vector In addition: Warning message: closing unused conn

Re: [Rd] Error in code2LazyLoadDB

2008-03-19 Thread Tony Chiang
trying to prepare this "anonymous" package (ppiStats?) > for lazy loading, it is already loaded. > > Most likely you have a dependency cycle amongst the namespaces. > > The ppiStats on BioC 2.2 has a very long list of dependencies, but does > load under R-devel. >

[Rd] Error in code2LazyLoadDB

2008-03-19 Thread Tony Chiang
Hi all, While the package with which I am working is apart of the Bioconductor project, I think that this might be a better forum to ask my question. I have recently updated one of my packages, and then tried to build it using R-devel, but I get the following error message: -