Skip to content

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.

105 results for “from:Paul Shannon”

[Bioc-devel] kosher to expand & improve vignette after release?
Paul Shannon · Apr 13, 2011 · bioc-devel

Is it permitted (tolerated? welcomed? discouraged?) to enhance and extend my package's vignette after the release? - Paul

[Bioc-devel] svn co of devel version of a package?
Paul Shannon · Nov 5, 2010 · bioc-devel

How do I checkout the development version of my package? I imagine it is some variation on this, which gets the released version: svn co --username='??' --password='??' https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/RCytoscape Thanks! - Paul

[Bioc-devel] "there is no package called 'BSgenome.Athaliana.TAIR.TAIR9'"
Paul Shannon · Oct 12, 2020 · bioc-devel

My package trena fails on all platforms with this error: there is no package called ?BSgenome.Athaliana.TAIR.TAIR9? Is Arabidopsis no longer supported by bioc? I remember some discussion related to this over the summer. - Paul

[Bioc-devel] where does the vignette .Rnw file go?
Paul Shannon · Aug 24, 2010 · bioc-devel

I am confused about the proper directory in which to put the vignette for a package ('RCytoscape') I am submitting. It appears that <packageName>/man is where the .Rd files go, one per method. Do I use man for the...

unit testing framework for R?
Paul Shannon · Mar 17, 2004 · r-devel

In a quick search of the R website just now, I found no mention of a unit testing framework for R. I hope to find something in the style of Java's JUnit, or Python's unittest. Is such a...

[Bioc-devel] running devel and release versions of R and bioc on mac os?
Paul Shannon · Jul 20, 2011 · bioc-devel

Are there any special techniques you can advise me of, for installing and running two concurrent R/bioc versions installed on Mac OS? I wish to have the latest build of the devel version without sacrificing the current release as...

[Bioc-devel] dbApply name collision, RMySQL and RPostgreSQL, no direct call to either
Paul Shannon · Apr 23, 2018 · bioc-devel

Warning: replacing previous import ?RMySQL::dbApply? by ?RPostgreSQL::dbApply? when loading ?trena? We do not call dbApply directly anywhere in the package. I imagine it is called routinely by functions that we do call. Any suggestions on how to clear...

[Bioc-devel] BSgenome.UCSC.hg38 seems to be deleted again on the build system
Paul Shannon · Jul 18, 2019 · bioc-devel

https://master.bioconductor.org/checkResults/3.9/bioc-LATEST/trena/malbec2-checksrc.html Warning in .seqlengths_TwoBitFile(x) : mustOpen: Can't open /home/biocbuild/bbs-3.9-bioc/R/library/BSgenome.Hsapiens.UCSC.hg38/extdata/single_sequences.2bit to read...

[Bioc-devel] ¿A useful addition to MotifDb package?
Paul Shannon · Oct 11, 2012 · bioc-devel

On Oct 11, 2012, at 11:25 AM, Steve Lianoglou wrote: > I'm +0 on not including default values, but whatever the decision is, > agree w/ you that getPromoterSeq() and promoters() should have the > same defaults (I actually never knew...

[Bioc-devel] biocLite & devel-branch?
Paul Shannon · Jan 25, 2011 · bioc-devel

Is there some way -- perhaps an argument to biocLite -- for downloading and installing a package from the devel branch? I'm trying to find an easy way for a user to get RCytoscape 1.1.25, just built, from the...

[Bioc-devel] use bioc docker images to reproduce linux build error?
Paul Shannon · Nov 15, 2018 · bioc-devel

Our package ?trena? has had build errors these last two weeks. I have not yet been able to reproduce them on a macOS laptop. Would it be sensible to get the latest release and devel docker images for Bioconductor? Are...

[Bioc-devel] not all bioc packages visible on github?
Paul Shannon · Jan 24, 2018 · bioc-devel

By example: https://github.com/Bioconductor/KEGGREST -> github project homepage displays https://github.com/Bioconductor/BrowserViz -> 404 Yet this works fine: git clone git at git.bioconductor.org:packages/BrowserViz.git Is visibility at github.com/Bioconductor therefore conditional? My...

[Bioc-devel] core dump in MotifDb build
Paul Shannon · Mar 26, 2020 · bioc-devel

Dear Bioc, I have added the lasted HOCOMOCO motifs to MotifDb but changed no code. The package 1.29.6 dumps core during in the bioc devel linux build, and fails perhaps similarly on windows. http://bioconductor.org/checkResults/devel...

[Bioc-devel] efficient use of edgeData (graph)
Paul Shannon · Nov 10, 2010 · bioc-devel

In the RCytoscape package I have a convenience function which returns the values of a specified edge attribute, for all edges in the graph. It is ponderously slow on a graph of 9000 edges. I define it this way: function...

[Bioc-devel] No such file or directory: BSgenome.Hsapiens.UCSC.hg38/extdata/single_sequences.2bit
Paul Shannon · Jun 24, 2019 · bioc-devel

Warning in .seqlengths_TwoBitFile(x) : mustOpen: Can't open /home/biocbuild/bbs-3.9-bioc/R/library/BSgenome.Hsapiens.UCSC.hg38/extdata/single_sequences.2bit to read: No such file or directory Timing stopped at: 0.176 0 0.175...

[Bioc-devel] single-package build, from git trigger: new linux build report missing
Paul Shannon · Apr 10, 2018 · bioc-devel

Maybe this is already known. As recently as April 4th, a single-package build initiated from a git push trigger produced reports for all three architectures: merida2 (OS X), malbec2 (linux), and tokay2 (windows). Since then, and still today, I...

[Bioc-devel] man pages + vignette --> create an external package website?
Paul Shannon · Oct 7, 2010 · bioc-devel

Any tips on how to generate html from man/*Rd files and the package vignette, so that I can assemble all that information into an external website? ... suitable for further development. My motivation: I'd like to provide and frequently...

[Bioc-devel] which web browser on the linux build machines? was Re: R environment variable which indicates "running in the bioc build system"?
Paul Shannon · Sep 17, 2019 · bioc-devel

On Sep 12, 2019, at 3:13 PM, Pages, Herve <hpages at fredhutch.org> wrote: > > AFAIK the build machines have web browsers. Hi Herve, I?d like to do my local linux testing of igvR using the same web browser...

[Bioc-devel] single-package build, from git trigger: new linux build report missing
Paul Shannon · Apr 10, 2018 · bioc-devel

Maybe this is already known. Maybe it?s my error. As recently as April 4th, a single-package build, initiated from a git push trigger, produced reports for all three architectures: merida2 (OS X), malbec2 (linux), and tokay2 (windows). Since...

[Bioc-devel] BioC 2.0 deadline reminder
Paul Shannon · Apr 11, 2007 · bioc-devel

Hi Seth, It looks like the gaggle package failes to check on OSX due to a build error on graph. I'll leave that one to you for now, if I may... As for the check failures on Windows, it...

Can't find what you're looking for? Try searching with Google .