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.
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:
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
DESCRIPTIONfile.