Skip to content
Prev 7465 / 21312 Next

[Bioc-devel] namespace 'GenomeInfoDb' is not available

On 04/29/2015 08:10 PM, Chenglin Liu wrote:
I think this means that you have a serialized item (e.g., an R object in the 
data/ folder) that includes a reference to the GenomeInfoDb name space (e.g., a 
Seqinfo() instance, perhaps associated with a GRanges?) but the version of R you 
are using does not have the GenomeInfoDb package installed. Perhaps this 
situation arises because your DESCRIPTION file is missing Imports: GenomeInfoDb 
(or perhaps Depends: GenomeInfoDb) ?

If this does not help, then perhaps you can provide the content of your 
DESCRIPTION file?

Martin Morgan