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

Issue with installing packages ROpenSci and ritits #68

Closed
gimoya opened this issue Dec 8, 2012 · 2 comments
Closed

Issue with installing packages ROpenSci and ritits #68

gimoya opened this issue Dec 8, 2012 · 2 comments
Labels

Comments

@gimoya
Copy link

gimoya commented Dec 8, 2012

Hi,

I've some trouble installing packages:
see my R history here: https://www.dropbox.com/s/gfxsleibq5lk9yw/log_ropensci.txt

Regards,
Kay

@sckott
Copy link
Contributor

sckott commented Dec 8, 2012

Hi Kay,

You can just paste in your code/etc in the issue in the future if you want to.

You are on Windows right?

So, ropensci is a repo that we have on github, but it is not an installable package yet.

It looks like you don't have Rtools installed. Did you install that? See here if not

install_github('reponame') only works if it is a repo in the hadley github account. You have to specify which account the repo is in. So when you did install_github("ritis"), do install_github("ritis", "ropensci") instead.

Weird, install_url("https://github.com/ropensci/ritis/archive/master.zip") worked for me. Try installing Rtools, and see if that fixes it.

You can also try installing ritis and taxize from CRAN, binaries for windows are avail. for both here and here. Just do install.packages("ritis") and install.packages("taxize")

Let me know if you still have problems.

@gimoya
Copy link
Author

gimoya commented Dec 8, 2012

Hi Scott,

Thanks for the quick response - installing from CRAN solved things!
BTW, the package is a blast!

Regards, Kay

ps: The markdown messed with my r output, that's why I uploaded it instead.

@gimoya gimoya closed this as completed Dec 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants