GitTFJ / addeR

An R package to work with python in R
0 stars 1 forks source link

Calls to 'shell' fail on linux #2

Open AugustT opened 3 years ago

AugustT commented 3 years ago

I think you could use system2() instead...

shell() is windows only

GitTFJ commented 3 years ago

Good spot. I have now changed this to system(), which I think should work. If this fails, I'll try system2(). I'll leave the issue open until I can get hold of linux OS