Closed krose closed 10 years ago
This works though:
devtools::install_github(repo="wesanderson", username="karthik")
It's a very simple issue to do with what version of devtools
you're using. Looks like you have a older version. Starting version 1.4, it's possible to use
devtools::install_github("user/repo")
Otherwise use:
install_github("wesanderson", "karthik")
Unless you have some strong reason to stick with an older devtools, it might be a good idea to upgrade now.
Hi
Cool package!
There's a "hadley" reference in the link when you try to install the dev version.
/Kenneth