gunzip a file
Usage
gunzip(
filename,
destname = gsub("[.]gz$", "", filename),
overwrite = FALSE,
remove = TRUE,
BFR.SIZE = 1e+07
)
Details
This function was stripped out of R.utils due to breaking some stuff on the bioconductor build machine.