skoval / RISmed

RISmed is an R package for downloading and analyzing data from the NCBI databases
38 stars 24 forks source link

Error in z$Agency[[1]] : subscript out of bounds #29

Open c-hawthorne opened 3 years ago

c-hawthorne commented 3 years ago

Hi,

Using the current GitHub build of RISmed, I come across the error ‘Error in z$Agency[[1]] : subscript out of bounds’.

query <- EUtilsSummary('"Poverty"[MeSH]', retmax = 5000)
results <- EUtilsGet(x = query, type = "efetch", db = "pubmed")

I tried to reduce the range of the query and try to replicate the error.

query <- EUtilsSummary('"Poverty"[MeSH] AND 2016/10/15[dp]', retmax = 5000)
  results <- EUtilsGet(x = query, type = "efetch", db = "pubmed")

Thank you.

ilkaybuysal commented 2 years ago

I'm having a similar issue. Could you resolve this?