This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Error with getGEO from GEOquery package bioconductor

Hello everyone, I am trying to download the matrix file of GSE37405 but I got the error like in this picture, could anyone please help me how to fix this? your help is really appreciated!

my code is simple just:

library(GEOquery)
setwd("./CanProg/")
GSE37405 <- getGEO(GEO = "GSE37405", GSEMatrix = T, destdir = getwd())

enter image description here

geoquery

1 answer

Thanks for the report. This is a bug that should be fixed in version 2.46.8 of GEOquery and available on Bioconductor in about 48 hours (after the build system creates the new version). In the meantime, you can install from github if necessary.

Log in to answer this question.