-
Notifications
You must be signed in to change notification settings - Fork 153
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
package ‘install_github’ is not available for this version of R #812
Comments
You are clearly doing something wrong. |
Hello! Yep - I can see that. Any help and/or assistance in resolving this is greatly appreciated! Thanks! |
There is no R package called install_github. What are you trying to do? What is the code that you are running? What is the output you get? |
Hello again! Whoops! The title should read: 'package 'rethinking' is not availabe for this version or R. Thank you for pointing that out. I appreciate it! |
What is the code that you are running? What is the output you get? What is your OS? What is your R version? What is the output of |
Hello again! The package 'rethinking' is part of the Statistical learning book by McElreath. OS = Windows and this is the output for 'getoption("repos"): |
What is the code that you are running? What is the output you get? What is your R version? |
Hello again! My R version is 4.4.1. When I try an install the 'rethinking' I get this line: |
What is the exact code that you are running? What is the exact output you get? |
Maybe relevant piece of information from the {rethinking} Readme (https://github.com/rmcelreath/rethinking?tab=readme-ov-file#installation):
|
I guess you are trying to install this: https://github.com/rmcelreath/rethinking remotes::install_github("stan-dev/cmdstanr")
remotes::install_github("rmcelreath/rethinking") Or, if you want to give pak a try then pak::pkg_install(c("stan-dev/cmdstanr", "rmcelreath/rethinking")) In any case, this is not an issue with the remotes package, so I am going to close this. |
Hello again! Thank you for the help! I appreciate it! |
Hello all!
I am receiving the above message. I have R 4.4.1.
This is in relation to trying to install the package "rethinking" which also has this error message:
" package ‘rethinking’ is not available for this version of R"
Any help and/or assistance is greatly appreciated.
The text was updated successfully, but these errors were encountered: