search for: npscript

Displaying 1 result from an estimated 1 matches for "npscript".

Did you mean: pscript
2011 Mar 22
0
command prompt shell suppressing stdout?
...the complexity of the data and model, I want it to run outside of R to avoid tying it up. In Mac/Unix, I have been able to accomplish with a function that creates the batch script and then executes it with this command: system(paste("open -a Terminal.app ",shQuote(paste(getwd(),"/npscript",sep="")),sep="")) This opens an independent instance of Terminal and executes the batch script. The user can provide input to the Fortran executables created/called by the batch script as required, and see the output in real time as the progress of the modeling is continu...