DesktopDeployR icon indicating copy to clipboard operation
DesktopDeployR copied to clipboard

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

Open aghaynes opened this issue 3 years ago • 2 comments

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...

https://github.com/wleepang/DesktopDeployR/blob/2ddb93dc5c2efbb4ecce9230d0b4fa46cf8f6d09/app/config.cfg#L42

aghaynes avatar Feb 23 '22 12:02 aghaynes

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.

atamalfuzi avatar May 25 '23 16:05 atamalfuzi

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.

nev-awaken avatar Sep 05 '23 00:09 nev-awaken