AnomalyDetection
AnomalyDetection copied to clipboard
Failed to install Anomaly Detection
OS X 10.9.2 R version 3.1.1 here is the error message: devtools::install_github("twitter/AnomalyDetection") Downloading github repo twitter/AnomalyDetection@master Error in download(dest, src, auth) : client error: (403) Forbidden
seems other person also faces the same problem, any solution?
Hi Wilson,
Are you able to download other packages using install_github()
?
hi Owenvallis,
I haven't downloaded other packages through github before. but i can successfully clone those repositories using git directly.
Hi @WilsonPang , we've been looking into this. Can you try the following?
- Try installing another package via devtools::install_github (e.g. devtools::install_github("hafen/stl2") )
- It's possible you were rate limited by github -- can you try the following in your console/terminal
curl -i https://api.github.com/twitter/AnomalyDetection
and inspect the header returned? - Is this only happening on a particular network? It's possible that the connection is being block by your network for some reason...
There was another user experiencing a similar issue which also might have to do with curcl/RCurl and SSL. What version of R/system are you running as well?