Hello,
I'm trying to execute an R script on Linux using the command-line:
Rscript RUN_TETIS_linux.R
This file contains a command to run an executable.
I could run the Rscript without problem using Windows, with the command:
system2("Tetis.exe")
Using Linux, the executable name is "Linux", without extension, and the command system2("Tetis") into the script doesn't work.
Could anybody help me?