When following the current installation instruction, the line install_github("glibiseller/IPO")
threw this error:
Downloading GitHub repo glibiseller/IPO@master Fehler in curl::curl_fetch_memory(url, handle = handle) : Couldn't resolve host name
However, install_github("rietho/IPO") worked fine.
So I guess, the instruction needs a little update.
When following the current installation instruction, the line
install_github("glibiseller/IPO")
threw this error:Downloading GitHub repo glibiseller/IPO@master Fehler in curl::curl_fetch_memory(url, handle = handle) : Couldn't resolve host name
However,
install_github("rietho/IPO")
worked fine. So I guess, the instruction needs a little update.