Closed khughitt closed 3 years ago
Needed by data.table::fread to handle compresed files, or else, calls to getGEO() will result in:
getGEO()
Error in data.table::fread(fname, sep = "") : To read gz and bz2 files directly, fread() requires 'R.utils' package which cannot be found. Please install 'R.utils' using 'install.packages('R.utils')'. Calls: getGEO -> getAndParseGSEMatrices -> parseGSEMatrix -> <Anonymous>
Thx!
Needed by data.table::fread to handle compresed files, or else, calls to
getGEO()
will result in: