Skip to content
Prev 12542 / 21312 Next

[Bioc-devel] fixing 'path' not being exported by 'Rsamtools'

Hi Robert,

I don't really have a simple automatic way to find what package
upstream needs to have fixed its NAMESPACE.

In this kind of situation I generally start by extracting the
list of software packages that don't install because of a particular
NAMESPACE problem. I do this by combining some grep'ing of the
NAMESPACE file of all software packages (I have a local copy of
all software packages that I keep in sync with git.bioconductor.org)
and some grep'ing of the build report. Then I start to fix these
packages. I often have to proceed in several passes, one per day,
until the problem disappears from the build report. It typically
takes 2 or 3 passes. It's been working OK so far...

H.
On 12/19/2017 11:50 PM, Robert Castelo wrote: