AnomalyDetection icon indicating copy to clipboard operation
AnomalyDetection copied to clipboard

Failed to install Anomaly Detection

Open ghost opened this issue 10 years ago • 3 comments

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?

ghost avatar Jan 09 '15 22:01 ghost

Hi Wilson,

Are you able to download other packages using install_github()?

owenvallis avatar Jan 10 '15 01:01 owenvallis

hi Owenvallis,

I haven't downloaded other packages through github before. but i can successfully clone those repositories using git directly.

ghost avatar Jan 10 '15 23:01 ghost

Hi @WilsonPang , we've been looking into this. Can you try the following?

  1. Try installing another package via devtools::install_github (e.g. devtools::install_github("hafen/stl2") )
  2. 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?
  3. 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?

jhochenbaum avatar Jan 11 '15 00:01 jhochenbaum