APSIMInitiative / ApsimOnR

7 stars 6 forks source link

Fix execution with spaces in paths #5

Closed codeandkey closed 8 months ago

codeandkey commented 2 years ago

This PR adds quotes around path arguments in system() calls, allowing for spaces in path inputs. This is applied both for the APSIM input file as well as the Models binary.

Fixes #4