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.
Discussion moved to the bioconductor list.
Doh! This was intended for R-devel. So sorry. :-( + seth
Take a look at the utility function in snow called something like clusterSplit.
> I'm looking for some examples on OO programming in R. Me too! Please share anything you find with the list. + seth
For an overview of the OOP R package, see http://cran.r-project.org/doc/Rnews/Rnews_2001-3.pdf + seth
See ?order. On Thu, Sep 11, 2003 at 06:45:49PM -0400, MZodet at ahrq.gov wrote: > What is the best way to sort a dataframe?
malte <jan.wiener at tuebingen.mpg.de> writes: > aveBehav=c(apply(sdata, 2, mean)) aveBehav= apply(sdata, 2, mean, na.rm=TRUE) and ?apply will tell you about this. + seth
Ernest Turro <ernest.turro at ic.ac.uk> writes: > Dear Biocore Data Team, sessionInfo() please? -- Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research Center http://bioconductor.org
Hi all, I'm considering building some tools to generate UML diagrams of R packages. Q: Does anyone know of existing R code that does UML-ish stuff? Thanks, + seth
The new version updates the included SQLite from 3.6.0 to 3.6.4. + seth -- Seth Falcon | http://userprimary.net/user/
BioC devel repository has been updated. And we are closer to having this automated, but not yet. Still need to fix the links from the check report. + seth
Hi, First thing to observe is that you are calling RSymbReg via .Call, but that function does not return SEXP as is required by the .Call interface. + seth
You might want to take a look at the Bioconductor package RBGL which provides an R interface to the BGL which is C++ STL heavy, I believe. + seth
Robert Gentleman <rgentlem at fhcrc.org> writes: > please contact Nianhua Li (nli at fhcrc.org) with suggestions. You can > see some examples already on the site. https://cobra.fhcrc.org/BioC2006/schedule/
The installDataPackage function in package annotate has been deprecated. I don't see anyone using it in their package, so this is unlikely to affect package developers. + seth
Hi, Sorry, everything is working fine. I just needed to start X11 first. + seth -- Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research Center http://bioconductor.org
Hi all, A system upgrade for our webserver required a reboot. This will result in a short outage. If you experience problems after 11:00am PDT, please let me know. + seth
Hi, Is there an alternative to type2char that is available for use in package code? It would be useful for producing more informative error messages. + seth
<markleeds at verizon.net> writes: > Basically, I wrote a function called wait() > > > wait<-function() > { > cat("press return to continue") > unix("read stuff") > } Is readline what you want? See help(readline).
On 27 Jun 2005, efg at stowers-institute.org wrote: > I only wish the Bioconductor E-mail somehow got on the gmane > "newgroups" too. I think we can do something about that :-) + seth
Can't find what you're looking for? Try searching with Google .