看不到你的代码,以及运行过程,不好分析错误原因,
可能是网络原因吧,换个网络或者时间段下载吧
执行代码GDCdownload(query = query, method = 'client', directory = DataDirectory),R会先从GDC官网下载gdc-client工具压缩包,接着就报错了:
Error in unzip(basename(bin)) : zip名字参数不对
然后我把method换成api,也报错了:
Error in GDCdownload.aux(server, manifest.aux, name.aux, path) :
There was an error in the download process (we might had a connection problem with GDC server).
Please run this function it again.
Try using method = `client` or setting files.per.chunk to a small number.
把files.per.chunk设置成很小,依然这样报错。
请问该怎么解决呢?