Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Thanks! H. On 04/30/2012 12:18 PM, Steve Lianoglou wrote: > I've done did it. > -steve
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/bioc-devel/attachments/20110323/e3823507/attachment.pl>
Dear list, The last R-devel snapshot (2006-10-03) is an empty tarball: ftp://ftp.stat.math.ethz.ch/Software/R/ Thanks, H.
On 05/08/2014 05:00 PM, Dario Strbenac wrote: > We could simply remove the GDL2GRL function once the GenomeData and GenomeDataList are defunct. Sounds good. H.
James W. MacDonald wrote: > Hi Steven, > > reposTools is now defunct (see #5): Right, and the FAQ needs an update. Thanks for pointing this out! Regards, H.
Hi Seth, Seth Falcon wrote: > Hi again, > >> Herve wrote: >> > gregexpr("", "abc", fixed=TRUE) >> >> *** caught segfault *** >> address 0x1c09000, cause 'memory not mapped' > > This should be fixed in latest svn. Thanks for the report. That's great. Thanks! H. > > + seth >
Gabor Grothendieck wrote: > 2009/9/30 Herv? Pag?s <hpages at fhcrc.org>: >> According to >> >> SQLKeywords(dbDriver("SQLite")) > > > Try > >> library(RSQLite) >> grep("^END$", .SQL92Keywords, value = TRUE) > [1] "END" Indeed. Sorry for the confusion. H.
Hi there, Anybody knows what happened to the nightly builds of R-devel? http://r.research.att.com/ Last build was on February 25th. Any idea when they're gonna be back? Thanks! Best, H.
Hi, This looks like a bug: > a <- list(b=5) > a[['b']] [1] 5 > a[[t<-'b']] Nothing gets printed! I need to use parenthesis to see the expected result: > a[[(t<-'b')]] [1] 5 Cheers, H.
hadley wickham wrote: [...] > I've fixed the problem with GGobi, and Simon has updated the version > on CRAN, so you should be able to get a binary version again v. soon. Thanks! H.
Hi BioC developpers, Our Subversion server (hedgehog.fhcrc.org) will be down for maintainance around 6 AM (Pacific Time) on Wednesday June 6th for about 30 minutes. Sorry in advance for the inconvenience. Regards, H.
Hi, Wouldn't that make sense to have rowSums()/colSums() to preserve the storage mode? m <- matrix(1:15, nrow=5) > storage.mode(m) [1] "integer" > storage.mode(sum(m)) [1] "integer" > storage.mode(rowSums(m)) [1] "double" <------------------- surprising! Cheers...
On 1/30/20 13:17, Michael Lawrence wrote: > That sucks. It was broken since it was added in 2017... now fixed. Unfortunately these things tend to happen to stuff that doesn't have examples or unit tests. Thanks for...
On 1/30/20 11:10, Herv? Pag?s wrote: > Yes poverlaps() is a good option, as mentioned earlier. Well actually not. Looks like it's broken: > poverlaps(GRanges("chr1:11-15"), GRanges("chr1:16-20")) Error in isSingleNumber(minoverlap...
On 11-11-02 05:46 PM, Herv? Pag?s wrote: > This is done in IRanges 1.13.2. The exposed function is > _seqselect_Rle(). Actually I should say that the exact name of the exposed function is seqselect_Rle...
Hi developers, I recently moved SimpleList and DataFrame from IRanges to S4Vectors. That breaks a number of packages as you can see on today's build/check report: http://bioconductor.org/checkResults/3.0/bioc-LATEST/ Will fix today. Sorry...
On 4/25/24 07:04, Kurt Hornik wrote: ... > Sure, I'll look into adding something. (Too late for 4.4.0, of course.) > > Best > -k Great. Thanks! H. -- Herv? Pag?s Bioconductor Core Team hpages.on.github at gmail...
Duncan Murdoch wrote: > > Thanks for reporting this. > > This is now fixed and committed to svn. It will take a day or two for > the change to make it onto CRAN. OK. Thanks Martin and Duncan! Cheers, H.
On 01/11/2017 02:33 AM, Alex Ivan Howard wrote: > There is nothing to sum > over, so it shouldn't actually be able to return a concrete numeric value? How much did you spend at the grocery store if...
On 09/17/2010 12:32 PM, Herv? Pag?s wrote: > Hi developers, > > R-devel went alpha today and R-2.12.0 is scheduled for Friday, > October 15, 2010. > > We plan to release Bioconductor 2.7 on Monday, October...
Can't find what you're looking for? Try searching with Google .