在Rstudio中运行了如下代码,结果出现了下面的情况。
不知道为什么,第二行代码加上之前也是一样的情况
library(GEOquery)
options( 'download.file.method.GEOquery' = 'libcurl' )
if(!file.exists(f)){
gset <- getGEO("GSE14520",destdir = ".",
AnnotGPL = F,
getGPL = F)
save(gset,file = f)
}
> options( 'download.file.method.GEOquery' = 'libcurl' )
> if(!file.exists(f)){
+ gset <- getGEO("GSE14520",destdir = ".",
+ AnnotGPL = F,
+ getGPL = F)
+ save(gset,file = f)
+ }
Found 2 file(s)
GSE14520-GPL3921_series_matrix.txt.gz
Failure when receiving data from the peerFile stored at:
./GSE14520-GPL3921_series_matrix.txt.gz
Error in downloadFile(url, destfile = destfile, mode = "wb") :
Failed to download ./GSE14520-GPL3921_series_matrix.txt.gz!