oschwery / MonoPhy

R package to explore monophyly
6 stars 3 forks source link

install_github #13

Closed oschwery closed 9 years ago

oschwery commented 9 years ago

Installing dev version using 'install_github' fails because username in path is not recognized and 'hadley' is used before 'oschwery'.

oschwery commented 9 years ago

Two possibilities:

  1. your devtools package is a version below 1.4, and it should work if updated (admittedly, that is quite the apologetic standard answer, but probably worth checking).
  2. alternatively, try the format install_github("MonoPhy", username="oschwery")to force the right username on it.
oschwery commented 9 years ago

Updating did the job.