twitter / AnomalyDetection

Anomaly Detection with R
GNU General Public License v3.0
3.56k stars 778 forks source link

Failed to install Anomaly Detection #14

Open ghost opened 9 years ago

ghost commented 9 years ago

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?

owenvallis commented 9 years ago

Hi Wilson,

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

ghost commented 9 years ago

hi Owenvallis,

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

jhochenbaum commented 9 years ago

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?