Open jenna-a2ai opened 3 weeks ago
Potential fix code draft withr::with_options(list(timeout = min(5, getOption("timeout"))), download.file(ghqc_info_repo, tempfile(), method = "libcurl"))
In this function and/or during renviron write helpers https://github.com/A2-ai/ghqc/blob/80e490e9f63bd261a6df5845760d89cc90947982/R/info_repo.R#L196-L204
When trying to clone a non-existing repo, this error pops up after ~5 minutes. To prevent this, should add a check/timeout verification that the URL is accessible