Re: [R] command to start a program (fortran code)

2009-03-26 Thread thoeb
Thank you! That's what I need! Tamara Hoebinger Uwe Ligges-3 wrote: > > If you want to integrate Fortran into R, see the manual Writing R > Extensions. > > If you want to just call some external program (independent of the > language it is written in) via the operating system, see ?system (

Re: [R] command to start a program (fortran code)

2009-03-25 Thread Uwe Ligges
If you want to integrate Fortran into R, see the manual Writing R Extensions. If you want to just call some external program (independent of the language it is written in) via the operating system, see ?system (and ?shell on Windows). Uwe Ligges thoeb wrote: Hello! Does exist a command t