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

Rename R to RR #1

Closed
krlmlr opened this issue Mar 12, 2018 · 5 comments
Closed

Rename R to RR #1

krlmlr opened this issue Mar 12, 2018 · 5 comments

Comments

@krlmlr
Copy link
Contributor

krlmlr commented Mar 12, 2018

Starting R with R is now in my muscle memory, I'd rather see an error when starting R in this container instead. Do you see a problem with renaming the executable to RR or anything else?

@wch
Copy link
Owner

wch commented Mar 13, 2018

I sympathize with the muscle memory issue, but in this Dockerfile, R is installed with apt-get.

@krlmlr
Copy link
Contributor Author

krlmlr commented Mar 13, 2018

We still can rename the file. apt won't be happy, but do we care?

@eddelbuettel
Copy link

Recall that $PATH starts in /usr/local so why not do something like

cd /usr/local/bin && ln -s /usr/bin/R/ RR

which should satisfy both sides giving you R (as before) and RR.

@krlmlr
Copy link
Contributor Author

krlmlr commented May 25, 2018

Yes, but I was looking for a situation where running R just fails and makes me think which flavor of R I really want to use.

@krlmlr
Copy link
Contributor Author

krlmlr commented Jun 4, 2023

I can work around.

@krlmlr krlmlr closed this as completed Jun 4, 2023
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

3 participants