Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation from Github fails #2

Closed
krose opened this issue Apr 1, 2014 · 2 comments
Closed

Installation from Github fails #2

krose opened this issue Apr 1, 2014 · 2 comments

Comments

@krose
Copy link

krose commented Apr 1, 2014

Hi

Cool package!

There's a "hadley" reference in the link when you try to install the dev version.

> devtools::install_github("karthik/wesanderson")
Installing github repo(s) karthik/wesanderson/master from hadley
Downloading karthik/wesanderson.zip from https://github.com/hadley/karthik/wesanderson/archive/master.zip
Error: client error: (404) Not Found

/Kenneth

@krose
Copy link
Author

krose commented Apr 1, 2014

This works though:

devtools::install_github(repo="wesanderson", username="karthik")

@karthik
Copy link
Owner

karthik commented Apr 2, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants