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

default R version seems to be a system R version rather than R portable... #43

Open
aghaynes opened this issue Feb 23, 2022 · 2 comments

Comments

@aghaynes
Copy link

Thanks for this cool tool!

I could be wrong, but the default R version to use seems not to be R Portable... despite what the documentation says...

"home": "C:\\Program Files\\R\\R-4.0.2\\bin"

@atamalfuzi
Copy link

I came to report the same issue. In the config.cfg, I had to change:
"r_exec": {
"home": "C:\Program Files\R\R-4.0.2\bin\"
to:
"r_exec": {
"home": "dist\R-Portable\App\R-Portable\bin\"
So it defaults to the portable R.

@nev-awaken
Copy link

I came to report the same issue. In the config.cfg, I had to change: "r_exec": { "home": "C:\Program Files\R\R-4.0.2\bin" to: "r_exec": { "home": "dist\R-Portable\App\R-Portable\bin" So it defaults to the portable R.

I had to change the path as well to make it working. Can someone update the README file, so that new user would figure it out.

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