DesktopDeployR
DesktopDeployR copied to clipboard
default R version seems to be a system R version rather than R portable...
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
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 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.