hrbrmstr / decapitated

Headless 'Chrome' Orchestration in R
Other
65 stars 3 forks source link

Can't install package #10

Open Franzoooo opened 5 years ago

Franzoooo commented 5 years ago

Hi, When executing:

devtools::install_github("hrbrmstr/decapitated") I get the following error. Error in curl::curl_fetch_memory(url, handle = h) : Could not resolve host: api.github.com Any idea what's causing this issue? Thanks Fran

mrchypark commented 5 years ago

It looks like curl can't reach api.github.com.

it's some possible reason, github's down, firewall, internet disconnected, etc.

hrbrmstr commented 5 years ago

aye. Monday was a bad day for google BGP-wise in various regions. Perhaps 16hrs ago it was time for a different region to impact github.

https://github.com/hrbrmstr/decapitated/archive/master.zip is a ZIP you download, unzip and then go into the directory and run Rscript -e "devtools::install()"