Hello,
I would like to know how to launch a .Rproj file from the terminal. I use Cmder as a terminal and windows 10
Hi, On Ubuntu I use xdg-open myproject.Rproj, a similar solution on Windows would appear to be start myproject.Rproj (though I don't have Windows to test this at the moment).
xdg-open myproject.Rproj
start myproject.Rproj
hello, thank for your help. start myproject.Rproj work perfectly.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.