You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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...
DesktopDeployR/app/config.cfg
Line 42 in 2ddb93d
The text was updated successfully, but these errors were encountered: