Error: no more error handlers available (recursive errors?); invoking 'abort' restart

Error during wrapup: cannot open the connection
Error: no more error handlers available (recursive errors?); invoking 'abort' restart
function (description = "", open = "", blocking = TRUE, encoding = getOption("encoding"),
raw = FALSE, method = getOption("url.method", "default"))
{
.Internal(file(description, open, blocking, encoding, method,
raw))
}
Not entirely sure what's wrong with the code

Hi, welcome!

We don't really have enough info to help you out. Could you ask this with a minimal REPRoducible EXample (reprex)? A reprex makes it much easier for others to understand your issue and figure out how to help.

If you've never heard of a reprex before, you might want to start by reading this FAQ:

plotName = paste(Directory,gsub("variants_output.vcf","allele_ratio.pdf",vcf),sep = "")
pdf(plotName)
PlotGenome(mmTab,
Window = 151,
Ylim = 3,
PValue = T,
Organism = Organism,
label.text = sub.names[which(vcfs == vcf)]
)
dev.off()
}

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.