Skip to content
Prev 24808 / 63424 Next

system() in packages

You have missed the point completely.

There is no way you can use the same command on a Unix-alike and Windows,
so using system() in packages always needs to be conditionalized on OS.

If you want to use a shell on Windows, use shell(): you can even use bash 
with it (but startup will be really slow on Windows): the sh.exe in the 
Rtools toolkit is much lighter weight.
On Fri, 27 Apr 2007, Tony Plate wrote: