-
-
Notifications
You must be signed in to change notification settings - Fork 767
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
R_HOME not found in Docker container #117
Comments
Thank you for your kind words and for taking the time to report this issue. I have had one other person report the same issue, but I'm afraid that I'm unable to reproduce this myself. Could you please let me know:
For myself:
Thank you, Jeroen |
FWIW I tried this on a |
Thank you. I also tested it on an older MacBook (not M1) and on Windows. Both cases worked. Very curious. I found this answer on Stack Overflow. Would you mind running the following in the Docker container: $ export R_HOME=/usr/lib/R
$ R I have no idea if this works, but if it does, then I'll change the Docker image to set this variable. Thanks for your help. |
I have tried this in the past (added to the PATH in original post), it doesn't seem to work. $ export R_HOME=/usr/lib/R
$ R
ERROR: R_HOME ('/usr/lib/R') not found |
I were involved in the same error when I ran |
Thanks for writing this book, it is very enjoyable to read and learn from it.
In chapter 5 where
rush
is introduced I am trying to run the examples to create figure 5.1 and am getting an errorafter figuring out that
{rush}
is an R package I tried loading R directly and got the same errorI tried adding the path to $PATH, that didnt help either
Last i tried to reinstall via
apt-get
R itself, that didnt help either.Any suggestions on getting past this little problem?
The text was updated successfully, but these errors were encountered: