wleepang / DesktopDeployR

A framework for deploying self-contained R-based applications to the desktop
Apache License 2.0
406 stars 120 forks source link

add config option to specify R executable #10

Closed wleepang closed 6 years ago

wleepang commented 7 years ago

Allow users to specify which R executable to use (either R.exe or Rscript.exe). Some functions in utils (i.e. file / dir pickers) only work when R is launched interactively, and thus require apps to be launched with R.exe. (See #9 )