jverzani / gWidgets2

Rewrite of gWidgets
35 stars 9 forks source link

unable to install from GIT #26

Closed landroni closed 11 years ago

landroni commented 11 years ago

Today I'm unable to install gWidgets2 from GIT:

require(devtools) Loading required package: devtools install_github("gWidgets2", "jverzani") Installing github repo(s) gWidgets2/master from jverzani Installing gWidgets2.zip from https://api.github.com/repos/jverzani/gWidgets2/zipball/master Error: client error: (403) Forbidden

Any ideas why this is happening? Is it an issue with github, or something local? Internet is working fine here.

Dasonk commented 11 years ago

Try updating your version of devtools. It looks like you're using an older version that relies on older version of the github API which apparently sometimes ends up giving this error.

landroni commented 11 years ago

Indeed, thanks. I was using devtools 0.8, and now upgraded to 1.1 (as still using R 2.15.x). Now it works.