Getting below error from trying to install packages from github directly via this remotes package. We are using Rstudio pro installed in SLES linux server.
library(httr)
options(download.file.method = "auto")
remotes::install_github("r-lib/conflicted")
Error: Failed to install 'unknown package' from GitHub:
Timeout was reached: [api.github.com] Operation timed out after 10000 milliseconds with 0 out of 0 bytes received
Since the conflicted package exists at the location you specify, and since your syntax is correct, this is possibly related to a networking issue.
So my first question is whether this server can usually reach out to the internet? Are you able to install packages from CRAN? Can you ping the github site from this server (on the linux command line)?