I was trying to execute TCGAbiolink package in R. I am facing a error while preparing the file after download... i.e during TCGAprepare function.
Command is- Dev.met <- TCGAprepare(query = query, dir = "D:/TCGA_DATA/TCGAbiolink/", save = TRUE, filename = "MetDev.rda", reannotate = TRUE)
The error is - Error in txtProgressBar(min = 0, max = length(files), style = 3) : must have 'max' > 'min'
Can anyone please let me know what I might have done wrong.
Thank you.