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
For me on Mac OS, I cannot choose a directory for my input files as the choose.dir function is Windows-specific. It's used on line 61 of server.R. I haven't been able to find an alternative where you get an actual dialog window, instead of getting a question in the console (that's the case at least for me for file.choose() and rchoose.dir() from the rChoiceDialogs package).
The text was updated successfully, but these errors were encountered:
For me on Mac OS, I cannot choose a directory for my input files as the
choose.dir
function is Windows-specific. It's used on line 61 ofserver.R
. I haven't been able to find an alternative where you get an actual dialog window, instead of getting a question in the console (that's the case at least for me forfile.choose()
andrchoose.dir()
from therChoiceDialogs
package).The text was updated successfully, but these errors were encountered: