Skip to content

GEOquery no longer exports gunzip #17

Description

@sof202

Description

This has actually been the case the past 2 years. Because bigmelon doesn't specify a version for GEOquery, the version likely to be installed (>2.73.2) no longer has the 'dead' gunzip code:

error message:

> library(bigmelon)
Error: package or namespace load failed for ‘bigmelon’:
 object ‘gunzip’ is not exported by 'namespace:GEOquery'

Relevant commit to GEOquery: seandavi/GEOquery@b3f8134

Fix

Unfortunately, bioconductor aren't ones for backwards compatability and frequently remove older versions of packages from their repository (Only >2.80 is available currently). As such, I'd prefer to specify that the package should be installed via GitHub (remotes) instead. This can still be accomplished from within the DESCRIPTION file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions